👾 notes and resources on decentralized protocols (e.g. oracles, bridges, honeypots, cryptography, decompilers, static analysis, bug bounties)
Find a file
2022-10-03 18:23:16 -07:00
cosmos 🧄 Cosmos and IBC 2022-10-03 18:14:51 -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 🥯 gray hacker stuff 2022-09-23 07:10:31 -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 ABI encoding 2022-09-29 05:03:11 -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
top_immunefi_vulnerabilities 🌭 clean up 2022-09-23 07:13:47 -07:00
vulnerabilities 🥦 notes on diamond pattern 2022-09-24 22:16:51 -07:00
README.md 🍉 add link to cosmos and rust 2022-10-03 18:16:57 -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.