An open API service indexing awesome lists of open source software.

https://github.com/losinggeneration/w3af_gui-ssh

Dockerfile for running w3af_gui via SSH X11 forwarding.
https://github.com/losinggeneration/w3af_gui-ssh

Last synced: 3 months ago
JSON representation

Dockerfile for running w3af_gui via SSH X11 forwarding.

Awesome Lists containing this project

README

          

w3af_gui via ssh

Build with:
ssh-keygen $PWD/ssh/id_rsa
# Or copy your id_rsa.pub into ssh/
docker build -t w3af_gui-ssh .

Run with:
docker run -d -P w3af_gui-ssh

Connect with:
ssh -Y w3af@