httpz/httpz_scanner/__init__.py

9 lines
229 B
Python
Raw Normal View History

2025-02-11 07:15:39 +00:00
#!/usr/bin/env python3
# HTTPZ Web Scanner - Developed by acidvegas in Python (https://github.com/acidvegas/httpz)
2025-02-11 07:46:01 +00:00
# httpz_scanner/__init__.py
2025-02-11 07:15:39 +00:00
from .scanner import HTTPZScanner
from .colors import Colors
2025-02-11 07:52:12 +00:00
__version__ = '1.0.9'