Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!
Discover the most used tools by our community.
Explore all tools
Browse our collection of tools
docker run --name ubuntu24 \ -p 9876:80 \ -v "$PWD/rc_install.sh":/root/rc_install.sh \ -it ubuntu:24.04 \ bash -c "chmod +x /root/rc_install.sh && /root/rc_install.sh && exec bash"
Credit @ fearsoff-org