mirror of
https://github.com/autistic-symposium/blockchains-security-toolkit.git
synced 2025-06-08 06:53:00 -04:00
add dir for reentrancy attack
This commit is contained in:
parent
63c454a248
commit
ebbc1c5c17
1 changed files with 9 additions and 22 deletions
|
@ -1,37 +1,24 @@
|
||||||
## 🥬 smart contract vulnerabilities
|
## smart contract vulnerabilities
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
### in this dir
|
||||||
#### vulns
|
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
|
|
||||||
* [code injection via `delegatecall`](https://github.com/bt3gl-labs/1337_blockchain_hacker_toolkit/tree/main/vulnerabilities/delegatecall)
|
* [reentrancy](reentrancy_attacks)
|
||||||
* [reentrancy](reentrancy-notes.md)
|
|
||||||
* [arithmetic bugs](arithmetic-bugs-notes.md)
|
* [arithmetic bugs](arithmetic-bugs-notes.md)
|
||||||
|
* [code injection via `delegatecall`](delegatecall)
|
||||||
* [ddos attacks](ddos-notes.md)
|
* [ddos attacks](ddos-notes.md)
|
||||||
|
* [pentesting](pentesting.md)
|
||||||
<br>
|
* [randomness in ethereum](random_numbers.md)
|
||||||
|
* [security tips](security_tips.md)
|
||||||
|
|
||||||
|
|
||||||
#### 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>
|
<br>
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
#### resources
|
### resources
|
||||||
|
|
||||||
<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