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

Correction d'erreurs

parent 382b9fe8
No related branches found
No related tags found
No related merge requests found
...@@ -102,15 +102,14 @@ resource "null_resource" "provisioner" { ...@@ -102,15 +102,14 @@ resource "null_resource" "provisioner" {
"curl -fsSL https://code-server.dev/install.sh | sh", "curl -fsSL https://code-server.dev/install.sh | sh",
"mkdir -p /root/.config/code-server/", "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", "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" "systemctl enable --now code-server@$USER",
"apt install nmap john sqlmap kpartx sleuthkit qemu-utils gcc openvpn wfuzz smbclient mysql-client netcat gobuster" "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" "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/offensive-security/exploitdb.git /opt/exploitdb && ln -sf /opt/exploitdb/searchsploit /usr/local/bin/searchsploit",
"git clone https://github.com/danielmiessler/SecLists.git" "git clone https://github.com/danielmiessler/SecLists.git",
"apt install ruby-full && gem install wpscan" "apt install ruby-full && gem install wpscan",
"git clone https://github.com/rezasp/joomscan.git && install libwww-perl" "git clone https://github.com/rezasp/joomscan.git && install libwww-perl",
"apt install openvpn" "apt install openvpn"
"
] ]
} }
} }
plan 0 → 100644
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment