Re: bug at scanning the ports in ubuntu
Rewanth Cool <[email protected]>
| Newsgroups | gmane.comp.security.nmap.devel |
|---|---|
| Message-ID | <CAF-KJULbyrdCEyAmMSnE36ESbkgas3NVeecttGLZsVVGAwj2rQ@mail.gmail.com> |
Hi Srinivas, Why are you thinking of it as a bug? Are you sure that there are open ports on your computer? For instance, try starting mysql service on your Ubuntu and run nmap port scan. Use the following debugging commands to get a clear picture of what is being executed. 1. nmap -d -vv localhost 2. nmap -T4 -A localhost -d -vv From the above commands you will only get a small part of debugging information. If you want to see which ports are being scanned and which probes are dropped or if you want to know more about the background process, increase the debugging level. nmap -T4 -A localhost -d2 -vv If you are sure that there are open processes running on your Ubuntu system and nmap is unable to detect that, then please attach the respective reports which show that there are open ports running on your system along with nmap log file. Thanks, Rewanth. _______________________________________________ Sent through the dev mailing list https://nmap.org/mailman/listinfo/dev Archived at http://seclists.org/nmap-dev/