Nmap Development mailing list archives

Re: Rainmap: scan own IP address


From: David Fifield <david () bamsoftware com>
Date: Tue, 28 Sep 2010 15:05:41 -0700

On Tue, Sep 28, 2010 at 02:15:38PM -0700, alexandru wrote:

On 2010-09-28, at 11:22 AM, alexandru wrote:

On 2010-09-28, at 9:32 AM, David Fifield wrote:

I have a feature request for Rainmap. I think it would be handy to have
a way to easily scan your own IP address. This could be as simple as a
display on some page that says "Connecting from: A.B.C.D" so it can be
copied and pasted.

This feature is somewhere in my TODO list, but I'll bump it up seeing there's interest.


Incidentally, I got errors while trying to scan my router's external
interface for the nat-pmp service, http://seclists.org/nmap-dev/2010/q3/738.

I checked the boxes:
* Skip discovery / assume online

I think you may have forgotten to mention *Ping. I've adjusted the
label for 'Ping' to mention that selecting it will disable port
scanning options.

I don't remember checking "Ping" but it's checked when I go to edit the
scan. I assumed that "Ping" meant "ICMP Echo" corresponding to -PE. But
instead it means -sn.

I don't think of -sn (aka -sP) as "ping scan" anymore, but as "skip port
scan." That's why the option name got changed, because you can get more
than just ping with -sn (NSE, traceroute).

I expected the checkbox controlling -sn to be under "Look for open
ports," not "Check responsiveness," because that's the phase it belongs
to. Just like -Pn is at the top of "Check responsiveness," to me it
makes sense for -sn to be at the top of "Look for open ports."

Under "Check responsiveness," if I only check
* Skip discovery / assume online
it gives me the command

# nmap -sU -sV -p 5350,5351 -T3 -v -Pn -PE -PP

The -PE and -PP override the -Pn and I don't get any results because the
host is found down.

David Fifield
_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://seclists.org/nmap-dev/


Current thread: