diff options
author | heqnx <root@heqnx.com> | 2025-05-25 11:51:57 +0300 |
---|---|---|
committer | heqnx <root@heqnx.com> | 2025-05-25 11:51:57 +0300 |
commit | 8fb0b275bf00c963a24c21e1dfbaa64491c4f445 (patch) | |
tree | 28e9b4bbf0d4391f092f832d8f00d84ec20fed4f /roles/attackbox/vars | |
parent | 7c8ed923df3c02338dfbf826fd6fd9a23dac502e (diff) | |
download | ansible-playbooks-8fb0b275bf00c963a24c21e1dfbaa64491c4f445.tar.gz ansible-playbooks-8fb0b275bf00c963a24c21e1dfbaa64491c4f445.zip |
added role-based playbooks
Diffstat (limited to 'roles/attackbox/vars')
-rw-r--r-- | roles/attackbox/vars/main.yaml | 81 |
1 files changed, 81 insertions, 0 deletions
diff --git a/roles/attackbox/vars/main.yaml b/roles/attackbox/vars/main.yaml new file mode 100644 index 0000000..fc96103 --- /dev/null +++ b/roles/attackbox/vars/main.yaml @@ -0,0 +1,81 @@ +github_repos: + - https://github.com/danielmiessler/SecLists.git + - https://github.com/tomnomnom/gf.git + - https://github.com/1ndianl33t/Gf-Patterns.git + +go_tools: + - github.com/projectdiscovery/uncover/cmd/uncover@latest + - github.com/projectdiscovery/katana/cmd/katana@latest + - github.com/projectdiscovery/nuclei/v3/cmd/nuclei@latest + - github.com/projectdiscovery/cloudlist/cmd/cloudlist@latest + - github.com/projectdiscovery/subfinder/v2/cmd/subfinder@latest + - github.com/projectdiscovery/cdncheck/cmd/cdncheck@latest + - github.com/projectdiscovery/mapcidr/cmd/mapcidr@latest + - github.com/projectdiscovery/shuffledns/cmd/shuffledns@latest + - github.com/projectdiscovery/asnmap/cmd/asnmap@latest + - github.com/projectdiscovery/naabu/v2/cmd/naabu@latest + - github.com/projectdiscovery/chaos-client/cmd/chaos@latest + - github.com/projectdiscovery/tldfinder/cmd/tldfinder@latest + - github.com/projectdiscovery/httpx/cmd/httpx@latest + - github.com/projectdiscovery/tlsx/cmd/tlsx@latest + - github.com/projectdiscovery/interactsh/cmd/interactsh-client@latest + - github.com/projectdiscovery/interactsh/cmd/interactsh-server@latest + - github.com/projectdiscovery/wappalyzergo/cmd/update-fingerprints@latest + - github.com/projectdiscovery/useragent/cmd/ua@latest + - github.com/projectdiscovery/notify/cmd/notify@latest + - github.com/projectdiscovery/tunnelx@latest + - github.com/projectdiscovery/urlfinder/cmd/urlfinder@latest + - github.com/projectdiscovery/cvemap/cmd/cvemap@latest + - github.com/projectdiscovery/alterx/cmd/alterx@latest + - github.com/projectdiscovery/proxify/cmd/proxify@latest + - github.com/projectdiscovery/dnsx/cmd/dnsx@latest + - github.com/projectdiscovery/openrisk@latest + - github.com/projectdiscovery/simplehttpserver/cmd/simplehttpserver@latest + - github.com/projectdiscovery/network-fingerprint@latest + + - github.com/BishopFox/cloudfox@latest + - github.com/BishopFox/jsluice/cmd/jsluice@latest + + - github.com/tomnomnom/gf@latest + - github.com/tomnomnom/waybackurls@latest + - github.com/tomnomnom/assetfinder@latest + - github.com/tomnomnom/meg@latest + - github.com/tomnomnom/anew@latest + - github.com/tomnomnom/unfurl@latest + - github.com/tomnomnom/qsreplace@latest + - github.com/tomnomnom/comb@latest + + - github.com/hakluke/hakrawler@latest + - github.com/hakluke/hakrevdns@latest + - github.com/hakluke/haklistgen@latest + - github.com/hakluke/hakoriginfinder@latest + - github.com/hakluke/hakcheckurl@latest + - github.com/hakluke/haktrails@latest + - github.com/hakluke/haktldextract@latest + - github.com/hakluke/hakip2host@latest + - github.com/hakluke/hakurlencode@latest + + - github.com/rverton/webanalyze/...@latest + - github.com/samirettali/dumpcn@latest + - github.com/ffuf/ffuf/v2@latest + - github.com/OJ/gobuster/v3@latest + - github.com/sensepost/gowitness@latest + - github.com/lc/gau/v2/cmd/gau@latest + +apt_packages: + - git + - gcc + - musl + - libpcap-dev + - musl-dev + - curl + - wget + - gpg + - openssl + - python3 + - python3-pip + - nmap + - unattended-upgrades + - ufw + - tmux + - fail2ban |