Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 665 Bytes

File metadata and controls

43 lines (29 loc) · 665 Bytes

DeFi Vulnerability Labs

Hands-on exploit demonstrations of common Solidity vulnerabilities with proof-of-concept attacks and secure fixes.


Covered Vulnerabilities

  • Reentrancy
  • Integer Overflow/Underflow
  • Access Control Misconfiguration
  • Front-running
  • Flash Loan Manipulation
  • Oracle Manipulation

Structure

Each lab contains:

  • Vulnerable contract
  • Exploit contract
  • Attack demonstration script
  • Fixed contract version

Tools Used

  • Solidity
  • Foundry
  • Hardhat
  • Anvil

Goal

To deeply understand smart contract attack vectors and demonstrate defensive security practices.


** For educational purposes only.**