Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 1.72 KB

Capture the Flag (CTF).md

File metadata and controls

28 lines (24 loc) · 1.72 KB

Capture the Flag (CTF) are fun and educational challenges where participants have to hack different (dummy) smart contracts that have vulnerabilities in them. They help understand the complexities around how vulnerabilities may be exploited in the wild.

Popular ones include:

  1. Capture The Ether: is a set of twenty challenges created by Steve Marx which test knowledge of Ethereum concepts of contracts, accounts and math among other things.
  2. Ethernaut: is a Web3/Solidity based war game from OpenZeppelin that is played in the Ethereum Virtual Machine. Each level is a smart contract that needs to be ‘hacked'. The game is 100% open source and all levels are contributions made by other players
  3. Damn Vulnerable DeFi v2: is a set of 12 DeFi related challenges created by tinchoabbate. Depending on the challenge, you should either stop the system from working, steal as much funds as you can, or do some other unexpected things.
  4. Paradigm CTF: is a set of seventeen challenges created by samczsun at Paradigm.

Slide Screenshot

078.jpg


Slide Text

  • Capture The Flags
  • Fun/Edu Challenges
  • Hack Dummy Contracts w/ Vulnerabilities
  • Capture The Ether
  • Ethernaut
  • Damn Vulnerable DeFi
  • Paradigm CTF

References


Tags