Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我输入 ips.txt 时,我在 docker 中使用别名运行masscan -iL ips.txt -p80,443 masscan:没有这样的文件或目录,但 ips.txt 存在于同一文件夹中
masscan -iL ips.txt -p80,443
您可以键入以下命令
docker run -v /root/file.txt:/mas/mass.txt -it --rm adarnimrod/masscan -iL /mas/file.txt