bbot 2.4.2.6635rc0__py3-none-any.whl → 2.4.2.6638rc0__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.4.2.6635rc"
2
+ __version__ = "v2.4.2.6638rc"
3
3
 
4
4
  from .scanner import Scanner, Preset
5
5
 
@@ -14,6 +14,9 @@ class CloudCheck(BaseInterceptModule):
14
14
  _priority = 3
15
15
 
16
16
  async def setup(self):
17
+ from cloudcheck import update
18
+
19
+ await update()
17
20
  self.dummy_modules = None
18
21
  return True
19
22
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: bbot
3
- Version: 2.4.2.6635rc0
3
+ Version: 2.4.2.6638rc0
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
@@ -19,7 +19,7 @@ Requires-Dist: ansible-core (>=2.15.13,<3.0.0)
19
19
  Requires-Dist: ansible-runner (>=2.3.2,<3.0.0)
20
20
  Requires-Dist: beautifulsoup4 (>=4.12.2,<5.0.0)
21
21
  Requires-Dist: cachetools (>=5.3.2,<6.0.0)
22
- Requires-Dist: cloudcheck (>=7.0.12,<8.0.0)
22
+ Requires-Dist: cloudcheck (>=7.2.11,<8.0.0)
23
23
  Requires-Dist: deepdiff (>=8.0.0,<9.0.0)
24
24
  Requires-Dist: dnspython (>=2.4.2,<3.0.0)
25
25
  Requires-Dist: httpx (>=0.28.1,<0.29.0)
@@ -1,4 +1,4 @@
1
- bbot/__init__.py,sha256=o8ZUxwUsLGutRrIFwsjGE2PaEJgR0lXaJ980rrZ8G6s,163
1
+ bbot/__init__.py,sha256=MKxhXFa7Z1IH-IYRMco6EJRNAHZvMyIhFC_T-5pCQV0,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
@@ -122,7 +122,7 @@ bbot/modules/iis_shortnames.py,sha256=DHGquxEoNl7pjmStBzhvxhD3lvkz5gQmZkGF1nGGHm
122
122
  bbot/modules/internal/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
123
123
  bbot/modules/internal/aggregate.py,sha256=HnnfTX2GYsOz8IFtfrRX1uXV6rvFx4uG9lmYJF2sdog,419
124
124
  bbot/modules/internal/base.py,sha256=BXO4Hc7XKaAOaLzolF3krJX1KibPxtek2GTQUgnCHk0,387
125
- bbot/modules/internal/cloudcheck.py,sha256=ay6MvZFbDvdhAlFPe_kEITM4wRsfRgQJf1DLBTcZ2jM,5138
125
+ bbot/modules/internal/cloudcheck.py,sha256=IYVetq8YE--yio5DhxukjgshJwZ3EohIu6ZVwbXnOxs,5200
126
126
  bbot/modules/internal/dnsresolve.py,sha256=1fwWChIGpSEIIkswueiIhEwIahQ7YngZ-njFK-RIsfU,15679
127
127
  bbot/modules/internal/excavate.py,sha256=L8tGdfdvxrvfskC1Ms9UtSy-gxudnQcW7Iv5tHNAbW4,63728
128
128
  bbot/modules/internal/speculate.py,sha256=ua35Da-f0-fnK0oXtx4DeGJAT19bfqnmLfetSUfJnIk,9262
@@ -450,8 +450,8 @@ bbot/wordlists/raft-small-extensions-lowercase_CLEANED.txt,sha256=ZSIVebs7ptMvHx
450
450
  bbot/wordlists/top_open_ports_nmap.txt,sha256=LmdFYkfapSxn1pVuQC2LkOIY2hMLgG-Xts7DVtYzweM,42727
451
451
  bbot/wordlists/valid_url_schemes.txt,sha256=0B_VAr9Dv7aYhwi6JSBDU-3M76vNtzN0qEC_RNLo7HE,3310
452
452
  bbot/wordlists/wordninja_dns.txt.gz,sha256=DYHvvfW0TvzrVwyprqODAk4tGOxv5ezNmCPSdPuDUnQ,570241
453
- bbot-2.4.2.6635rc0.dist-info/LICENSE,sha256=GzeCzK17hhQQDNow0_r0L8OfLpeTKQjFQwBQU7ZUymg,32473
454
- bbot-2.4.2.6635rc0.dist-info/METADATA,sha256=cEiADCqoEQ_6wrTmjGDJU1PjQ-GUR0NxLG1GsMdGLpI,18308
455
- bbot-2.4.2.6635rc0.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
456
- bbot-2.4.2.6635rc0.dist-info/entry_points.txt,sha256=cWjvcU_lLrzzJgjcjF7yeGuRA_eDS8pQ-kmPUAyOBfo,38
457
- bbot-2.4.2.6635rc0.dist-info/RECORD,,
453
+ bbot-2.4.2.6638rc0.dist-info/LICENSE,sha256=GzeCzK17hhQQDNow0_r0L8OfLpeTKQjFQwBQU7ZUymg,32473
454
+ bbot-2.4.2.6638rc0.dist-info/METADATA,sha256=vHgtJRTbiaQgj8CWEdh7mMF-gHzb85Xrr2jSUbFqjKc,18308
455
+ bbot-2.4.2.6638rc0.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
456
+ bbot-2.4.2.6638rc0.dist-info/entry_points.txt,sha256=cWjvcU_lLrzzJgjcjF7yeGuRA_eDS8pQ-kmPUAyOBfo,38
457
+ bbot-2.4.2.6638rc0.dist-info/RECORD,,