bbot 2.5.0.6737rc0__py3-none-any.whl → 2.5.0.6747rc0__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/hunt.py +10 -3
- bbot/modules/trufflehog.py +1 -1
- {bbot-2.5.0.6737rc0.dist-info → bbot-2.5.0.6747rc0.dist-info}/METADATA +1 -1
- {bbot-2.5.0.6737rc0.dist-info → bbot-2.5.0.6747rc0.dist-info}/RECORD +8 -8
- {bbot-2.5.0.6737rc0.dist-info → bbot-2.5.0.6747rc0.dist-info}/LICENSE +0 -0
- {bbot-2.5.0.6737rc0.dist-info → bbot-2.5.0.6747rc0.dist-info}/WHEEL +0 -0
- {bbot-2.5.0.6737rc0.dist-info → bbot-2.5.0.6747rc0.dist-info}/entry_points.txt +0 -0
bbot/__init__.py
CHANGED
bbot/modules/hunt.py
CHANGED
|
@@ -50,7 +50,16 @@ hunt_param_dict = {
|
|
|
50
50
|
"cfg",
|
|
51
51
|
"config",
|
|
52
52
|
],
|
|
53
|
-
"Directory Traversal": [
|
|
53
|
+
"Directory Traversal": [
|
|
54
|
+
"entry",
|
|
55
|
+
"download",
|
|
56
|
+
"attachment",
|
|
57
|
+
"basepath",
|
|
58
|
+
"path",
|
|
59
|
+
"file",
|
|
60
|
+
"source",
|
|
61
|
+
"dest",
|
|
62
|
+
],
|
|
54
63
|
"Local File Include": [
|
|
55
64
|
"file",
|
|
56
65
|
"document",
|
|
@@ -279,8 +288,6 @@ class hunt(BaseModule):
|
|
|
279
288
|
"author": "@liquidsec",
|
|
280
289
|
"created_date": "2022-07-20",
|
|
281
290
|
}
|
|
282
|
-
# accept all events regardless of scope distance
|
|
283
|
-
scope_distance_modifier = None
|
|
284
291
|
|
|
285
292
|
async def handle_event(self, event):
|
|
286
293
|
p = event.data["name"]
|
bbot/modules/trufflehog.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: bbot
|
|
3
|
-
Version: 2.5.0.
|
|
3
|
+
Version: 2.5.0.6747rc0
|
|
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=pxeuo70U_vqMHkwUAo51WHCNc0HztWcI_zbineRuYUY,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
|
|
@@ -116,7 +116,7 @@ bbot/modules/gowitness.py,sha256=o4nIBbHVX9tYVW9CpwTsaftWDZu41nhxS0KEp4FoiBs,130
|
|
|
116
116
|
bbot/modules/hackertarget.py,sha256=IsKs9PtxUHdLJKZydlRdW_loBE2KphQYi3lKDAd4odc,1029
|
|
117
117
|
bbot/modules/host_header.py,sha256=uDjwidMdeNPMRfzQ2YW4REEGsZqnGOZHbOS6GgdNd9s,7686
|
|
118
118
|
bbot/modules/httpx.py,sha256=z0sgnfLqIXyiadM0rKQK2p86lka7rC4pGCfTVUqU5Lk,8118
|
|
119
|
-
bbot/modules/hunt.py,sha256=
|
|
119
|
+
bbot/modules/hunt.py,sha256=zt-RKBiOlAKozHA-ZvuPeSOISEu7rIo2aHXQWEsILhw,6607
|
|
120
120
|
bbot/modules/hunterio.py,sha256=dL8IUecJQzNJgvtHArQ1Lz574MbRTF7GbLxp6lLcs0o,2644
|
|
121
121
|
bbot/modules/iis_shortnames.py,sha256=DHGquxEoNl7pjmStBzhvxhD3lvkz5gQmZkGF1nGGHm0,15410
|
|
122
122
|
bbot/modules/internal/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -206,7 +206,7 @@ bbot/modules/templates/sql.py,sha256=o-CdyyoJvHJdJBKkj3CIGXYxUta4w2AB_2Vr-k7cDDU
|
|
|
206
206
|
bbot/modules/templates/subdomain_enum.py,sha256=epyKSly08jqaINV_AMMWbNafIeQjJqvd3aj63KD0Mck,8402
|
|
207
207
|
bbot/modules/templates/webhook.py,sha256=uGFmcJ81GzGN1UI2k2O7nQF_fyh4ehLDEg2NSXaPnhk,3373
|
|
208
208
|
bbot/modules/trickest.py,sha256=MRgLW0YiDWzlWdAjyqfPPLFb-a51r-Ffn_dphiJI_gA,1550
|
|
209
|
-
bbot/modules/trufflehog.py,sha256=
|
|
209
|
+
bbot/modules/trufflehog.py,sha256=ssboOEEfS26FNB1VoavNH840ewq4rWm58wbm6S1aWp0,8702
|
|
210
210
|
bbot/modules/url_manipulation.py,sha256=4J3oFkqTSJPPmbKEKAHJg2Q2w4QNKtQhiN03ZJq5VtI,4326
|
|
211
211
|
bbot/modules/urlscan.py,sha256=-w_3Bm6smyG2GLQyIbnMUkKmeQVauo-V6F4_kJDYG7s,3740
|
|
212
212
|
bbot/modules/vhost.py,sha256=cirOe0HR4M0TEBN8JdXo2l0s2flc8ZSdxggGm79blT8,5459
|
|
@@ -449,8 +449,8 @@ bbot/wordlists/raft-small-extensions-lowercase_CLEANED.txt,sha256=ZSIVebs7ptMvHx
|
|
|
449
449
|
bbot/wordlists/top_open_ports_nmap.txt,sha256=LmdFYkfapSxn1pVuQC2LkOIY2hMLgG-Xts7DVtYzweM,42727
|
|
450
450
|
bbot/wordlists/valid_url_schemes.txt,sha256=0B_VAr9Dv7aYhwi6JSBDU-3M76vNtzN0qEC_RNLo7HE,3310
|
|
451
451
|
bbot/wordlists/wordninja_dns.txt.gz,sha256=DYHvvfW0TvzrVwyprqODAk4tGOxv5ezNmCPSdPuDUnQ,570241
|
|
452
|
-
bbot-2.5.0.
|
|
453
|
-
bbot-2.5.0.
|
|
454
|
-
bbot-2.5.0.
|
|
455
|
-
bbot-2.5.0.
|
|
456
|
-
bbot-2.5.0.
|
|
452
|
+
bbot-2.5.0.6747rc0.dist-info/LICENSE,sha256=GzeCzK17hhQQDNow0_r0L8OfLpeTKQjFQwBQU7ZUymg,32473
|
|
453
|
+
bbot-2.5.0.6747rc0.dist-info/METADATA,sha256=SoJBZLCdXmnygG2NiH0aTbxy2M9aokc4vstbLgWqXww,18308
|
|
454
|
+
bbot-2.5.0.6747rc0.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
455
|
+
bbot-2.5.0.6747rc0.dist-info/entry_points.txt,sha256=cWjvcU_lLrzzJgjcjF7yeGuRA_eDS8pQ-kmPUAyOBfo,38
|
|
456
|
+
bbot-2.5.0.6747rc0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|