bhp-pro 1.2.4__py3-none-any.whl → 1.2.6__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bhp_pro
3
- Version: 1.2.4
3
+ Version: 1.2.6
4
4
  Summary: Web Enumeration Tool
5
5
  Author: ssskingsss12
6
6
  Author-email: smalls3000i@gmail.com
@@ -0,0 +1,6 @@
1
+ bhp_pro.py,sha256=JuWWyPIcbUg0zpV7FOAVq7mE68IKixm21xvyxz0V4kI,744039
2
+ bhp_pro-1.2.6.dist-info/METADATA,sha256=gYqCR7YtMiqZMiCusEU1KPUF6RaQy3hHLi6j-QYcWO4,600
3
+ bhp_pro-1.2.6.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
4
+ bhp_pro-1.2.6.dist-info/entry_points.txt,sha256=Yn3HpraGX3lXX4FPq3Gm-lHh3SwQA-5rtgPWNWMFXkw,41
5
+ bhp_pro-1.2.6.dist-info/top_level.txt,sha256=1xjbIaVM77UJz9Tsi1JjILgE0YDG7iLhY6KSMNEi9zM,8
6
+ bhp_pro-1.2.6.dist-info/RECORD,,
bhp_pro.py CHANGED
@@ -3758,7 +3758,7 @@ def host_proxy_checker():
3758
3758
 
3759
3759
  ]
3760
3760
 
3761
- VALID_STATUS_CODES = {'200', '409', '301', '101', '405', '503'}
3761
+ VALID_STATUS_CODES = {'200', '409', '400', '101', '405', '503', '403'}
3762
3762
  print_lock = threading.Lock()
3763
3763
 
3764
3764
  def safe_print(*args, **kwargs):
@@ -9060,7 +9060,7 @@ def payloadhunter2():
9060
9060
  PROXY_TIMEOUT = 2
9061
9061
  THREADS = 50
9062
9062
  DNS_THREADS = 50
9063
- TARGET_STATUS_CODES = {101, 200, 301, 405, 409} # Only these status codes will be saved
9063
+ TARGET_STATUS_CODES = {101, 200, 400, 405, 409, 403} # Only these status codes will be saved
9064
9064
  USER_AGENTS = [
9065
9065
  "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36",
9066
9066
  "Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0 Mobile/15E148 Safari/604.1",
@@ -9068,7 +9068,7 @@ def payloadhunter2():
9068
9068
  ]
9069
9069
  COMMON_PORTS = [80, 443, 8080]
9070
9070
  TARGET_HOST = "us7.ws-tun.me"
9071
- SUCCESS_KEYWORDS = ["websocket", "cloudflare", "cf-ray", "200", "101", "301", "405", "409", "connection established"]
9071
+ SUCCESS_KEYWORDS = ["websocket", "cloudflare", "cf-ray", "200", "101", "400", "405", "409", "403", "connection established"]
9072
9072
  FAIL_KEYWORDS = ["forbidden", "blocked", "error", "invalid", "bad request"]
9073
9073
  DNS_TIMEOUT = 2
9074
9074
 
@@ -13478,6 +13478,7 @@ def update():
13478
13478
  print(f"Installing/updating {package_name}...")
13479
13479
  if install_package(package_name):
13480
13480
  print(f"Successfully installed/updated {package_name}.")
13481
+ print("Please restart the application to use the updated version.")
13481
13482
  else:
13482
13483
  print(f"Installation/update of {package_name} failed.")
13483
13484
  sys.exit(1)
@@ -16943,7 +16944,7 @@ def banner():
16943
16944
  MAGENTA + "██╔═══╝ ██╔══██╗██║ ██║" + LIME + "user should understand that useage of this script may be" + ENDC,
16944
16945
  MAGENTA + "██║ ██║ ██║╚██████╔╝" + LIME + "concidered an attack on a data network, and may violate terms" + ENDC,
16945
16946
  MAGENTA + "╚═╝ ╚═╝ ╚═╝ ╚═════╝" + LIME + "of service, use on your own network or get permission first" + ENDC,
16946
- PURPLE + "script_version@ 1.2.4 ®" + ENDC,
16947
+ PURPLE + "script_version@ 1.2.6 ®" + ENDC,
16947
16948
  ORANGE + "All rights reserved 2022-2025 ♛: ®" + ENDC,
16948
16949
  MAGENTA + "In Collaboration whit Ayan Rajpoot ® " + ENDC,
16949
16950
  BLUE + "Support: https://t.me/BugScanX 💬" + ENDC,
@@ -1,6 +0,0 @@
1
- bhp_pro.py,sha256=bgNV9jbwdNV3wtANUXO-5YDi7Qrv16LLO3LtWGumIOE,743939
2
- bhp_pro-1.2.4.dist-info/METADATA,sha256=BznlzIpE7ds538WC90jCgjEsZiS58cbKVy72SrXxFGU,600
3
- bhp_pro-1.2.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
4
- bhp_pro-1.2.4.dist-info/entry_points.txt,sha256=Yn3HpraGX3lXX4FPq3Gm-lHh3SwQA-5rtgPWNWMFXkw,41
5
- bhp_pro-1.2.4.dist-info/top_level.txt,sha256=1xjbIaVM77UJz9Tsi1JjILgE0YDG7iLhY6KSMNEi9zM,8
6
- bhp_pro-1.2.4.dist-info/RECORD,,