bbot 2.3.2__py3-none-any.whl → 2.3.2.5827rc0__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/core/helpers/names_generator.py +1 -0
- bbot/modules/portfilter.py +1 -1
- {bbot-2.3.2.dist-info → bbot-2.3.2.5827rc0.dist-info}/METADATA +11 -11
- {bbot-2.3.2.dist-info → bbot-2.3.2.5827rc0.dist-info}/RECORD +8 -8
- {bbot-2.3.2.dist-info → bbot-2.3.2.5827rc0.dist-info}/LICENSE +0 -0
- {bbot-2.3.2.dist-info → bbot-2.3.2.5827rc0.dist-info}/WHEEL +0 -0
- {bbot-2.3.2.dist-info → bbot-2.3.2.5827rc0.dist-info}/entry_points.txt +0 -0
bbot/__init__.py
CHANGED
bbot/modules/portfilter.py
CHANGED
|
@@ -2,7 +2,7 @@ from bbot.modules.base import BaseInterceptModule
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
class portfilter(BaseInterceptModule):
|
|
5
|
-
watched_events = ["OPEN_TCP_PORT"
|
|
5
|
+
watched_events = ["OPEN_TCP_PORT"]
|
|
6
6
|
flags = ["passive", "safe"]
|
|
7
7
|
meta = {
|
|
8
8
|
"description": "Filter out unwanted open ports from cloud/CDN targets",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: bbot
|
|
3
|
-
Version: 2.3.2
|
|
3
|
+
Version: 2.3.2.5827rc0
|
|
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
|
|
@@ -367,16 +367,16 @@ bbot -t evilcorp.com evilcorp.org 1.2.3.0/24 -p subdomain-enum
|
|
|
367
367
|
|
|
368
368
|
Targets can be any of the following:
|
|
369
369
|
|
|
370
|
-
-
|
|
371
|
-
-
|
|
372
|
-
-
|
|
373
|
-
-
|
|
374
|
-
- URL (`https://www.evilcorp.com`)
|
|
375
|
-
-
|
|
376
|
-
-
|
|
377
|
-
-
|
|
378
|
-
-
|
|
379
|
-
-
|
|
370
|
+
- `DNS_NAME` (`evilcorp.com`)
|
|
371
|
+
- `IP_ADDRESS` (`1.2.3.4`)
|
|
372
|
+
- `IP_RANGE` (`1.2.3.0/24`)
|
|
373
|
+
- `OPEN_TCP_PORT` (`192.168.0.1:80`)
|
|
374
|
+
- `URL` (`https://www.evilcorp.com`)
|
|
375
|
+
- `EMAIL_ADDRESS` (`bob@evilcorp.com`)
|
|
376
|
+
- `ORG_STUB` (`ORG:evilcorp`)
|
|
377
|
+
- `USER_STUB` (`USER:bobsmith`)
|
|
378
|
+
- `FILESYSTEM` (`FILESYSTEM:/tmp/asdf`)
|
|
379
|
+
- `MOBILE_APP` (`MOBILE_APP:https://play.google.com/store/apps/details?id=com.evilcorp.app`)
|
|
380
380
|
|
|
381
381
|
For more information, see [Targets](https://www.blacklanternsecurity.com/bbot/Stable/scanning/#targets-t). To learn how BBOT handles scope, see [Scope](https://www.blacklanternsecurity.com/bbot/Stable/scanning/#scope).
|
|
382
382
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
bbot/__init__.py,sha256=
|
|
1
|
+
bbot/__init__.py,sha256=HTLF-oJyzgRcppndeWePgs-Ug_X0yuhKQ1nXLCgAAjI,130
|
|
2
2
|
bbot/cli.py,sha256=Jdhrtcpwzq4Pm71bikElx1Fj_gWN5x_GEkp7W42iQxQ,10753
|
|
3
3
|
bbot/core/__init__.py,sha256=l255GJE_DvUnWvrRb0J5lG-iMztJ8zVvoweDOfegGtI,46
|
|
4
4
|
bbot/core/config/__init__.py,sha256=zYNw2Me6tsEr8hOOkLb4BQ97GB7Kis2k--G81S8vofU,342
|
|
@@ -30,7 +30,7 @@ bbot/core/helpers/helper.py,sha256=eD9yJUhrFUmmoXm4pyi31dulJ5W2eyS-YLGXmx7AyDQ,8
|
|
|
30
30
|
bbot/core/helpers/interactsh.py,sha256=VBYYH6-rWBofRsgemndK6iZNmyifOps8vgQOw2mac4k,12624
|
|
31
31
|
bbot/core/helpers/libmagic.py,sha256=QMHyxjgDLb2jyjBvK1MQ-xt6WkGXhKcHu9ZP1li-sik,3460
|
|
32
32
|
bbot/core/helpers/misc.py,sha256=r-FUL5zdZagmLjNd_F577IE1CrT22f5qPb69RQcEHD0,87452
|
|
33
|
-
bbot/core/helpers/names_generator.py,sha256=
|
|
33
|
+
bbot/core/helpers/names_generator.py,sha256=x6nZfEPKMwv3qR_RI4U6TBNbo6PgCF4fqbldtwilvpw,10334
|
|
34
34
|
bbot/core/helpers/ntlm.py,sha256=P2Xj4-GPos2iAzw4dfk0FJp6oGyycGhu2x6sLDVjYjs,2573
|
|
35
35
|
bbot/core/helpers/process.py,sha256=00uRpLMFi3Pt3uT8qXwAIhsXdoa7h-ifoXh0sGYgwqs,1702
|
|
36
36
|
bbot/core/helpers/ratelimiter.py,sha256=fQp5mKfqfCkDkZzgntDu4NWlRsWSMCto0V8vaV8-34k,2115
|
|
@@ -164,7 +164,7 @@ bbot/modules/paramminer_getparams.py,sha256=_j6rgaqV5wGJoa8p5-KKbe2YsVGUtmWIanCV
|
|
|
164
164
|
bbot/modules/paramminer_headers.py,sha256=CuiqT3nY3eIrZhT4CAEkRDfCbCYci8CmnXsippf3Qb4,10450
|
|
165
165
|
bbot/modules/passivetotal.py,sha256=uGT6c_CUxBNInmClsTg8afIYA2ZykKYYCgjkyzujfHg,1653
|
|
166
166
|
bbot/modules/pgp.py,sha256=Xu2M9WEIlwTm5-Lv29g7BblI05tD9Dl0XsYSeY6UURs,2065
|
|
167
|
-
bbot/modules/portfilter.py,sha256=
|
|
167
|
+
bbot/modules/portfilter.py,sha256=QMyO2Zu4hLqViMk92xK8z_wiRfrjoQ5O-mU1zESVx1s,1698
|
|
168
168
|
bbot/modules/portscan.py,sha256=dM2p3tBGQKSdeZRMlCpOwqRpz0XJfIMwY2n3Ajaig_M,13441
|
|
169
169
|
bbot/modules/postman.py,sha256=vo761Nzu3kPBzfCY3KJcvsGEsjImaa7iA2z-LyASBDc,4589
|
|
170
170
|
bbot/modules/postman_download.py,sha256=LUB9cP-otkB1HaNACGS5YPwsxnwp1uSo28SpGvmQ60A,3467
|
|
@@ -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.dist-info/LICENSE,sha256=GzeCzK17hhQQDNow0_r0L8OfLpeTKQjFQwBQU7ZUymg,32473
|
|
426
|
-
bbot-2.3.2.dist-info/METADATA,sha256=
|
|
427
|
-
bbot-2.3.2.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
|
|
428
|
-
bbot-2.3.2.dist-info/entry_points.txt,sha256=cWjvcU_lLrzzJgjcjF7yeGuRA_eDS8pQ-kmPUAyOBfo,38
|
|
429
|
-
bbot-2.3.2.dist-info/RECORD,,
|
|
425
|
+
bbot-2.3.2.5827rc0.dist-info/LICENSE,sha256=GzeCzK17hhQQDNow0_r0L8OfLpeTKQjFQwBQU7ZUymg,32473
|
|
426
|
+
bbot-2.3.2.5827rc0.dist-info/METADATA,sha256=evTyp7NdMiw0vKsnfV1Wr2lcl2sP4DexmBI7JAyHHiU,18224
|
|
427
|
+
bbot-2.3.2.5827rc0.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
|
|
428
|
+
bbot-2.3.2.5827rc0.dist-info/entry_points.txt,sha256=cWjvcU_lLrzzJgjcjF7yeGuRA_eDS8pQ-kmPUAyOBfo,38
|
|
429
|
+
bbot-2.3.2.5827rc0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|