Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
harendra-shakya authored Nov 6, 2022
1 parent 8c7f139 commit 0cb3890
Showing 1 changed file with 27 additions and 23 deletions.
50 changes: 27 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,34 @@

## All attack vectors -

- Reentrancy
- Oracle Manipulation
- Frontrunning
- Denial of Service
- Signature Replay
- Malicious Honeypot
- Unsafe Delegatecalls
- Sandwich Attacks
- Flash Loan Attacks
- Griefing
- Force Feeding
- Cross-Chain Bridge manipulation
- Insecure Randomness
- Accessing Private Data
- Phishing Through tx.origin
- Arithmetic Over/Under Flow
- Block timestamp Manipulation
- Unsafe external calls
- Unchecked return values
- Proxy Storage Collision
- Loops Gas Limit
| Serial No. | Attack Vectors | Description |
| ---------- | ------------------------------- | ----------- |
| **1** | Reentrancy |
| **2** | Oracle Manipulation |
| **3** | Frontrunning |
| **4** | Denial of Service |
| **5** | Signature Replay |
| **6** | Malicious Honeypot |
| **7** | Unsafe Delegatecalls |
| **8** | Sandwich Attacks |
| **9** | Flash Loan Attacks |
| **10** | Griefing |
| **11** | Force Feeding |
| **12** | Cross-Chain Bridge manipulation |
| **13** | Insecure Randomness |
| **14** | Accessing Private Data |
| **15** | Phishing Through tx.origin |
| **16** | Arithmetic Over/Under Flow |
| **17** | Block timestamp Manipulation |
| **18** | Unsafe external calls |
| **19** | Unchecked return values |
| **20** | Proxy Storage Collision |
| **21** | Loops Gas Limit |

# Resources
[Rekt news](https://rekt.news/)
#

# Resources

[Rekt news](https://rekt.news/)

// TODO: Explain about all the vulns

0 comments on commit 0cb3890

Please sign in to comment.