bbot icon indicating copy to clipboard operation
bbot copied to clipboard

Shared Ansible Dependencies

Open TheTechromancer opened this issue 1 year ago • 0 comments

We have run into several situations (i.e. with ffuf) where multiple modules need access to the same dependency, but because of how preloading works, they each have to specify their own copy of the ansible playbook. It would be nice to compartmentalize this into a deps_helpers attribute, where we have a predefined selection of common tools such as ffuf, massdns, etc. available for any module to use. This would be a prerequisite to helperifying our DNS and web brute-forcing.

  • [ ] docker
  • [ ] ffuf

TheTechromancer avatar Mar 18 '24 11:03 TheTechromancer