mirror of
https://github.com/autistic-symposium/blockchains-security-toolkit.git
synced 2025-07-24 23:25:42 -04:00
🥬 smart contract vulnerabilities
This commit is contained in:
parent
998b22ab8f
commit
6c415b98ea
1 changed files with 16 additions and 17 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue