π©Capture The Flag Initial Recon Checklist
This section contains a checklist for initial recon of the target
# Check firewalls via wafw00f
wafw00f target.local# FTP connect command
ftp target.tld
# FTP login as Anonymous
------------------------
# SMB Enumeration
enum4linux target.local | tee report.txt
# SMB List shares
smbclient -L \\\\target.local
# SMB Connect to a share
smbclient \\target.local\sharename -u usernameLast updated