🚩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 Listarrow-up-right

File Inclusion/Path traversalarrow-up-right

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

xss payloads collectarrow-up-right

Last updated

Was this helpful?