You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 adeps_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.The text was updated successfully, but these errors were encountered: