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