six2dez / reconftw

reconFTW is a tool designed to perform automated recon on a target domain by running the best set of tools to perform scanning and finding out vulnerabilities
MIT License
5.64k stars 912 forks source link

Docker run command not formatted correctly #850

Open masoncfrancis opened 7 months ago

masoncfrancis commented 7 months ago

Describe the bug The docker command in the main README.md is not formatted correctly. When I run it I get this:

docker: invalid reference format: repository name (reconftw/Recon/) must be lowercase.

To Reproduce Steps to reproduce the behavior:

  1. Run the docker run command provided in the README, removing the slashes and line breaks.

Expected behavior Docker container should open and start running

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Additional context I reformmatted the command as docker run -it --rm -v "${PWD}/OutputFolder:/reconftw/Recon" six2dez/reconftw:main -d example.com -r and it worked properly