Lame
Last updated
Was this helpful?
Last updated
Was this helpful?
HTB - 2. Lame
nmap -A -T4 -p- 10.10.10.3
takes 144 seconds, 21 (ftp) open with version vsftpd 2.3.4
and anonymous login allowed, 22 (ssh) open with version 4.7p1 Debian 8ubuntu2
, 139 & 445 (samba) open with version 3.0.20-Debian (workgroup: WORKGROUP), 3632 (distccd v1) with version 4.2.4
Samba
Result: Dead end
FTP Check
Result: In directory /
which is empty
Search samba 3.0.20-debian exploit
: https://www.rapid7.com/db/modules/exploit/multi/samba/usermap_script and
Metasploit Exploit
Result: Shell popped and machine owned. Can try to crack passwords with hashcat
.
Search vsftpd 2.3.4 exploit
: https://www.rapid7.com/db/modules/exploit/unix/ftp/vsftpd_234_backdoor - This is a rapithole; don't continuously try if it doesn't work