subterra Posted February 10, 2022 Share Posted February 10, 2022 I am moving from using Zenmap in Windows to using nmap in Kali. This should be very simple but I am hung up on it. Trying to do a list input scan to a list output scan. Both lists are in the base nmap folder. No matter how I type it into console I keep getting " Failed to open input file 2-8-iplist.txt for reading: No such file or directory (2) ". I have tried it both ways below --> nmap -mtu 8 -sV -iL "2-8-iplist.txt" -oN "2-8-vulners.txt" --script vulners,smb-os-discovery --open <-- and -->nmap -mtu 8 -sV -iL "/usr/share/nmap/2-8-iplist.txt"-oN "2-8-vulners.txt" --script vulners,smb-os-discovery --open<-- . Can someone explain what I am not doing that I should be doing. Thanks! Quote Link to comment Share on other sites More sharing options...
subterra Posted February 10, 2022 Author Share Posted February 10, 2022 I think I may have answered my own question just now. I had to open terminal inside the nmap folder. I think it is scanning now. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.