Skip to content

Commit

Permalink
bump baddns version
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidsec committed Sep 29, 2024
1 parent 399e36b commit 71516f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.839"]
deps_pip = ["baddns~=1.1.846"]

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.815"]
deps_pip = ["baddns~=1.1.846"]

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.839"]
deps_pip = ["baddns~=1.1.846"]

def set_modules(self):
self.enabled_submodules = ["NSEC", "zonetransfer"]
Expand Down

0 comments on commit 71516f8

Please sign in to comment.