mirror of
https://github.com/autistic-symposium/blockchains-security-toolkit.git
synced 2025-11-24 16:43:08 -05:00
| .. | ||
| README.md | ||
bug hunting smart contracts
tl; dr
initial questions
- list
externalandpublicfunctions. - when and where external call happens and what changes.
- check
payablefunctions. - how functions are accessed (permissions by who).
- follow the flow for transfers.
look for common vulnerabilities
- reentrancy with flashloans, fallbacks, payables.
- access control.
- arithmetic errors.
create an enviroment for testing
- static analysis
- fuzzing and poc exploits (use foundry)