blockchains-security-toolkit/smart_contracts_vulnerabilities/README.md
2022-09-23 07:12:36 -07:00

36 lines
493 B
Markdown

## 🥬 smart contract vulnerabilities
<br>
#### vulns
<br>
* [code injection via `delegatecall`](delegatecall-notes.md)
* [reentrancy](reentrancy-notes.md)
* [arithmetic bugs](arithmetic-bugs-notes.md)
* [ddos attacks](ddos-notes.md)
<br>
#### notes
<br>
* [a guide for pentesting](pentesting.md)
* [random security notes](random-notes.md)
<br>
#### resources
<br>
* [list of defi hacks & exploits](https://github.com/SunWeb3Sec/DeFiHackLabs/#list-of-defi-hacks--exploits)