Skip to content

Commit

Permalink
baddns_zone update version
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidsec committed Oct 1, 2024
1 parent 39d9a07 commit 786105b
Showing 1 changed file with 1 addition and 1 deletion.
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.855"]
deps_pip = ["baddns~=1.1.862"]

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

0 comments on commit 786105b

Please sign in to comment.