i am running masscan in docker with alias when i typed masscan -iL ips.txt -p80,443
ips.txt: No such file or directory but the ips.txt exist on same folder
Asked
Active
Viewed 127 times
0

Ravindra Prajapati
- 80
- 1
- 8
1 Answers
1
you can type following command
docker run -v /root/file.txt:/mas/mass.txt -it --rm adarnimrod/masscan -iL /mas/file.txt

AK developer
- 38
- 6