Solidity smart contract security threats

This repository is highly ionspired by https://www.youtube.com/channel/UCJWh7F3AFyQ_x01VKzr9eyA

This repository is a collection of some of the security threats to any solidity smart contracts.

Every Vulnerable Contract and it's security mesaures are inside the contract folder.

Contracts Serial No.

  1. Reentrancy
  2. Private variables are also accesible from outside the contract.
  3. forcefully sent ether can break your contract
  4. Risks of using delegatecall
  5. Risks of using delegatecall 2
  6. Denial of service attack
  7. phishing with tx.origin
  8. Front Running
  9. Signature Replay