- git clone https://github.com/0xStalin-eth/CTF
- cd CTF/
- forge install
- Enjoy the CTF anonn!
To make the most out of these challenges:
- Dive onto each Challenge BEFORE reading the Rules(Goals) of the CTF.
- First identify the vulnerability on the contracts, once you've discovered the vulnerability, go to the rules of the CTF to know what is the actual goal of the CTF
By first diving into the contracts without knowing what is the goal you will allow yourself to focus on finding the vulnerability without trying to reverse engineer from the goal to the vulnerability.
In case you get stuck or would like some extra clarity, read the Hint.md file of each Challenge.
- This file contains a high-level explanation of the system, this can help you to understand better what the code is meant to do and give you ideas to look for the vulnerability.
Though, I'd recommend only reading the contracts of each challenge, this will help you to sharpen your audit and bug bounty skills because you'll force yourself to develop the skill of building the system on your mind from only reading the code. This is a critical skill that separates the senior auditors from the beginners.