bbot 2.6.1.6913rc0__py3-none-any.whl → 2.7.0.6919rc0__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.

Potentially problematic release.


This version of bbot might be problematic. Click here for more details.

bbot/__init__.py CHANGED
@@ -1,5 +1,5 @@
1
1
  # version placeholder (replaced by poetry-dynamic-versioning)
2
- __version__ = "v2.6.1.6913rc"
2
+ __version__ = "v2.7.0.6919rc"
3
3
 
4
4
  from .scanner import Scanner, Preset
5
5
 
@@ -34,6 +34,7 @@ class lightfuzz(BaseModule):
34
34
  self.event_dict = {}
35
35
  self.interactsh_subdomain_tags = {}
36
36
  self.interactsh_instance = None
37
+ self.interactsh_domain = None
37
38
  self.disable_post = self.config.get("disable_post", False)
38
39
  self.enabled_submodules = self.config.get("enabled_submodules")
39
40
  self.interactsh_disable = self.scan.config.get("interactsh_disable", False)
@@ -51,13 +52,16 @@ class lightfuzz(BaseModule):
51
52
  self.submodules[submodule_name] = submodule_class
52
53
 
53
54
  interactsh_needed = any(submodule.uses_interactsh for submodule in self.submodules.values())
54
-
55
55
  if interactsh_needed and not self.interactsh_disable:
56
56
  try:
57
57
  self.interactsh_instance = self.helpers.interactsh()
58
58
  self.interactsh_domain = await self.interactsh_instance.register(callback=self.interactsh_callback)
59
+ if not self.interactsh_domain:
60
+ self.warning("Interactsh failure: No domain returned from self.interactsh_instance.register()")
61
+ self.interactsh_instance = None
59
62
  except InteractshError as e:
60
63
  self.warning(f"Interactsh failure: {e}")
64
+ self.interactsh_instance = None
61
65
  return True
62
66
 
63
67
  async def interactsh_callback(self, r):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: bbot
3
- Version: 2.6.1.6913rc0
3
+ Version: 2.7.0.6919rc0
4
4
  Summary: OSINT automation for hackers.
5
5
  License: GPL-3.0
6
6
  Keywords: python,cli,automation,osint,threat-intel,intelligence,neo4j,scanner,python-library,hacking,recursion,pentesting,recon,command-line-tool,bugbounty,subdomains,security-tools,subdomain-scanner,osint-framework,attack-surface,subdomain-enumeration,osint-tool
@@ -1,4 +1,4 @@
1
- bbot/__init__.py,sha256=ZmDW4nHpD3rzZhZkHYHwY2xdfe1-ixaIFfqdSZt9mqQ,163
1
+ bbot/__init__.py,sha256=4rl9jFqm-X6UWEeDWHkEOi8Z63qvLsRmxUpbstmDvmM,163
2
2
  bbot/cli.py,sha256=1QJbANVw9Q3GFM92H2QRV2ds5756ulm08CDZwzwPpeI,11888
3
3
  bbot/core/__init__.py,sha256=l255GJE_DvUnWvrRb0J5lG-iMztJ8zVvoweDOfegGtI,46
4
4
  bbot/core/config/__init__.py,sha256=zYNw2Me6tsEr8hOOkLb4BQ97GB7Kis2k--G81S8vofU,342
@@ -133,7 +133,7 @@ bbot/modules/ipneighbor.py,sha256=b_0IhorihFLtXJZEz57EGXjXW30gIOEzzVgz2GFvM3A,15
133
133
  bbot/modules/ipstack.py,sha256=j_S8WMNqQuSQgBT7AX4tO70fgbWuRYrpsS3tVsu_hn4,2200
134
134
  bbot/modules/jadx.py,sha256=8ncbK5i3B6i253qJ5tuD3-cPl4S8qqRvnTVINFTjtvQ,3084
135
135
  bbot/modules/leakix.py,sha256=4sKghkId5cX_eVqTSFsqdNzX5JmUemr-U7gs8PfKVVA,1561
136
- bbot/modules/lightfuzz/lightfuzz.py,sha256=REs0wkwpvrL4bZAg8V1Ui3KFyvgWVtDSk8jP_fFcaCQ,8911
136
+ bbot/modules/lightfuzz/lightfuzz.py,sha256=GN7nV_eBlY9_WpQoMpHJ6iDSAph1GFzle_O4s7v3sjc,9211
137
137
  bbot/modules/lightfuzz/submodules/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
138
138
  bbot/modules/lightfuzz/submodules/base.py,sha256=PvMEoEqrgAmp63JufaPe9GhOn7ay3oBvvZCuFIzuwaI,12619
139
139
  bbot/modules/lightfuzz/submodules/cmdi.py,sha256=-9pL7Yh7VVCObxuS6Qu2cKEJBstfk0oXIkMyntg8xDk,5043
@@ -453,8 +453,8 @@ bbot/wordlists/raft-small-extensions-lowercase_CLEANED.txt,sha256=ZSIVebs7ptMvHx
453
453
  bbot/wordlists/top_open_ports_nmap.txt,sha256=LmdFYkfapSxn1pVuQC2LkOIY2hMLgG-Xts7DVtYzweM,42727
454
454
  bbot/wordlists/valid_url_schemes.txt,sha256=0B_VAr9Dv7aYhwi6JSBDU-3M76vNtzN0qEC_RNLo7HE,3310
455
455
  bbot/wordlists/wordninja_dns.txt.gz,sha256=DYHvvfW0TvzrVwyprqODAk4tGOxv5ezNmCPSdPuDUnQ,570241
456
- bbot-2.6.1.6913rc0.dist-info/LICENSE,sha256=GzeCzK17hhQQDNow0_r0L8OfLpeTKQjFQwBQU7ZUymg,32473
457
- bbot-2.6.1.6913rc0.dist-info/METADATA,sha256=L-xhIRKOBd7ANLI0eei2rWilyMgcJeulasb90vSXwSg,18308
458
- bbot-2.6.1.6913rc0.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
459
- bbot-2.6.1.6913rc0.dist-info/entry_points.txt,sha256=cWjvcU_lLrzzJgjcjF7yeGuRA_eDS8pQ-kmPUAyOBfo,38
460
- bbot-2.6.1.6913rc0.dist-info/RECORD,,
456
+ bbot-2.7.0.6919rc0.dist-info/LICENSE,sha256=GzeCzK17hhQQDNow0_r0L8OfLpeTKQjFQwBQU7ZUymg,32473
457
+ bbot-2.7.0.6919rc0.dist-info/METADATA,sha256=y5i-0pyowLHjs2ZZf-ga5Kqoh90NgqIAw-oTEXx1zJU,18308
458
+ bbot-2.7.0.6919rc0.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
459
+ bbot-2.7.0.6919rc0.dist-info/entry_points.txt,sha256=cWjvcU_lLrzzJgjcjF7yeGuRA_eDS8pQ-kmPUAyOBfo,38
460
+ bbot-2.7.0.6919rc0.dist-info/RECORD,,