Ports & Enumeration

Quick list of enum for ports

FTP / Port 21:

ftp -a IP
ftp ftp://USER:PASS@IP
hydra -L "/usr/share/seclists/Usernames/top-usernames-shortlist.txt" -P /usr/share/seclists/Passwords/xato-net-10-million-passwords-1000.txt -e nsr -s 21 ftp://URL

SSH / Port 22:

hydra -L "/usr/share/seclists/Usernames/top-usernames-shortlist.txt" -P /usr/share/seclists/Passwords/xato-net-10-million-passwords-1000.txt -e nsr -s 22 SSH://URL

Telnet / Port 23:

nc -vv IP PORT

STMP/ port 25:


nc -vv IP 25 
echo EHLO
RCPT TO: brian@Fake.com
MAIL FROM: client@client.com
data
pwned 
.

swaks -n -hr -f chris@example.org -t blah@nintendo.com -s smtpgw1.nintendo.com:25

DNS / Port 53:

TFTP/port 69:

HTTP/s port 80/8080/8000/443/8443:

Kerberos/ port 88:

POP3/ port 111/ 995:

IDENT/ port 113:

RPC/ port 135:

SMB/ port 137-139/445:

SNMP / Port 161:

LDAP/ Port 389/636:

HTTPs / Port 443+:

Apple Filling Protocol (AFP) / Port 548:

IPMI / Port 623 (UDP):

Rsync / Port 873:

Rsync / Port 873:

MsSQL / Port 1433:

Oracle Transparent Network Substrate (TNS) / Port 1521:

NFS / port 2049:

iSCSI / Port 3260:

MySQL / Port 3306:

ZeroMQ ZMTP / port 4505/4506:

SIP/ Port 5060:

PostGresql / Port 5432:

Redis / Port 6379:

WSUS/ port 8530 & 8531:

Memcache/ port 11211:

MongoDB / Port 27017:

gRPC / Port 50051:

Last updated