Nmap 5.20 Released 36
ruphus13 writes "Nmap has a new release out, and it's a major one. It includes a GUI front-end called Zenmap, and, according to the post, 'Network admins will no doubt be excited to learn that Nmap is now ready to identify Snow Leopard systems, Android Linux smartphones, and Chumbies, among other OSes that Nmap can now identify. This release also brings an additional 31 Nmap Scripting Engine scripts, bringing the total collection up to 80 pre-written scripts for Nmap. The scripts include X11 access checks to see if X.org on a system allows remote access, a script to retrieve and print an SSL certificate, and a script designed to see whether a host is serving malware. Nmap also comes with netcat and Ndiff. Source code and binaries are available from the Nmap site, including RPMs for x86 and x86_64 systems, and binaries for Windows and Mac OS X. '"
Zenmap (Score:4, Informative)
If I remember correctly, Zenmap was already the default GUI for Nmap from the 4.x series.
But happy with a new version nonetheless :)
Re: (Score:1)
New Zenmap Filter (Score:2)
Re: (Score:1)
NMap GUI? (Score:1, Funny)
Re: (Score:2, Interesting)
Re: (Score:1)
I believe that the poster is referencing that OpenBSD touts itself as secure out of the box and NMap would find no unsecure open ports in its scan....of cource i am most likely wrong.
This is the real story! (Score:5, Informative)
Re:This is the real story! (Score:5, Informative)
ssl (Score:3, Interesting)
Re: (Score:2, Informative)
Great News! (Score:3, Funny)
Re: (Score:3, Informative)
You should check the nmap website. It's been used in countless movies, from Matrix Reloaded to Die Hard 4. In general, they even use it correctly!
Re: (Score:1)
Re: (Score:3, Funny)
Hand in your nerd card please.
Re: (Score:2)
I don't think you can get one of those without using nmap.
Re: (Score:1)
Re:Nmap? (Score:5, Informative)
Now, normally, I don't like to be a jerk. But, I'm sick. So I feel justified. Is it really so hard [lmgtfy.com] to look this up [wikipedia.org] when you have an entire internet to help you search plus an article linked above?!
Seriously.
(I'm being an anonymous jerk.)
Re:Nmap? (Score:5, Funny)
Ah well. -1 point for me for not clicking the anonymous button. Ah well. Like I said, I'm sick. Stupid flu. :: grumbles ::
Re: (Score:1, Funny)
Seriously.
(I'm succeeding at being an anonymous jerk.)
Re: (Score:3, Funny)
Re: (Score:2)
Re: (Score:2)
Re: (Score:2, Insightful)
If you don't know how to use Google then you can safely ignore nmap
Nifty nmap trick (Score:2)
nmap -T4 -p80 -PN --traceroute $DEST_HOST
(This needs to be run with root privileges).
Nmap rules.
Re: (Score:2)
Doesn’t that only work, when port 80 does respond (and does so fast enough)?