diff --git a/bbot/modules/baddns.py b/bbot/modules/baddns.py index 2a5892f250..e0556bac80 100644 --- a/bbot/modules/baddns.py +++ b/bbot/modules/baddns.py @@ -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.2.4"] def select_modules(self): selected_submodules = [] diff --git a/bbot/modules/baddns_zone.py b/bbot/modules/baddns_zone.py index ca3ab39b03..a5cce8e712 100644 --- a/bbot/modules/baddns_zone.py +++ b/bbot/modules/baddns_zone.py @@ -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.2.4"] def set_modules(self): self.enabled_submodules = ["NSEC", "zonetransfer"]