bbot 2.3.2.5836rc0__py3-none-any.whl → 2.3.2.5841rc0__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.5836rc"
2
+ __version__ = "v2.3.2.5841rc"
3
3
 
4
4
  from .scanner import Scanner, Preset
@@ -336,6 +336,7 @@ class WebHelper(EngineClient):
336
336
  ignore_bbot_global_settings = kwargs.get("ignore_bbot_global_settings", False)
337
337
 
338
338
  if ignore_bbot_global_settings:
339
+ http_timeout = 20 # setting 20 as a worse-case setting
339
340
  log.debug("ignore_bbot_global_settings enabled. Global settings will not be applied")
340
341
  else:
341
342
  http_timeout = self.parent_helper.web_config.get("http_timeout", 20)
@@ -349,12 +350,12 @@ class WebHelper(EngineClient):
349
350
  for hk, hv in self.web_config.get("http_headers", {}).items():
350
351
  headers[hk] = hv
351
352
 
352
- # add the timeout
353
- if "timeout" not in kwargs:
354
- timeout = http_timeout
353
+ # add the timeout
354
+ if "timeout" not in kwargs:
355
+ timeout = http_timeout
355
356
 
356
- curl_command.append("-m")
357
- curl_command.append(str(timeout))
357
+ curl_command.append("-m")
358
+ curl_command.append(str(timeout))
358
359
 
359
360
  for k, v in headers.items():
360
361
  if isinstance(v, list):
@@ -400,7 +401,7 @@ class WebHelper(EngineClient):
400
401
  if raw_body:
401
402
  curl_command.append("-d")
402
403
  curl_command.append(raw_body)
403
-
404
+ log.verbose(f"Running curl command: {curl_command}")
404
405
  output = (await self.parent_helper.run(curl_command)).stdout
405
406
  return output
406
407
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: bbot
3
- Version: 2.3.2.5836rc0
3
+ Version: 2.3.2.5841rc0
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=UTBAzsh6YdstqvyNnWWsakafLfG4P_ox2Bb2T1dqwlo,130
1
+ bbot/__init__.py,sha256=n2RgOCWmB1ynIcuyyyEpMtwCjYK76nV7QIwQJAzWyas,130
2
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
@@ -42,7 +42,7 @@ bbot/core/helpers/web/__init__.py,sha256=pIEkL3DhjaGTSmZ7D3yKKYwWpntoLRILekV2wWs
42
42
  bbot/core/helpers/web/client.py,sha256=UTjNnsAz-bPO6GEc1lEm_ZhatwaVOIGG7nRIn7KdZAQ,3562
43
43
  bbot/core/helpers/web/engine.py,sha256=mzXpYmlB1pvNSXs8FuliGMv7myUwAcQWTtnMHqblMHA,8875
44
44
  bbot/core/helpers/web/ssl_context.py,sha256=aWVgl-d0HoE8B4EBKNxaa5UAzQmx79DjDByfBw9tezo,356
45
- bbot/core/helpers/web/web.py,sha256=vwu5tewijJH3NZROaeJ74wNXV_tzYqrynGruhPsjmkM,22658
45
+ bbot/core/helpers/web/web.py,sha256=0k5-GEudua_yJSPW5pmmIquElG1Z5oy3qxN5kOKGmlM,22766
46
46
  bbot/core/helpers/wordcloud.py,sha256=QM8Z1N01_hXrRFKQjvRL-IzOOC7ZMKjuSBID3u77Sxg,19809
47
47
  bbot/core/modules.py,sha256=U0Z2UoZAOPG9lLvR9Juc3UwdWCc_xbktF4t_NoiKPrY,31385
48
48
  bbot/core/multiprocess.py,sha256=ocQHanskJ09gHwe7RZmwNdZyCOQyeyUoIHCtLbtvXUk,1771
@@ -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.5836rc0.dist-info/LICENSE,sha256=GzeCzK17hhQQDNow0_r0L8OfLpeTKQjFQwBQU7ZUymg,32473
426
- bbot-2.3.2.5836rc0.dist-info/METADATA,sha256=Y6Fw1IztwEwDLRcmkvOO6oaMsFUmqbqg1dHlx1GFVQU,18224
427
- bbot-2.3.2.5836rc0.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
428
- bbot-2.3.2.5836rc0.dist-info/entry_points.txt,sha256=cWjvcU_lLrzzJgjcjF7yeGuRA_eDS8pQ-kmPUAyOBfo,38
429
- bbot-2.3.2.5836rc0.dist-info/RECORD,,
425
+ bbot-2.3.2.5841rc0.dist-info/LICENSE,sha256=GzeCzK17hhQQDNow0_r0L8OfLpeTKQjFQwBQU7ZUymg,32473
426
+ bbot-2.3.2.5841rc0.dist-info/METADATA,sha256=OMpVJcg6MVr5PXSNz1ZH3x2_jGgp4VYhEXEENfYMRK0,18224
427
+ bbot-2.3.2.5841rc0.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
428
+ bbot-2.3.2.5841rc0.dist-info/entry_points.txt,sha256=cWjvcU_lLrzzJgjcjF7yeGuRA_eDS8pQ-kmPUAyOBfo,38
429
+ bbot-2.3.2.5841rc0.dist-info/RECORD,,