mirror of
https://github.com/autistic-symposium/blockchains-security-toolkit.git
synced 2025-05-15 13:12:12 -04:00
🍑 attack reviews
This commit is contained in:
parent
b95f54048f
commit
e33c929a52
30 changed files with 45 additions and 45 deletions
|
@ -44,7 +44,7 @@
|
|||
<br>
|
||||
|
||||
* [vulnerabilities](https://github.com/bt3gl-labs/1337_blockchain_hacker_toolkit/tree/main/vulnerabilities)
|
||||
* [smart contract vulnerabilities](https://github.com/bt3gl-labs/1337_blockchain_hacker_toolkit/tree/main/smart_contract_vulnerabilities)
|
||||
* [attack reviews](https://github.com/bt3gl-labs/1337_blockchain_hacker_toolkit/tree/main/attack_reviews)
|
||||
* [cryptography](https://github.com/bt3gl-labs/1337_blockchain_hacker_toolkit/tree/main/cryptography)
|
||||
* [decentralized storage](https://github.com/bt3gl-labs/1337_blockchain_hacker_toolkit/tree/main/decentralized_storage)
|
||||
* [l2s && rollups](https://github.com/bt3gl-labs/1337_blockchain_hacker_toolkit/tree/main/l2_and_rollups)
|
||||
|
|
7
attack_reviews/README.md
Normal file
7
attack_reviews/README.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
## 🥥 vulnerabilities
|
||||
|
||||
<br>
|
||||
|
||||
* [profanity files](profanity.md)
|
||||
* [BNB bridge](bnb_bridge.md)
|
||||
* [top immunefi vulns](https://github.com/bt3gl-labs/1337_blockchain_hacker_toolkit/tree/main/vulnerabilities/top_immunefi_vulnerabilities)
|
|
@ -1,37 +0,0 @@
|
|||
## 🥬 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)
|
|
@ -1,7 +1,37 @@
|
|||
## 🥥 vulnerabilities
|
||||
## 🥬 smart contract vulnerabilities
|
||||
|
||||
<br>
|
||||
|
||||
* [profanity files](profanity.md)
|
||||
* [BNB bridge](bnb_bridge.md)
|
||||
* [top immunefi vulns](https://github.com/bt3gl-labs/1337_blockchain_hacker_toolkit/tree/main/vulnerabilities/top_immunefi_vulnerabilities)
|
||||
|
||||
#### 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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue