A docker image for pegascape in order to run deja-vu exploit
10K+
Pegascape can sometimes be unavailable. And as nothing is eternal, it could be completely down in a near future. To add more possibilities for users who still use deja-vu exploit to hack their switch, this container image aims to make pegascape easily self-hostable. As a bonus, the execution of deja-vu exploit is quicker and more stable when used from a local appliance.
Build pegascape image is as simple as using docker build.
docker build .
docker run -p 80:80 -p 53:53/udp -p 8100:8100 -e HOST_IP=<YOUR_DOCKER_HOST_IP> --name pegascape -d -t ramdockerapp/pegascape:latest
Pegascape must be exposed on
-t options is needed to attach a tty to container, in order to keep alive the node command
Modify your internet configuration on switch to use as primary and secondary the host IP of the machine which is used to launch pegascape. You won't be able to access to internet with this configuration, but pegascape will still be available in order to launch the deja-vu exploit.
Content type
Image
Digest
sha256:cbcc5ee1e…
Size
131.3 MB
Last updated
over 1 year ago
docker pull ramdockerapp/pegascape