Skip to content
Snippets Groups Projects
Commit aa35f49d authored by Jean JESTIN-SCANVION's avatar Jean JESTIN-SCANVION
Browse files

Add attack tools installation

parent c79c3f5b
No related branches found
No related tags found
No related merge requests found
......@@ -103,6 +103,13 @@ resource "null_resource" "provisioner" {
"mkdir -p /root/.config/code-server/",
"echo 'bind-addr: 0.0.0.0:8080\nauth: password\npassword: yfB4W23G\ncert: false\n' > /root/.config/code-server/config.yaml",
"systemctl enable --now code-server@$USER"
"apt install nmap john sqlmap kpartx sleuthkit qemu-utils gcc openvpn wfuzz smbclient mysql-client netcat gobuster"
"curl https://raw.githubusercontent.com/rapid7/metasploit-omnibus/master/config/templates/metasploit-framework-wrappers/msfupdate.erb > msfinstall && chmod +x msfinstall && ./msfinstall"
"git clone https://github.com/offensive-security/exploitdb.git /opt/exploitdb && ln -sf /opt/exploitdb/searchsploit /usr/local/bin/searchsploit"
"git clone https://github.com/danielmiessler/SecLists.git"
"apt install ruby-full && gem install wpscan"
"git clone https://github.com/rezasp/joomscan.git && install libwww-perl"
"
]
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment