0phoi5 Posted December 4, 2015 Share Posted December 4, 2015 Hi all, I'm running the following script in NMAP... nmap -sS -T2 -P0 -V [IP Address] -D [Decoy IPs, separated by commas] ... and I get the following output... Nmap version 6.49BETA5 ( https:\\nmap.org ) Platform: arm-unknown-linux-gnueabihf Compiled with: liblua-5.2.3 openssl-1.0.1k libpcre-8.35 nmap-libpcap-1.7.3 nmap-libdnet-1.12 ipv6 Compiled without: Available nsock engines: epoll poll select (sana)USERNAME@localhost:~$ ...and that's it. No actually output from nmap is given. Why is this not giving me anything? What have I done incorrectly? Thank you. Quote Link to comment Share on other sites More sharing options...
digip Posted December 4, 2015 Share Posted December 4, 2015 First, its -PO not zero, and your V needs to be lowercase v, or it will output the version, not verbose data. Give that a try. Quote Link to comment Share on other sites More sharing options...
0phoi5 Posted December 6, 2015 Author Share Posted December 6, 2015 Thanks, will give this a test tomorrow :) Quote Link to comment Share on other sites More sharing options...
0phoi5 Posted December 7, 2015 Author Share Posted December 7, 2015 (edited) Worked great, thank you. Turns out I misread the O as a 0 and that the article I was reading had incorrectly quoted an uppercase V. Much appreciated. Edited December 7, 2015 by haze1434 Quote Link to comment Share on other sites More sharing options...
digip Posted December 9, 2015 Share Posted December 9, 2015 Worked great, thank you. Turns out I misread the O as a 0 and that the article I was reading had incorrectly quoted an uppercase V. Much appreciated. you're welcome. it's an easy typo, especially for nmap and command line tools in general that have values, v and V, O and 0. 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.