CTF Cheatsheet

รวมโพย quick-reference สำหรับ Capture The Flag — sen7

webpwncryptoreversingforensics

Recon

nmap -sC -sV -p- TARGET
gobuster dir -u URL -w /usr/share/wordlists/dirb/common.txt
ffuf -u URL/FUZZ -w wordlist.txt

Web

Pwn

checksec ./bin
gdb ./bin
ROPgadget --binary ./bin

Crypto

Forensics

file -, strings -, binwalk -, exiftool -
volatility -f mem.dump imageinfo