9 lines
222 B
Python
9 lines
222 B
Python
#!/usr/bin/env python3
|
|
# HTTPZ Web Scanner - Developed by acidvegas in Python (https://github.com/acidvegas/httpz)
|
|
# httpz/__init__.py
|
|
|
|
from .scanner import HTTPZScanner
|
|
from .colors import Colors
|
|
|
|
|
|
__version__ = '1.0.4' |