Skip to content

Commit

Permalink
baddns version roll
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidsec committed Feb 7, 2024
1 parent 0bcf77f commit fa6be6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bbot/modules/baddns.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class baddns(BaseModule):
"only_high_confidence": "Do not emit low-confidence or generic detections",
}
max_event_handlers = 8
deps_pip = ["baddns~=1.0.702"]
deps_pip = ["baddns~=1.0.707"]

def select_modules(self):
selected_modules = []
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 @@ -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.702"]
deps_pip = ["baddns~=1.0.707"]

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

0 comments on commit fa6be6e

Please sign in to comment.