Skip to content
This repository was archived by the owner on Apr 13, 2020. It is now read-only.

Latest commit

 

History

History
29 lines (18 loc) · 724 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 724 Bytes

Ethereum Hackbox

Vagrant box with Ubuntu and 1337 Ethereum hacking tools.

Base image

Uses the gingeleski/ubuntu18_python image:

  • Ubuntu 18.04
  • Python 3
  • Git

Tools

  • Mythril OSS
  • Manticore

Known issues

If you get a crash on vagrant up like...

  • "vboxsf" is not available
    • Then you should vagrant destroy that box because it'll be incomplete
    • Now run vagrant plugin install vagrant-vbguest
    • Credit to geerlingguy from this issue!

Contributing

Feel free to contribute issues, suggestions, pull requests, you name it.