We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 235e4fd + d65b406 commit 4bfa851Copy full SHA for 4bfa851
install.sh
@@ -114,7 +114,7 @@ sudo systemctl enable docker --now
114
115
116
echo "[+] Fetching docker-compose.yml from WebSploit.org..."
117
-wget -O /root/docker-compose.yml https://websploit.org/docker-compose.yml
+wget -O /root/docker-compose.yml https://raw.githubusercontent.com/The-Art-of-Hacking/websploit/refs/heads/master/docker-compose.yml
118
119
echo "[+] Starting containers..."
120
cd /root
0 commit comments