Skip to content

Commit

Permalink
forcing version of baddns to fix horrible dependency nightmare
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidsec committed Jan 29, 2024
1 parent 334d3fa commit 8c39aee
Show file tree
Hide file tree
Showing 3 changed files with 330 additions and 335 deletions.
2 changes: 1 addition & 1 deletion bbot/modules/baddns.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class baddns(BaseModule):
"only_high_confidence": "Do not emit low-confidence or generic detections",
}
max_event_handlers = 8
deps_pip = ["baddns~=1.0.666"]
deps_pip = ["baddns~=1.0.675"]

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.666"]
deps_pip = ["baddns~=1.0.675"]

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

0 comments on commit 8c39aee

Please sign in to comment.