diff --git a/smart_contracts_vulnerabilities/README.md b/smart_contracts_vulnerabilities/README.md index 72a05fd..3ea182a 100644 --- a/smart_contracts_vulnerabilities/README.md +++ b/smart_contracts_vulnerabilities/README.md @@ -1,37 +1,36 @@ -## ☠️ Smart Contract Security +## 🥬 smart contract vulnerabilities
-### Vulns +#### vulns
-* [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)
---- - -### Notes -* [A guide for pentesting](pentesting.md) -* [Random security notes](random-notes.md) +#### notes +
+ + +* [a guide for pentesting](pentesting.md) +* [random security notes](random-notes.md)
---- + +#### resources
-### Other attacks and exploits - -
- -* [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)