From 9977a9722cdf27e24b8b93fbfa02cfbedad57f09 Mon Sep 17 00:00:00 2001 From: acidvegas Date: Tue, 11 Feb 2025 02:22:10 -0500 Subject: [PATCH] fuck --- {httpz => httpz-scan}/__init__.py | 0 {httpz => httpz-scan}/__main__.py | 0 {httpz => httpz-scan}/cli.py | 0 {httpz => httpz-scan}/colors.py | 0 {httpz => httpz-scan}/dns.py | 0 {httpz => httpz-scan}/formatters.py | 0 {httpz => httpz-scan}/parsers.py | 0 {httpz => httpz-scan}/scanner.py | 0 {httpz => httpz-scan}/utils.py | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename {httpz => httpz-scan}/__init__.py (100%) rename {httpz => httpz-scan}/__main__.py (100%) rename {httpz => httpz-scan}/cli.py (100%) rename {httpz => httpz-scan}/colors.py (100%) rename {httpz => httpz-scan}/dns.py (100%) rename {httpz => httpz-scan}/formatters.py (100%) rename {httpz => httpz-scan}/parsers.py (100%) rename {httpz => httpz-scan}/scanner.py (100%) rename {httpz => httpz-scan}/utils.py (100%) diff --git a/httpz/__init__.py b/httpz-scan/__init__.py similarity index 100% rename from httpz/__init__.py rename to httpz-scan/__init__.py diff --git a/httpz/__main__.py b/httpz-scan/__main__.py similarity index 100% rename from httpz/__main__.py rename to httpz-scan/__main__.py diff --git a/httpz/cli.py b/httpz-scan/cli.py similarity index 100% rename from httpz/cli.py rename to httpz-scan/cli.py diff --git a/httpz/colors.py b/httpz-scan/colors.py similarity index 100% rename from httpz/colors.py rename to httpz-scan/colors.py diff --git a/httpz/dns.py b/httpz-scan/dns.py similarity index 100% rename from httpz/dns.py rename to httpz-scan/dns.py diff --git a/httpz/formatters.py b/httpz-scan/formatters.py similarity index 100% rename from httpz/formatters.py rename to httpz-scan/formatters.py diff --git a/httpz/parsers.py b/httpz-scan/parsers.py similarity index 100% rename from httpz/parsers.py rename to httpz-scan/parsers.py diff --git a/httpz/scanner.py b/httpz-scan/scanner.py similarity index 100% rename from httpz/scanner.py rename to httpz-scan/scanner.py diff --git a/httpz/utils.py b/httpz-scan/utils.py similarity index 100% rename from httpz/utils.py rename to httpz-scan/utils.py