bbot 2.6.0.6871rc0__py3-none-any.whl → 2.6.1__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 +1 -1
- bbot/modules/gowitness.py +0 -6
- bbot/modules/trufflehog.py +1 -1
- {bbot-2.6.0.6871rc0.dist-info → bbot-2.6.1.dist-info}/METADATA +1 -1
- {bbot-2.6.0.6871rc0.dist-info → bbot-2.6.1.dist-info}/RECORD +8 -8
- {bbot-2.6.0.6871rc0.dist-info → bbot-2.6.1.dist-info}/LICENSE +0 -0
- {bbot-2.6.0.6871rc0.dist-info → bbot-2.6.1.dist-info}/WHEEL +0 -0
- {bbot-2.6.0.6871rc0.dist-info → bbot-2.6.1.dist-info}/entry_points.txt +0 -0
bbot/__init__.py
CHANGED
bbot/modules/gowitness.py
CHANGED
|
@@ -161,7 +161,6 @@ class gowitness(BaseModule):
|
|
|
161
161
|
key = e.data["url"]
|
|
162
162
|
event_dict[key] = e
|
|
163
163
|
stdin = "\n".join(list(event_dict))
|
|
164
|
-
self.hugeinfo(f"Gowitness input: {stdin}")
|
|
165
164
|
|
|
166
165
|
try:
|
|
167
166
|
async for line in self.run_process_live(self.command, input=stdin, idle_timeout=self.idle_timeout):
|
|
@@ -182,7 +181,6 @@ class gowitness(BaseModule):
|
|
|
182
181
|
# NOTE: this prevents long filenames from causing problems in BBOT, but gowitness will still fail to save it.
|
|
183
182
|
filename = self.helpers.truncate_filename(filename)
|
|
184
183
|
webscreenshot_data = {"path": str(filename), "url": final_url}
|
|
185
|
-
self.hugewarning(event_dict)
|
|
186
184
|
parent_event = event_dict[url]
|
|
187
185
|
await self.emit_event(
|
|
188
186
|
webscreenshot_data,
|
|
@@ -259,9 +257,7 @@ class gowitness(BaseModule):
|
|
|
259
257
|
con.row_factory = aiosqlite.Row
|
|
260
258
|
con.text_factory = self.helpers.smart_decode
|
|
261
259
|
async with con.execute("SELECT * FROM results") as cur:
|
|
262
|
-
self.critical(f"CUR: {cur}")
|
|
263
260
|
async for row in cur:
|
|
264
|
-
self.critical(f"SCREENSHOT: {row}")
|
|
265
261
|
row = dict(row)
|
|
266
262
|
_id = row["id"]
|
|
267
263
|
if _id not in self.screenshots_taken:
|
|
@@ -276,7 +272,6 @@ class gowitness(BaseModule):
|
|
|
276
272
|
con.row_factory = aiosqlite.Row
|
|
277
273
|
async with con.execute("SELECT * FROM network_logs") as cur:
|
|
278
274
|
async for row in cur:
|
|
279
|
-
self.critical(f"NETWORK LOG: {row}")
|
|
280
275
|
row = dict(row)
|
|
281
276
|
url = row["url"]
|
|
282
277
|
if url not in self.connections_logged:
|
|
@@ -291,7 +286,6 @@ class gowitness(BaseModule):
|
|
|
291
286
|
con.row_factory = aiosqlite.Row
|
|
292
287
|
async with con.execute("SELECT * FROM technologies") as cur:
|
|
293
288
|
async for row in cur:
|
|
294
|
-
self.critical(f"TECHNOLOGY: {row}")
|
|
295
289
|
_id = row["id"]
|
|
296
290
|
if _id not in self.technologies_found:
|
|
297
291
|
self.technologies_found.add(_id)
|
bbot/modules/trufflehog.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: bbot
|
|
3
|
-
Version: 2.6.
|
|
3
|
+
Version: 2.6.1
|
|
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=
|
|
1
|
+
bbot/__init__.py,sha256=F0HorIBOXX7UhMSbw5FRUAZT2fCjRaWFi5Yj3bZYHv8,156
|
|
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
|
|
@@ -112,7 +112,7 @@ bbot/modules/github_usersearch.py,sha256=G8knkQBJsn7EKcMhcEaFPiB_Y5S96e2VaseBubs
|
|
|
112
112
|
bbot/modules/github_workflows.py,sha256=xKntAFDeGuE4MqbEmhJyYXKbzoSh9tWYlHNlnF37PYA,10040
|
|
113
113
|
bbot/modules/gitlab.py,sha256=9oWWpBijeHCjuFBfWW4HvNqt7bvJvrBgBjaaz_UPPnE,5964
|
|
114
114
|
bbot/modules/google_playstore.py,sha256=N4QjzQag_bgDXfX17rytBiiWA-SQtYI2N0J_ZNEOdv0,3701
|
|
115
|
-
bbot/modules/gowitness.py,sha256=
|
|
115
|
+
bbot/modules/gowitness.py,sha256=hMhCz4O1sDJCzCzRIcmu0uNDgDDf9JzkFBwL1WuUum0,13144
|
|
116
116
|
bbot/modules/graphql_introspection.py,sha256=-BAzNhBegup2sIYQdJ0jcafZFTGTZl3WoMygilyvfVA,4144
|
|
117
117
|
bbot/modules/hackertarget.py,sha256=IsKs9PtxUHdLJKZydlRdW_loBE2KphQYi3lKDAd4odc,1029
|
|
118
118
|
bbot/modules/host_header.py,sha256=uDjwidMdeNPMRfzQ2YW4REEGsZqnGOZHbOS6GgdNd9s,7686
|
|
@@ -208,7 +208,7 @@ bbot/modules/templates/sql.py,sha256=o-CdyyoJvHJdJBKkj3CIGXYxUta4w2AB_2Vr-k7cDDU
|
|
|
208
208
|
bbot/modules/templates/subdomain_enum.py,sha256=epyKSly08jqaINV_AMMWbNafIeQjJqvd3aj63KD0Mck,8402
|
|
209
209
|
bbot/modules/templates/webhook.py,sha256=uGFmcJ81GzGN1UI2k2O7nQF_fyh4ehLDEg2NSXaPnhk,3373
|
|
210
210
|
bbot/modules/trickest.py,sha256=MRgLW0YiDWzlWdAjyqfPPLFb-a51r-Ffn_dphiJI_gA,1550
|
|
211
|
-
bbot/modules/trufflehog.py,sha256=
|
|
211
|
+
bbot/modules/trufflehog.py,sha256=o8FYUYH95323y10GcV0biJjvCZ_Vdfkh5qaMRFdQNXU,8717
|
|
212
212
|
bbot/modules/url_manipulation.py,sha256=4J3oFkqTSJPPmbKEKAHJg2Q2w4QNKtQhiN03ZJq5VtI,4326
|
|
213
213
|
bbot/modules/urlscan.py,sha256=-w_3Bm6smyG2GLQyIbnMUkKmeQVauo-V6F4_kJDYG7s,3740
|
|
214
214
|
bbot/modules/vhost.py,sha256=cirOe0HR4M0TEBN8JdXo2l0s2flc8ZSdxggGm79blT8,5459
|
|
@@ -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.
|
|
457
|
-
bbot-2.6.
|
|
458
|
-
bbot-2.6.
|
|
459
|
-
bbot-2.6.
|
|
460
|
-
bbot-2.6.
|
|
456
|
+
bbot-2.6.1.dist-info/LICENSE,sha256=GzeCzK17hhQQDNow0_r0L8OfLpeTKQjFQwBQU7ZUymg,32473
|
|
457
|
+
bbot-2.6.1.dist-info/METADATA,sha256=RupKgYzd9hBYsW-t-L2UtMl8oYWbYFZA3uUHPtF1ZY4,18300
|
|
458
|
+
bbot-2.6.1.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
459
|
+
bbot-2.6.1.dist-info/entry_points.txt,sha256=cWjvcU_lLrzzJgjcjF7yeGuRA_eDS8pQ-kmPUAyOBfo,38
|
|
460
|
+
bbot-2.6.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|