Updating README.md

dev
0x5ECF4ULT 2020-10-05 16:59:57 +02:00
parent d34daca47d
commit ba3df18174
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ After downloading or building the container, run the following:
For example, this will run the tool against all the hosts in `urls.txt` and output the results to your host file system: For example, this will run the tool against all the hosts in `urls.txt` and output the results to your host file system:
```sh ```sh
▶ cat urls.txt | docker run -v /path-to-nuclei-templates:/go/src/app/ -i projectdiscovery/nuclei -t ./files/git-config.yaml > results.txt ▶ cat urls.txt | docker run -v /path/to/nuclei-templates:/app/nuclei-templates -v /path/to/nuclei/config:/app/.nuclei-config.json -i projectdiscovery/nuclei -t ./files/git-config.yaml > results.txt
``` ```
Remember to change `/path-to-nuclei-templates` to the real path on your host file system. Remember to change `/path-to-nuclei-templates` to the real path on your host file system.