mirror of
https://github.com/autistic-symposium/blockchains-security-toolkit.git
synced 2025-05-16 05:32:17 -04:00
37 lines
816 B
Markdown
37 lines
816 B
Markdown
## 🥬 smart contract vulnerabilities
|
|
|
|
<br>
|
|
|
|
|
|
#### vulns
|
|
|
|
<br>
|
|
|
|
|
|
* [code injection via `delegatecall`](https://github.com/bt3gl-labs/1337_blockchain_hacker_toolkit/tree/main/vulnerabilities/delegatecall)
|
|
* [reentrancy](reentrancy-notes.md)
|
|
* [arithmetic bugs](arithmetic-bugs-notes.md)
|
|
* [ddos attacks](ddos-notes.md)
|
|
|
|
<br>
|
|
|
|
|
|
|
|
#### notes
|
|
|
|
<br>
|
|
|
|
|
|
* [a guide for pentesting](pentesting.md)
|
|
* [randomness in ethereum](https://github.com/bt3gl-labs/1337_blockchain_hacker_toolkit/blob/main/smart_contracts_vulnerabilities/random_numbers.md)
|
|
* [security tips](https://github.com/bt3gl-labs/1337_blockchain_hacker_toolkit/blob/main/smart_contracts_vulnerabilities/security_tips.md)
|
|
|
|
|
|
<br>
|
|
|
|
|
|
#### resources
|
|
|
|
<br>
|
|
|
|
* [list of defi hacks & exploits](https://github.com/SunWeb3Sec/DeFiHackLabs/#list-of-defi-hacks--exploits)
|