👾 notes and resources on decentralized protocols (e.g. oracles, bridges, honeypots, cryptography, decompilers, static analysis, bug bounties)
Find a file
2022-10-11 11:56:25 -07:00
attack_reviews 🍑 attack reviews 2022-10-11 11:56:25 -07:00
cosmos 🧄 Cosmos and IBC 2022-10-03 18:14:51 -07:00
cryptography 🍈 basic shit on asymmetric crypto 2022-10-08 13:32:35 -07:00
decentralized_storage 🍆 add IPFS vulns 2022-10-08 13:51:45 -07:00
dynamic_analysis_tools 🍖 dynamic analysis tools 2022-09-24 21:43:10 -07:00
evm_and_opcodes 🥓 add opcodes resources 2022-09-29 02:55:59 -07:00
foundry 🌭 add link for foundry 2022-09-23 22:18:28 -07:00
gray_hat_stuff 🥭 funding 2022-10-09 14:30:35 -07:00
hardhat 🥓 add function to set USDC balance by jambro 2022-10-04 08:31:09 -07:00
l2_and_rollups 🍊 add circom 2022-10-08 16:58:08 -07:00
oracles 🍣 oracles 2022-09-23 07:04:42 -07:00
rust 🌶 add resources for rust 2022-10-03 18:23:16 -07:00
solana 🧋 solana hacking 2022-09-24 20:09:45 -07:00
solidity 🥦 add links for gas reports 2022-10-10 16:15:12 -07:00
static_analysis_tools 🧋 static analysis tools 2022-09-24 21:38:45 -07:00
tenderly 🧉 tenderly 2022-09-24 20:10:51 -07:00
vulnerabilities 🍑 attack reviews 2022-10-11 11:56:25 -07:00
README.md 🍑 attack reviews 2022-10-11 11:56:25 -07:00

🧱☠️ 1337 blockchain hacker toolkit



🍩 sections in this repo


ethereum



other chains


tools



general




🍧 the evm




🍉 solidity




🌶 all things security



documented defi and blockchains exploits




🥞 contracts of interest




🧁 practice your hacking skils




🍰 hacking tools


ethereum general


somehow relevant


other useful tools



🍒 some notes && terminology


  • functions for external calls in contracts refers to functions being called by an initiating address.
  • event is what's being emitted inside a function.