Skip to content

Commit

Permalink
version bump badsecrets/baddns
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidsec committed Nov 8, 2024
1 parent a0f6e97 commit 7ef7461
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bbot/modules/baddns.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class baddns(BaseModule):
"enabled_submodules": "A list of submodules to enable. Empty list (default) enables CNAME, TXT and MX Only",
}
module_threads = 8
deps_pip = ["baddns~=1.1.864"]
deps_pip = ["baddns~=1.4.13"]

def select_modules(self):
selected_submodules = []
Expand Down
2 changes: 1 addition & 1 deletion bbot/modules/baddns_direct.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class baddns_direct(BaseModule):
"custom_nameservers": "Force BadDNS to use a list of custom nameservers",
}
module_threads = 8
deps_pip = ["baddns~=1.1.864"]
deps_pip = ["baddns~=1.4.13"]

scope_distance_modifier = 1

Expand Down
2 changes: 1 addition & 1 deletion bbot/modules/baddns_zone.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class baddns_zone(baddns_module):
"only_high_confidence": "Do not emit low-confidence or generic detections",
}
module_threads = 8
deps_pip = ["baddns~=1.1.864"]
deps_pip = ["baddns~=1.4.13"]

def set_modules(self):
self.enabled_submodules = ["NSEC", "zonetransfer"]
Expand Down
2 changes: 1 addition & 1 deletion bbot/modules/badsecrets.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class badsecrets(BaseModule):
options_desc = {
"custom_secrets": "Include custom secrets loaded from a local file",
}
deps_pip = ["badsecrets~=0.4.490"]
deps_pip = ["badsecrets~=0.6.21"]

async def setup(self):
self.custom_secrets = None
Expand Down

0 comments on commit 7ef7461

Please sign in to comment.