Skip to content

Wormfol/Defiattacks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeFi Attack Study & Testing

This repository collects and documents DeFi attacks and exploits I have studied. Each attack is implemented as a testable contract in the src folder.

Structure

  • src/ — Contains Solidity contracts that reproduce or demonstrate notable DeFi exploits.

Getting Started

This project uses Foundry, a fast and modular toolkit for Ethereum application development.

Prerequisites

  • Foundry installed (forge, anvil, etc.)

Running an Exploit Test

To run a specific exploit test (for example, the ImpermaxV3 exploit):

forge test -vv --match-path src/ImpermaxV3_exp.sol --via-ir

About

Personal study for attacks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published