π©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 usernameGitHub - payloadbox/rfi-lfi-payload-list: π― RFI/LFI Payload List
GitHub - payloadbox/xss-payload-list: π― Cross Site Scripting ( XSS ) Vulnerability Payload List
Last updated
Was this helpful?