mirror of
https://github.com/autistic-symposium/blockchains-security-toolkit.git
synced 2025-07-26 08:05:23 -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>
|
<br>
|
||||||
|
|
||||||
|
|
||||||
### Vulns
|
#### vulns
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
* [Code injection via `delegatecall`](delegatecall-notes.md)
|
|
||||||
* [Reentrancy](reentrancy-notes.md)
|
* [code injection via `delegatecall`](delegatecall-notes.md)
|
||||||
* [Arithmetic bugs](arithmetic-bugs-notes.md)
|
* [reentrancy](reentrancy-notes.md)
|
||||||
* [DDoS attacks](ddos-notes.md)
|
* [arithmetic bugs](arithmetic-bugs-notes.md)
|
||||||
|
* [ddos attacks](ddos-notes.md)
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
### Notes
|
|
||||||
|
|
||||||
|
|
||||||
* [A guide for pentesting](pentesting.md)
|
#### notes
|
||||||
* [Random security notes](random-notes.md)
|
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
|
|
||||||
|
* [a guide for pentesting](pentesting.md)
|
||||||
|
* [random security notes](random-notes.md)
|
||||||
|
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
---
|
|
||||||
|
#### resources
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
### Other attacks and exploits
|
* [list of defi hacks & exploits](https://github.com/SunWeb3Sec/DeFiHackLabs/#list-of-defi-hacks--exploits)
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
* [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