Nmap Security Scanner
*Intro
*Ref Guide
*Install Guide
*Download
*Changelog
*Book
*Docs
Security Lists
*Nmap Hackers
*Nmap Dev
*Bugtraq
*Full Disclosure
*Pen Test
*Basics
*More
Security Tools
*Pass crackers
*Sniffers
*Vuln Scanners
*Web scanners
*Wireless
*Exploitation
*Packet crafters
*More
Site News
Site Search:
Exploit World
Advertising
About/Contact
Credits
Sponsors:
edgeos



Nmap Development: Re: Last chance to test 4.50! New candidate binaries.

Re: Last chance to test 4.50! New candidate binaries.

From: Joćo Medeiros <ignotus21_at_gmail.com>
Date: Wed, 12 Dec 2007 10:33:19 -0300

Hi,

    In Zenmap, when I save the result as Zenmap/Umit XML and load it,
the LINE FEED is duplicate. Looking in the XML we can see in the
nmap_output atrribute of nmaprun that the "\n" is preceded by "&#10;"
(the decimal version of "&#xa;").

    I think this happens beacuse in the early versions of Umit SAX
don't translate whitespace characters, but now yes. One solution for
this is to change below lines, removing the "\\n" joins.

    In NmapCommand.py:
    237: return "\\n".join(raw_output)

    In ScanNotebook.py:
    522: self.parsed.nmap_output =
"\\n".join(self.scan_result.get_nmap_output().split("\n"))

Att, Joćo Medeiros.

On Dec 12, 2007 8:35 AM, Fyodor <fyodor_at_insecure.org> wrote:
> Hi Everyone! I just built a release candidate which is so close to
> the real 4.50 that it even uses that as its version number! And if
> none of you find any major problems with it in the next 12 hours or
> so, I'll simply move it from its current hideway into the Normal dist
> directory and pronounce Nmap 4.50 done! You can give it a try at
> these "hidden" locations:
>
> http://insecure.org/tmp/nmap-450-candidate/nmap-4.50.tar.bz2
> http://insecure.org/tmp/nmap-450-candidate/nmap-4.50-setup.exe
> http://insecure.org/tmp/nmap-450-candidate/nmap-4.50-win32.zip
> http://insecure.org/tmp/nmap-450-candidate/nmap-4.50-1.src.rpm
> http://insecure.org/tmp/nmap-450-candidate/nmap-4.50-1.i386.rpm
> http://insecure.org/tmp/nmap-450-candidate/nmap-4.50-1.x86_64.rpm
> http://insecure.org/tmp/nmap-450-candidate/zenmap-4.50-1.noarch.rpm
> http://insecure.org/tmp/nmap-450-candidate/nmap-4.50.tgz
>
> Please don't post this to (geek) news organizations yet. I'll send a
> mail when it is moved to the dist directory, and the announcement is
> done, and it is ready to go. And then the extra exposure will be
> great!
>
> For now though, I'm going to sleep :).
>
> Cheers,
> Fyodor
>
>
> _______________________________________________
> Sent through the nmap-dev mailing list
> http://cgi.insecure.org/mailman/listinfo/nmap-dev
> Archived at http://SecLists.Org
>

_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://SecLists.Org
Received on Dec 12 2007

[ Nmap | Sec Tools | Mailing Lists | Site News | About/Contact | Advertising | Privacy ]