Page cover

🚩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 username

GitHub - payloadbox/rfi-lfi-payload-list: 🎯 RFI/LFI Payload List

File Inclusion/Path traversal

GitHub - payloadbox/xss-payload-list: 🎯 Cross Site Scripting ( XSS ) Vulnerability Payload List

xss payloads collect

Last updated

Was this helpful?