From 2d4c15ee3793d263755f69e51d5d4ee8a504573b Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 30 Oct 2024 10:19:01 -0400 Subject: [PATCH] update baddns --- bbot/modules/baddns.py | 2 +- bbot/modules/baddns_zone.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"]