httpz- Hyper-fast HTTP Scraping Tool |
git clone git://git.acid.vegas/httpz.git |
Log | Files | Refs | Archive | README | LICENSE |
commit 1a613b005a824600edecfc23d1efd2a31d565012
parent 3d258e1de8415ea4cbd524955a1ce0e5cf74c953 Author: acidvegas <acid.vegas@acid.vegas> Date: Tue, 11 Feb 2025 02:34:55 -0500 added cli to path Diffstat:
|
3 files changed, 10 insertions(+), 3 deletions(-) | ||
diff --git a/httpz-scanner/__init__.py b/httpz-scanner/__init__.py @@ -6,4 +6,4 @@ from .scanner import HTTPZScanner from .colors import Colors -__version__ = '1.0.3' -\ No newline at end of file +__version__ = '1.0.4' +\ No newline at end of file |