Skip to content

Commit

Permalink
baddns_zone version
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidsec committed Feb 8, 2024
1 parent 0f56b09 commit 8709d6a
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 @@ -18,7 +18,7 @@ class baddns_zone(baddns_module):
"only_high_confidence": "Do not emit low-confidence or generic detections",
}
max_event_handlers = 8
deps_pip = ["baddns~=1.0.707"]
deps_pip = ["baddns~=1.1.0"]

def select_modules(self):
selected_modules = []
Expand Down

0 comments on commit 8709d6a

Please sign in to comment.