From 50da5ea82d622193225d517f7cd60d303073a530 Mon Sep 17 00:00:00 2001 From: Brendan LE GLAUNEC Date: Tue, 10 Oct 2017 16:57:26 +0200 Subject: [PATCH] Fix usage of custom dictionaries in docker image --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6db0f65..943d37c 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ e.g.: `docker run -t ullaakut/cameradar -t 192.168.100.0/24 -l` will scan the po * `YOUR_TARGET` can be a subnet (e.g.: `172.16.100.0/24`), an IP (e.g.: `172.16.100.10`), or a range of IPs (e.g.: `172.16.100.10-20`). * If you want to get the precise results of the nmap scan in the form of an XML file, you can add `-v /your/path:/tmp/cameradar_scan.xml` to the docker run command, before `ullaakut/cameradar`. -* If you use the `-r` and `-c` options to specify your +* If you use the `-r` and `-c` options to specify your custom dictionaries, make sure to also use a volume to add them to the docker container. Example: `docker run -t -v /path/to/dictionaries/:/tmp/ ullaakut/cameradar -r /tmp/myroutes -c /tmp/mycredentials.json -t mytarget` ## Library