General pointers
- Ask for help. CTFs are team games - collaborate with teammates and ask ENUSEC members for nudges. We won't solve challenges for you but we'll help get you unstuck.
- Use WSL on Windows. Install Windows Subsystem for Linux if you're on Windows - many challenges and tools are Linux-first (and you'll thank yourself later).
- Learn Python & pip. Python is the lingua franca for quick scripts, exploit prototyping, and interacting with challenge services. Make sure you can create virtualenvs and install packages.
- Stuck? Ask a helper, or ping @committee on Discord, or ask in the ENUSEC server.
$
python3 -m venv venv && source venv/bin/activate
$
pip install pwntools pycryptodome