bbot 2.1.2.5180rc0__py3-none-any.whl → 2.1.2.5184rc0__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.1.2.5180rc"
2
+ __version__ = "v2.1.2.5184rc"
3
3
 
4
4
  from .scanner import Scanner, Preset
bbot/modules/baddns.py CHANGED
@@ -22,7 +22,7 @@ class baddns(BaseModule):
22
22
  "enabled_submodules": "A list of submodules to enable. Empty list (default) enables CNAME, TXT and MX Only",
23
23
  }
24
24
  module_threads = 8
25
- deps_pip = ["baddns~=1.1.864"]
25
+ deps_pip = ["baddns~=1.4.13"]
26
26
 
27
27
  def select_modules(self):
28
28
  selected_submodules = []
@@ -19,7 +19,7 @@ class baddns_direct(BaseModule):
19
19
  "custom_nameservers": "Force BadDNS to use a list of custom nameservers",
20
20
  }
21
21
  module_threads = 8
22
- deps_pip = ["baddns~=1.1.864"]
22
+ deps_pip = ["baddns~=1.4.13"]
23
23
 
24
24
  scope_distance_modifier = 1
25
25
 
@@ -16,7 +16,7 @@ class baddns_zone(baddns_module):
16
16
  "only_high_confidence": "Do not emit low-confidence or generic detections",
17
17
  }
18
18
  module_threads = 8
19
- deps_pip = ["baddns~=1.1.864"]
19
+ deps_pip = ["baddns~=1.4.13"]
20
20
 
21
21
  def set_modules(self):
22
22
  self.enabled_submodules = ["NSEC", "zonetransfer"]
@@ -17,7 +17,7 @@ class badsecrets(BaseModule):
17
17
  options_desc = {
18
18
  "custom_secrets": "Include custom secrets loaded from a local file",
19
19
  }
20
- deps_pip = ["badsecrets~=0.4.490"]
20
+ deps_pip = ["badsecrets~=0.6.21"]
21
21
 
22
22
  async def setup(self):
23
23
  self.custom_secrets = None
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: bbot
3
- Version: 2.1.2.5180rc0
3
+ Version: 2.1.2.5184rc0
4
4
  Summary: OSINT automation for hackers.
5
5
  Home-page: https://github.com/blacklanternsecurity/bbot
6
6
  License: GPL-3.0
@@ -411,6 +411,7 @@ For details, see [Configuration](https://www.blacklanternsecurity.com/bbot/Stabl
411
411
  - **Modules**
412
412
  - [List of Modules](https://www.blacklanternsecurity.com/bbot/Stable/modules/list_of_modules)
413
413
  - [Nuclei](https://www.blacklanternsecurity.com/bbot/Stable/modules/nuclei)
414
+ - [Custom YARA Rules](https://www.blacklanternsecurity.com/bbot/Stable/modules/custom_yara_rules)
414
415
  - **Misc**
415
416
  - [Contribution](https://www.blacklanternsecurity.com/bbot/Stable/contribution)
416
417
  - [Release History](https://www.blacklanternsecurity.com/bbot/Stable/release_history)
@@ -1,4 +1,4 @@
1
- bbot/__init__.py,sha256=7P-sFinr0Bm0Rs1mjS4V3YlX2Bn0VY0mSdU-Wy9dDJY,130
1
+ bbot/__init__.py,sha256=EJpleDf2CeMqeespgwM2F9QWWv23au0UfaAVeF0rKGQ,130
2
2
  bbot/cli.py,sha256=7S3a4eB-Dl8yodc5WC-927Z30CNlLl9EXimGvIVypJo,10434
3
3
  bbot/core/__init__.py,sha256=l255GJE_DvUnWvrRb0J5lG-iMztJ8zVvoweDOfegGtI,46
4
4
  bbot/core/config/__init__.py,sha256=zYNw2Me6tsEr8hOOkLb4BQ97GB7Kis2k--G81S8vofU,342
@@ -56,10 +56,10 @@ bbot/modules/anubisdb.py,sha256=0V00Lm_1Sr_LQWkeb07-mF_530N9x5MCTXZW_aCgitY,1910
56
56
  bbot/modules/apkpure.py,sha256=s4hSjq6T9wj45Rb1uo7NfRABgUaeEoTD-qSEXgJVh2Q,1942
57
57
  bbot/modules/azure_realm.py,sha256=pP2PUlLy0K9KKaE8aNcznWjDW3PKHvnMejdOSc-o4ms,1612
58
58
  bbot/modules/azure_tenant.py,sha256=cKS53GjvrplaFFYvacUmJKCdLB6h7Yp_AzHNFuKtFrU,5374
59
- bbot/modules/baddns.py,sha256=FFGpJ0AdcpYBh_i8VMYOUj6C_PhzkFls263DoVmUXGY,6376
60
- bbot/modules/baddns_direct.py,sha256=_Z_snPDU5VqF3jb2CAoX5Sb94GnhYVP22JIK5TdpF_Y,3820
61
- bbot/modules/baddns_zone.py,sha256=bTpYzQYLt4ZJo_Jan5K4NsYL7O1PMVQvJHmYPy6QyvY,1035
62
- bbot/modules/badsecrets.py,sha256=WMeIhjafD63sXShYGtbAk2kw12PgxMIZh8EMbYg7x20,5108
59
+ bbot/modules/baddns.py,sha256=jp3S3sVZW74N9zMCEfy_J5XtnnsrRvHGtWQCBu874RY,6375
60
+ bbot/modules/baddns_direct.py,sha256=vGkW9-OMmE_lXZfqZ8xhy3_A7PCs36SxPfDe8IYh2ZQ,3819
61
+ bbot/modules/baddns_zone.py,sha256=IcewDBtA_-64NCNFojEFd9jt2YBek6ltB2mmqdDH6LE,1034
62
+ bbot/modules/badsecrets.py,sha256=JSukBYdD3yuvVy84DkyX48428R_LgQ7P39tjTRAD_Mo,5107
63
63
  bbot/modules/base.py,sha256=-nPgoPjMwcveZ81fzb4TwhbtBFqNYorj-zD3TG91ZPg,71115
64
64
  bbot/modules/bevigil.py,sha256=EFA4N_aJDF20KjrzbzdkHaTL1GfOF6ohBMlNIEJne6s,2850
65
65
  bbot/modules/binaryedge.py,sha256=W6VMbV7-tVAduUNbcmS6uLLJixb3sDJmqC9m4IGB6Yg,1391
@@ -400,8 +400,8 @@ bbot/wordlists/raft-small-extensions-lowercase_CLEANED.txt,sha256=ruUQwVfia1_m2u
400
400
  bbot/wordlists/top_open_ports_nmap.txt,sha256=LmdFYkfapSxn1pVuQC2LkOIY2hMLgG-Xts7DVtYzweM,42727
401
401
  bbot/wordlists/valid_url_schemes.txt,sha256=VciB-ww0y-O8Ii1wpTR6rJzGDiC2r-dhVsIJApS1ZYU,3309
402
402
  bbot/wordlists/wordninja_dns.txt.gz,sha256=DYHvvfW0TvzrVwyprqODAk4tGOxv5ezNmCPSdPuDUnQ,570241
403
- bbot-2.1.2.5180rc0.dist-info/LICENSE,sha256=GzeCzK17hhQQDNow0_r0L8OfLpeTKQjFQwBQU7ZUymg,32473
404
- bbot-2.1.2.5180rc0.dist-info/METADATA,sha256=NsqTqHYM8LWSlsyChMjEOjd5DjtY3F6DjeEULRur55M,17003
405
- bbot-2.1.2.5180rc0.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
406
- bbot-2.1.2.5180rc0.dist-info/entry_points.txt,sha256=cWjvcU_lLrzzJgjcjF7yeGuRA_eDS8pQ-kmPUAyOBfo,38
407
- bbot-2.1.2.5180rc0.dist-info/RECORD,,
403
+ bbot-2.1.2.5184rc0.dist-info/LICENSE,sha256=GzeCzK17hhQQDNow0_r0L8OfLpeTKQjFQwBQU7ZUymg,32473
404
+ bbot-2.1.2.5184rc0.dist-info/METADATA,sha256=iqmox9qRFt0tBrJ0aafC-d3OKk_SHUTSEchbdB0bpKE,17109
405
+ bbot-2.1.2.5184rc0.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
406
+ bbot-2.1.2.5184rc0.dist-info/entry_points.txt,sha256=cWjvcU_lLrzzJgjcjF7yeGuRA_eDS8pQ-kmPUAyOBfo,38
407
+ bbot-2.1.2.5184rc0.dist-info/RECORD,,