Metasploitable OS Complete Solved

Port 21 & 2121

# Searching the ftp version
auxiliary/scanner/ftp/ftp_version
# Exploiting 2.3.4 Backdoor
exploit/unix/ftp/vsftpd_234_backdoor

### Port 2121
systemctl postgresql start
auxiliary/scanner/ftp/ftp_login
> ftp <ip> 2121

Port 22

Port 23 & 1524

Port 25

Port 53 ISC BIND (DNS)

Port 53 is used by DNS (Domain Name System).Berkeley Internet Name Domain DNS takes care of recolving human readable 'host names' into numeric IP addresses. A commonly used DNS server called BIND has had a rich history of security problems. As a result, BIND and port 53 are frequent targets and a couple worms used BIND exploits to propagate.

Apache HTTPd 80

  • It is used to host the DVWA on the metasploitable OS but it also can be exploited.

PORT 111/ 2049 RPC Bind

RPC - Remote Procedure Calls NFS - Network File system

Port 5900 VNC Viewer

Port 139-445 NetBIOS SSN

Port 512 513 514

  • These ports are also known as the remote login r services which is able to log in the systems using TCP Wrapper network access protocol

Port 1099 Java RMI server

Port 3306

Port 5432 Postgres

Port 6667 Internal Relay Chat (IRC)

Port 8180 (Unknown)

  • Port 8180 is used by the Apache tomcat service to run the java codes on the go....


~ Ghoul

Last updated