Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 572 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 572 Bytes

DAMN VULNERABLE DEFI BROWNIE

You can find questions in here

Quick Start

git clone https://github.com/wuwe1/damn-vulnerable-defi-brownie && cd damn-vulnerable-defi-brownie
# test all questions
brownie test
# test one questions
brownie test -k test_compromised

Put your exploit code in tests/test_*.py, under the comment # YOUR EXPLOIT GOES HERE .

Solutions

You can find the solutions at the spoiler tag.

git clone --branch spoiler https://github.com/wuwe1/damn-vulnerable-defi-brownie