blockchains-security-toolkit/Smart-Contract-Security/README.md
2022-09-21 18:44:03 -07:00

37 lines
509 B
Markdown

## ☠️ Smart Contract Security
<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
* [A guide for pentesting](pentesting.md)
* [Random security notes](random-notes.md)
<br>
---
<br>
### Other attacks and exploits
<br>
* [List of DeFi Hacks & Exploits](https://github.com/SunWeb3Sec/DeFiHackLabs/#list-of-defi-hacks--exploits)