This repository contains all the proof of concepts (POCs) related to the Hack Analysis articles published on the Immunefi Medium blog, https://medium.com/immunefi.
Name | Funds Lost (USD) | POC | Article | Command |
---|---|---|---|---|
Platypus Finance Attack | $8,500,000 | Platypus Finance Hack PoC | Hack Analysis: Platypus Finance, February 2023 | forge test -vvv --match-path ./test/platypus-february-2023/Attacker.t.sol |
Omni Protocol Attack | $1,400,000 | Omni Hack PoC | Hack Analysis: Omni Protocol, July 2022 | forge test -vvv --match-path ./test/omni-july-2022/Attacker.t.sol |
Nomad Bridge Attack | $190,000,000 | Nomad Hack PoC | Hack Analysis: Nomad Bridge, August 2022 | forge test -vvv --match-path ./test/nomad-august-2022/Attacker.t.sol |
BonqDAO Price Manipulation Attack | $120,000,000 | BonqDAO Hack PoC | Hack Analysis: BonqDAO, February 2023 | forge test -vvv --match-path ./test/bonq-february-2023/Attacker.t.sol |
Binance Bridge Attack | $600,000,000 | Binance Hack PoC | Hack Analysis: Binance Bridge, October 2022 | forge test -vvv --match-path ./test/binance-october-2022/Attacker.t.sol |
Beanstalk Governance Attack | $181,000,000 | Beanstalk Hack PoC | Hack Analysis: Beanstalk Governance Attack, April 2022 | forge test -vvv --match-path ./test/beanstalk-april-2022/Attacker.t.sol |
0xbaDc0dE MEV Bot | $1,460,000 | 0xbaDc0dE Hack PoC | Hack Analysis: 0xbaDc0dE MEV Bot, September 2022 | forge test -vvv --match-path ./test/0xbad-september-2022/Attacker.t.sol |
Foundry is required to use this repository. See: https://book.getfoundry.sh/getting-started/installation.