aave /
aave-v3-core
This repository contains the core smart contracts of the Aave V3 protocol.
25/100 healthLoading repository data…
yAudit / repository
This repository contains proof of concept implementations for historical blockchain hacks.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
⚠️ Disclaimer: This repository is strictly for educational and research purposes. It contains Proof of Concept (PoC) implementations of historical blockchain hacks to help developers and auditors understand smart contract security. Unauthorized use of these techniques against live protocols is illegal. Use this information responsibly and at your own risk.
This repository contains proof of concept implementations of historical blockchain hacks. It uses Foundry for mainnet fork testing to simulate attacks in a real-world environment.
Ensure you have Foundry installed. If not, run:
curl -L https://foundry.paradigm.xyz | bash
foundryup
git clone https://github.com/yAudit/blockchain_hacks
cd blockchain_hacks
forge install
foundry.toml in the root directory and add your Ethereum mainnet RPC URL (e.g., from Alchemy or Infura) under the [rpc_endpoints] section:[rpc_endpoints]
mainnet = "https://eth-mainnet.g.alchemy.com/v2/YOUR_API_KEY"
| # | Project | Test File | Hacked Date |
|---|---|---|---|
| 1 | Balancer V2 | test/BalancerV2.t.sol | November 03, 2025 |
Once your RPC is configured, you can run the exploit simulation:
# Run all tests
forge test
# Run the Balancer V2 exploit
forge test --match-path test/BalancerV2.t.sol
# Run with traces to see the step-by-step exploit logic
forge test --match-path test/BalancerV2.t.sol -vvvv
Selected from shared topics, language and repository description—not editorial ratings.
aave /
This repository contains the core smart contracts of the Aave V3 protocol.
25/100 healthQuillhash /
This Repository contains list of Common Solidity SmartContract Attack Vectors. If you find any attack vectors missing, you can create a pull request and be a contributor of the project.
77/100 healthargotorg /
This repository contains current and historical builds of the Solidity Compiler.
82/100 healthsmartbugs /
This repository contains 47,398 smart contracts extracted from the Ethereum network.
84/100 healthQuillhash /
This repository contains a mindmap on smart contract auditing methodology and different steps in how to audit a smart contract.
66/100 healthzigtur /
This repository contains my Rareskills Solidity Bootcamp work.
63/100 health