Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 327 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 327 Bytes

Solidity Security Exploits

  • Re-Entrancy
  • Denial of Service - Gas
  • Denial of Service - Revert
  • Force Ether - selfdestruct
  • Storage Allocation Exploit
  • Underflow / Overflow
  • Re-Entrancy Honey Pot
  • Function Call Honey Pot

To run all tests to see the attacks at work run:

$ npm install
$ bash scripts/test.sh