Service Enumeration
Enumerating the services on target
FTP
Downloading all files from FTP using wget
$ wget -m --no-passive ftp://anonymous:anonymous@SERVERConnect to FTP using SSL
$ openssl s_client -connect SERVER:21 -starttls ftpSMB
Listing SMB shares
$ smbclient -N -L //SERVER -U="<username>" --password="<password>"Connecting to a SMB share
$ smbclient //SERVER/notes -U="<username>" --password="<password>"Connect to an SMB share using RPC
RPC Query
Description
Brute Forcing Users RID
NFS
Show available NFS share
Mounting NFS share
DNS
Get all record from a DNS server
Zone Transfer
Brute force subdomains given a DNS server
SMTP
SMTP Open Relay Scanning with nmap
SMTP user enumeration
Evolution Mail Client
SNMP
SNMPwalk to enumerate SNMP service
MySQL
Nmap script
MSSQL
Nmap script
Connecting to MSSQL with python
IPMI
Metasploit Dumping IPMI hashes
hashcat to crack HP iLO ipmi passwords
hashcat to crack generic ipmi passwords
RDP (Windows)
Nmap script
Connecting to RDP service
WinRM (Windows)
Nmap script
evil-winrm
WMI
wmiexec
Last updated