Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add -p 8082:8082 to docker command list #271

Closed
gprime31 opened this issue May 6, 2021 · 2 comments
Closed

Add -p 8082:8082 to docker command list #271

gprime31 opened this issue May 6, 2021 · 2 comments
Labels
feature New feature or request

Comments

@gprime31
Copy link

gprime31 commented May 6, 2021

Hi,
can you add ports to the docker command (-p 81:81) so we have a port open to run gowitness web server? or better yet for when aquatone arrives :)
Thanks.

@gprime31 gprime31 added the feature New feature or request label May 6, 2021
@gprime31 gprime31 changed the title Add -p 8082:8082 do docker command list Add -p 8082:8082 to docker command list May 6, 2021
@gprime31
Copy link
Author

gprime31 commented May 7, 2021

this works now:

  1. docker pull six2dez/reconftw:main
    2. docker run -p 85-90:85-90 -it six2dez/reconftw:main /bin/bash
    3. exit
    4. docker start $(docker ps -a|grep six2dez/reconftw:main|cut -d' ' -f1)
    5. docker exec -it $(docker ps -a|grep six2dez/reconftw:main|cut -d' ' -f1) /bin/bash
    6. exit
    7. docker exec -it $(docker ps -a|grep six2dez/reconftw:main|cut -d' ' -f1) /bin/bash

@six2dez
Copy link
Owner

six2dez commented Jun 9, 2021

Good tip, but depends more on how the hunter want to use the container. Anyway thanks for the tip, it has been added to the wiki.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants