mechaphish / setup

BSD 2-Clause "Simplified" License
19 stars 14 forks source link

Cannot clone repos from git.seclab.cs.ucsb.edu #4

Open ltfish opened 6 years ago

ltfish commented 6 years ago

The setup Dockfile uses git@git.seclab.cs.ucsb.edu:cgc. People outside the UCSB seclab do not have access to our internal Git server. You should modify it to git@github.com:angr instead.

zardus commented 6 years ago

For completeness: that was the docker configuration for the workers during CGC. The "modern" semi-supported image is actually this one, which can be run with docker run -it shellphish/mechaphish. However, it contains none of the orchestration layer.

The orchestration layer itself has heavily bit-rotted, as many of the libraries (including angr, the actual mechaphish components, and pykube) have moved on.