Closed ouchnet closed 1 year ago
Hi @ouchnet ,
Yes it is possible, as written in the documentation of this repository :) no need to look on forums, all of the information is here.
Instead of writing an IP as the target, simply specify a file path which contains newline-separated IPs, ranges and/or net masks.
Hi, which flag shoud I used for mass scan ? cause when I used -t "iplistpath", I only got : [Nmap Warning] Failed to resolve "iplistpath" [Nmap Warning] WARNING: No targets were specified, so 0 hosts scanned.
I'm using the docker image
As described in the README file:
Running cameradar with an input file, logs enabled on port 8554
docker run -v /tmp:/tmp --net=host -t ullaakut/cameradar -t /tmp/test.txt -p 8554
In your case, if the file you want to access is in your current working directory, you'll need to mount that directory in the Docker container and give the path to this file as the -t
option of Cameradar (⚠️ not to be confused with the -t
option of docker run
which is used to specify that the command should allocate a pseudo-tty.
Duplicate of #303
Hi, I used your tool on my network and it seems to works great ! But I had a question, is this possible to scan a list of ip (mass scan) with a txt file ? I searched for answers on forums, but I found nothing ... Thanks for your answer :)