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

Update packge installation

parent 7d7d163b
Branches
No related tags found
No related merge requests found
......@@ -99,7 +99,8 @@ resource "null_resource" "provisioner" {
// Install kali packages
provisioner "remote-exec" {
inline = [
"docker exec -it webtop bash -c 'apt install openvpn -y'",
"docker exec -it webtop bash -c 'apt update -y'",
"docker exec -it webtop bash -c 'apt install openvpn git -y'",
"docker exec -it webtop bash -c 'apt install nmap john sqlmap kpartx sleuthkit qemu-utils gcc openvpn wfuzz smbclient mysql-client netcat gobuster -y'",
"docker exec -it webtop bash -c 'curl https://raw.githubusercontent.com/rapid7/metasploit-omnibus/master/config/templates/metasploit-framework-wrappers/msfupdate.erb > msfinstall && chmod +x msfinstall && ./msfinstall'",
"docker exec -it webtop bash -c 'git clone https://github.com/offensive-security/exploitdb.git /opt/exploitdb && ln -sf /opt/exploitdb/searchsploit /usr/local/bin/searchsploit'",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment