blockchains-security-toolkit/smart_contracts_vulnerabilities/README.md
2022-09-23 07:03:34 -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)