bbot 2.3.2.5829rc0__py3-none-any.whl → 2.3.2.5832rc0__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,4 +1,4 @@
1
1
  # version placeholder (replaced by poetry-dynamic-versioning)
2
- __version__ = "v2.3.2.5829rc"
2
+ __version__ = "v2.3.2.5832rc"
3
3
 
4
4
  from .scanner import Scanner, Preset
bbot/cli.py CHANGED
@@ -180,13 +180,14 @@ async def _main():
180
180
 
181
181
  if sys.stdin.isatty():
182
182
  # warn if any targets belong directly to a cloud provider
183
- for event in scan.target.seeds.events:
184
- if event.type == "DNS_NAME":
185
- cloudcheck_result = scan.helpers.cloudcheck(event.host)
186
- if cloudcheck_result:
187
- scan.hugewarning(
188
- f'YOUR TARGET CONTAINS A CLOUD DOMAIN: "{event.host}". You\'re in for a wild ride!'
189
- )
183
+ if not scan.preset.strict_scope:
184
+ for event in scan.target.seeds.events:
185
+ if event.type == "DNS_NAME":
186
+ cloudcheck_result = scan.helpers.cloudcheck(event.host)
187
+ if cloudcheck_result:
188
+ scan.hugewarning(
189
+ f'YOUR TARGET CONTAINS A CLOUD DOMAIN: "{event.host}". You\'re in for a wild ride!'
190
+ )
190
191
 
191
192
  if not options.yes:
192
193
  log.hugesuccess(f"Scan ready. Press enter to execute {scan.name}")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: bbot
3
- Version: 2.3.2.5829rc0
3
+ Version: 2.3.2.5832rc0
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,5 +1,5 @@
1
- bbot/__init__.py,sha256=DMcArpBhIB4iPHMPt0TTwdxnUhrIQCYuPHgxUm_VCXk,130
2
- bbot/cli.py,sha256=Jdhrtcpwzq4Pm71bikElx1Fj_gWN5x_GEkp7W42iQxQ,10753
1
+ bbot/__init__.py,sha256=r23SD0fNpVvyZHj_92OjQH5PhBuFWjFmLA2StXbyrQs,130
2
+ bbot/cli.py,sha256=hrzJX07sK3psSQWa461BXFuOxgCA94iztsw8syLdpNw,10830
3
3
  bbot/core/__init__.py,sha256=l255GJE_DvUnWvrRb0J5lG-iMztJ8zVvoweDOfegGtI,46
4
4
  bbot/core/config/__init__.py,sha256=zYNw2Me6tsEr8hOOkLb4BQ97GB7Kis2k--G81S8vofU,342
5
5
  bbot/core/config/files.py,sha256=zANvrTRLJQIOWSNkxd9MpWmf9cQFr0gRZLUxeIbTwQc,1412
@@ -422,8 +422,8 @@ bbot/wordlists/raft-small-extensions-lowercase_CLEANED.txt,sha256=ZSIVebs7ptMvHx
422
422
  bbot/wordlists/top_open_ports_nmap.txt,sha256=LmdFYkfapSxn1pVuQC2LkOIY2hMLgG-Xts7DVtYzweM,42727
423
423
  bbot/wordlists/valid_url_schemes.txt,sha256=0B_VAr9Dv7aYhwi6JSBDU-3M76vNtzN0qEC_RNLo7HE,3310
424
424
  bbot/wordlists/wordninja_dns.txt.gz,sha256=DYHvvfW0TvzrVwyprqODAk4tGOxv5ezNmCPSdPuDUnQ,570241
425
- bbot-2.3.2.5829rc0.dist-info/LICENSE,sha256=GzeCzK17hhQQDNow0_r0L8OfLpeTKQjFQwBQU7ZUymg,32473
426
- bbot-2.3.2.5829rc0.dist-info/METADATA,sha256=Hkl71hAi6O36srkUdkFd-Q7DuEpJwN1pF0h0x65AI4Y,18224
427
- bbot-2.3.2.5829rc0.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
428
- bbot-2.3.2.5829rc0.dist-info/entry_points.txt,sha256=cWjvcU_lLrzzJgjcjF7yeGuRA_eDS8pQ-kmPUAyOBfo,38
429
- bbot-2.3.2.5829rc0.dist-info/RECORD,,
425
+ bbot-2.3.2.5832rc0.dist-info/LICENSE,sha256=GzeCzK17hhQQDNow0_r0L8OfLpeTKQjFQwBQU7ZUymg,32473
426
+ bbot-2.3.2.5832rc0.dist-info/METADATA,sha256=LU6CO9cMCmK8ewTd-Ll9Dk5ygGvozkr7rbe9YR8vx5g,18224
427
+ bbot-2.3.2.5832rc0.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
428
+ bbot-2.3.2.5832rc0.dist-info/entry_points.txt,sha256=cWjvcU_lLrzzJgjcjF7yeGuRA_eDS8pQ-kmPUAyOBfo,38
429
+ bbot-2.3.2.5832rc0.dist-info/RECORD,,