January 2023

Unstoppable | Damn Vulnerable DeFi #1 Walk-Through

There’s a tokenized vault with a million DVT tokens deposited. It’s offering flash loans for free, until the grace period ends. To pass the challenge, make the vault stop offering flash loans. You start with 10 DVT tokens in balance. https://www.damnvulnerabledefi.xyz/challenges/unstoppable/ We are given two smart contracts ReceiverUnstoppable.sol and UnstoppableVault.sol and the unstoppable.challenge.js file to

Unstoppable | Damn Vulnerable DeFi #1 Walk-Through Read More »

Damn Vulnerable DeFi Setup

As a continuation of my Web3 CTF walk-throughs I’m going to be starting on Damn Vulnerable DeFi, let this post guide us on installing and preparing our environment. Damn Vulnerable DeFi is the wargame to learn offensive security of DeFi smart contracts in Ethereum. Featuring flash loans, price oracles, governance, NFTs, DEXs, lending pools, smart

Damn Vulnerable DeFi Setup Read More »

How to Solve EVM Puzzles

EVM Puzzles is a GitHub repo from fvictorio containing a collection of puzzles to teach how the EVM operates. For each challenge we are supplied with the bytecode of the contract, the objective is to send a successful transaction. In some puzzles you only need to provide the value that will be sent to the

How to Solve EVM Puzzles Read More »

Scroll to Top