bbot 2.3.2.5897rc0__py3-none-any.whl → 2.3.2.5906rc0__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.5897rc"
2
+ __version__ = "v2.3.2.5906rc"
3
3
 
4
4
  from .scanner import Scanner, Preset
@@ -15,7 +15,7 @@ class nuclei(BaseModule):
15
15
  }
16
16
 
17
17
  options = {
18
- "version": "3.3.8",
18
+ "version": "3.3.9",
19
19
  "tags": "",
20
20
  "templates": "",
21
21
  "severity": "",
@@ -1,4 +1,5 @@
1
1
  import json
2
+ from functools import partial
2
3
  from bbot.modules.base import BaseModule
3
4
 
4
5
 
@@ -13,7 +14,7 @@ class trufflehog(BaseModule):
13
14
  }
14
15
 
15
16
  options = {
16
- "version": "3.88.4",
17
+ "version": "3.88.9",
17
18
  "config": "",
18
19
  "only_verified": True,
19
20
  "concurrency": 8,
@@ -174,7 +175,7 @@ class trufflehog(BaseModule):
174
175
  command.append("--delete-cached-data")
175
176
  command.append("--token=" + self.github_token)
176
177
 
177
- stats_file = self.helpers.tempfile_tail(callback=self.log_trufflehog_status)
178
+ stats_file = self.helpers.tempfile_tail(callback=partial(self.log_trufflehog_status, path))
178
179
  try:
179
180
  with open(stats_file, "w") as stats_fh:
180
181
  async for line in self.helpers.run_live(command, stderr=stats_fh):
@@ -200,7 +201,7 @@ class trufflehog(BaseModule):
200
201
  finally:
201
202
  stats_file.unlink()
202
203
 
203
- def log_trufflehog_status(self, line):
204
+ def log_trufflehog_status(self, path, line):
204
205
  try:
205
206
  line = json.loads(line)
206
207
  except Exception:
@@ -209,4 +210,5 @@ class trufflehog(BaseModule):
209
210
  message = line.get("msg", "")
210
211
  ts = line.get("ts", "")
211
212
  status = f"Message: {message} | Timestamp: {ts}"
212
- self.info(status)
213
+ self.verbose(f"Current scan target: {path}")
214
+ self.verbose(status)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: bbot
3
- Version: 2.3.2.5897rc0
3
+ Version: 2.3.2.5906rc0
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=NUr-DNqvU1lsSDDYYZDwvJetf6L2WhczS5f2kW5QtxM,130
1
+ bbot/__init__.py,sha256=hn3QbeI7dyEC5T9JpGoNST6e1SiR640OBgA_Uu9m1PA,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
@@ -82,7 +82,7 @@ bbot/modules/credshed.py,sha256=HAF5wgRGKIIpdMAe4mIAtkZRLmFYjMFyXtjjst6RJ20,4203
82
82
  bbot/modules/crt.py,sha256=6Zm90VKXwYYN6Sab0gwwhTARrtnQIqALJTVtFWMMTGk,1369
83
83
  bbot/modules/deadly/dastardly.py,sha256=dxPkJUfAsuddDDuI_uVyTUxkJ5eps92nSrPtpBOTlQg,5315
84
84
  bbot/modules/deadly/ffuf.py,sha256=sCledEgIi1ZgAhb-XlwbLIH3wBD5dSELZAEun_pNLOk,14745
85
- bbot/modules/deadly/nuclei.py,sha256=hUoqdN_o3f1DQ30I6ltlW63NHT6OGhivoWi8gNlLMuQ,17808
85
+ bbot/modules/deadly/nuclei.py,sha256=-Ne3NMQwa55oMG_AkYWyxQMOA1j6Omkk7VHdSjh8isU,17808
86
86
  bbot/modules/deadly/vhost.py,sha256=m7RdR0w7Hs38IGVHUu_3Er-_5ABVdalRG_8znQepxD0,5456
87
87
  bbot/modules/dehashed.py,sha256=iyzWHmJs6zC7FsRhw9_AdkckQKCf_0oNnL9RwG409r0,5071
88
88
  bbot/modules/digitorus.py,sha256=XQY0eAQrA7yo8S57tGncP1ARud-yG4LiWxx5VBYID34,1027
@@ -192,7 +192,7 @@ bbot/modules/templates/sql.py,sha256=o-CdyyoJvHJdJBKkj3CIGXYxUta4w2AB_2Vr-k7cDDU
192
192
  bbot/modules/templates/subdomain_enum.py,sha256=epyKSly08jqaINV_AMMWbNafIeQjJqvd3aj63KD0Mck,8402
193
193
  bbot/modules/templates/webhook.py,sha256=0N7LorCxT0sVmT2XgrV81ubdcdPVW8s2X__BrKC2AcM,3313
194
194
  bbot/modules/trickest.py,sha256=MRgLW0YiDWzlWdAjyqfPPLFb-a51r-Ffn_dphiJI_gA,1550
195
- bbot/modules/trufflehog.py,sha256=hVA3Z8NWOG4Cer72CP7XLLbPQQYBVEaUrAv3AKUuoCQ,8635
195
+ bbot/modules/trufflehog.py,sha256=urYq_QpPQF_Piw1a5fWSyUymR_7YRsrqKTeZ0u_c7zU,8742
196
196
  bbot/modules/url_manipulation.py,sha256=4J3oFkqTSJPPmbKEKAHJg2Q2w4QNKtQhiN03ZJq5VtI,4326
197
197
  bbot/modules/urlscan.py,sha256=-w_3Bm6smyG2GLQyIbnMUkKmeQVauo-V6F4_kJDYG7s,3740
198
198
  bbot/modules/viewdns.py,sha256=2SjNZNjQL1tko58tPAjP-CGYDmP-zZ1HpY-vACGa9UI,2595
@@ -423,8 +423,8 @@ bbot/wordlists/raft-small-extensions-lowercase_CLEANED.txt,sha256=ZSIVebs7ptMvHx
423
423
  bbot/wordlists/top_open_ports_nmap.txt,sha256=LmdFYkfapSxn1pVuQC2LkOIY2hMLgG-Xts7DVtYzweM,42727
424
424
  bbot/wordlists/valid_url_schemes.txt,sha256=0B_VAr9Dv7aYhwi6JSBDU-3M76vNtzN0qEC_RNLo7HE,3310
425
425
  bbot/wordlists/wordninja_dns.txt.gz,sha256=DYHvvfW0TvzrVwyprqODAk4tGOxv5ezNmCPSdPuDUnQ,570241
426
- bbot-2.3.2.5897rc0.dist-info/LICENSE,sha256=GzeCzK17hhQQDNow0_r0L8OfLpeTKQjFQwBQU7ZUymg,32473
427
- bbot-2.3.2.5897rc0.dist-info/METADATA,sha256=k_cAzZC_YH43y1lAq2Xw9enIvCL8oLSd6hCPLPEeD2k,18224
428
- bbot-2.3.2.5897rc0.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
429
- bbot-2.3.2.5897rc0.dist-info/entry_points.txt,sha256=cWjvcU_lLrzzJgjcjF7yeGuRA_eDS8pQ-kmPUAyOBfo,38
430
- bbot-2.3.2.5897rc0.dist-info/RECORD,,
426
+ bbot-2.3.2.5906rc0.dist-info/LICENSE,sha256=GzeCzK17hhQQDNow0_r0L8OfLpeTKQjFQwBQU7ZUymg,32473
427
+ bbot-2.3.2.5906rc0.dist-info/METADATA,sha256=UKbviwDiwhwe_cRfJQvifL660my_m_paG_HEJm00nO4,18224
428
+ bbot-2.3.2.5906rc0.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
429
+ bbot-2.3.2.5906rc0.dist-info/entry_points.txt,sha256=cWjvcU_lLrzzJgjcjF7yeGuRA_eDS8pQ-kmPUAyOBfo,38
430
+ bbot-2.3.2.5906rc0.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 2.0.1
2
+ Generator: poetry-core 2.1.1
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any