httpz- Hyper-fast HTTP Scraping Tool |
git clone git://git.acid.vegas/httpz.git |
Log | Files | Refs | Archive | README | LICENSE |
__init__.py (222B)
1 #!/usr/bin/env python3 2 # HTTPZ Web Scanner - Developed by acidvegas in Python (https://github.com/acidvegas/httpz) 3 # httpz/__init__.py 4 5 from .scanner import HTTPZScanner 6 from .colors import Colors 7 8 9 __version__ = '1.0.0'