🥬 smart contract vulnerabilities

This commit is contained in:
bt3gl 2022-09-23 07:12:36 -07:00 committed by GitHub
parent 998b22ab8f
commit 6c415b98ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,37 +1,36 @@
## ☠️ Smart Contract Security
## 🥬 smart contract vulnerabilities
<br>
### Vulns
#### vulns
<br>
* [Code injection via `delegatecall`](delegatecall-notes.md)
* [Reentrancy](reentrancy-notes.md)
* [Arithmetic bugs](arithmetic-bugs-notes.md)
* [DDoS attacks](ddos-notes.md)
* [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)
#### notes
<br>
* [a guide for pentesting](pentesting.md)
* [random security notes](random-notes.md)
<br>
---
#### resources
<br>
### Other attacks and exploits
<br>
* [List of DeFi Hacks & Exploits](https://github.com/SunWeb3Sec/DeFiHackLabs/#list-of-defi-hacks--exploits)
* [list of defi hacks & exploits](https://github.com/SunWeb3Sec/DeFiHackLabs/#list-of-defi-hacks--exploits)