👾 notes and resources on decentralized protocols (e.g. oracles, bridges, honeypots, cryptography, decompilers, static analysis, bug bounties)
Find a file
2022-10-08 13:28:36 -07:00
cosmos 🧄 Cosmos and IBC 2022-10-03 18:14:51 -07:00
cryptography 🍈 asymmetric crypto 2022-10-08 13:28:36 -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
exploit_analysis 🍳 binance bridge 2022-10-07 14:18:34 -07:00
foundry 🌭 add link for foundry 2022-09-23 22:18:28 -07:00
gray_hat_stuff 🍟 https://www.ivpn.net/ 2022-10-07 13:30:15 -07:00
hardhat 🥓 add function to set USDC balance by jambro 2022-10-04 08:31:09 -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 🫒 crypto losses in Q3 2022 2022-10-07 12:30:19 -07:00
vulnerabilities 🥦 notes on diamond pattern 2022-09-24 22:16:51 -07:00
README.md 🥨 add cryptography 2022-10-08 12:07:29 -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.