ou0qa1 / defi-exploits

DeFi exploits for educational purposes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DeFi Exploits

The purpose of this repository is to develop secure contracts and prevent attacks.

Directory Structure

Dates prefixed to directory names are in UTC.

src
├── YYYYMMDD_ProtocolName1
│   ├── ProtocolName1Exploit.sol
│   └── ProtocolName1ExploitTest.t.sol
...
├── YYYYMMDD_ProtocolNameN
├── interfaces
└── utils

List of PoCs

2022-08-01 Nomad Bridge

forge test -vvv --match-contract NomadBridgeExploitTest

2020-10-26 Harvest Finance

forge test -vvv --match-contract HarvestFinanceExploitTest

About

DeFi exploits for educational purposes


Languages

Language:Solidity 100.0%