Skip to main content
CTF Preparation
- Prepare your own hot-spot or VPN: local Wi-Fi may interfere or block manipulated requests.
- Set up a public web server with valid TLS for use in CTF challenges like XSS or data exfiltration; ideally with access to request log.
- Prepare PWN scripts that can use
netcat or run local processes and debuggers and send payloads in response to input data.
- Prepare tools for:
- Image forensics
- Data conversion like Base64, HEX
etc.etc; e.g. CyberChef.
- Extracting data from files; like cutting or replacing headers etc.
- cURL script for sending encoded query strings or posting forms