Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 1.13 KB

File metadata and controls

30 lines (26 loc) · 1.13 KB

68 - Theo

Theo is an exploitation tool with a Metasploit-like interface, drops you into a Python REPL console, where you can use the available features to do smart contract reconnaissance, check the storage, run exploits or frontrun or backrun transactions targeting a specific smart contract.

Features:

  1. Automatic smart contract scanning which generates a list of possible exploits
  2. Sending transactions to exploit a smart contract
  3. Transaction pool monitor
  4. Web3 console
  5. Frontrunning and backrunning transactions
  6. Waiting for a list of transactions and sending out others
  7. Estimating gas for transactions means only successful transactions are sent
  8. Disabling gas estimation will send transactions with a fixed gas quantity.

Slide Screenshot

068.jpg


Slide Text

  • Security Tool
  • ConsenSys Diligence
  • Exploitation Tool
  • Metasploit-like Interface -> Python REPL
  • Reconnaissance -> Exploit -> Fron/Back run

References


Tags