tenthirtyone / weaponized_math

solidity and ethereum vulnerabilities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

solidity and ethereum vulnerabilities

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 89.6%Language:Shell 5.9%Language:HTML 2.7%Language:CSS 1.7%