Nmap Development mailing list archives

Re: NSE Online Documentation Portal Launched


From: "Patrick Donnelly" <batrick.donnelly () gmail com>
Date: Sat, 4 Oct 2008 23:32:45 -0600

On Sat, Oct 4, 2008 at 10:41 PM, Fyodor <fyodor () insecure org> wrote:
On Sun, Oct 05, 2008 at 12:32:44AM -0400, Michael Pattrick wrote:

Awesome news! The new web interface sure beats grep.

I agree!  It is a huge improvement.

And the smb ones appear to be missing:
http://nmap.org/nsedoc/files/scripts/smb-enumdomains.html
http://nmap.org/nsedoc/files/scripts/smb-enumshares.html
http://nmap.org/nsedoc/files/scripts/smb-enumusers.html

Along with the msrpc library:
http://nmap.org/nsedoc/modules/msrpc.html

Good catch.  I've added these.

Unfortunately, it looks like it doesn't sanitize \n properly:
http://nmap.org/nsedoc/files/scripts/ASN.html

This script put the description after the tags. The parser interpreted:

<file="scripts/ASN.nse">
    ---
    -- @class table
    -- @name cymru
    -- Team Cymru zones for rDNS like queries.  The zones are as follows:
    -- \n nmap.asn.cymru.com for IPv4 to Origin AS lookup.

</file>

everything following the @name tag as a continuation of that tag. The
description either needs to precede the tags or have a @description
tag before "Team Cymru...".

http://nmap.org/nsedoc/files/scripts/rpcinfo.html

This script isn't using any of the '\n' line breaks?

<file="scripts/rpcinfo.nse">
--@output
-- 111/tcp open  rpcbind
-- |  rpcinfo:
-- |  100000  2        111/udp  rpcbind

</file>

http://nmap.org/nsedoc/modules/smb.html

This only happens when you view the module page file (there is a
"file" and "module" page for libraries). As you can see the file page
is correct [1]. The module page is broken and I will fix it.


[1] http://nmap.org/nsedoc/files/nselib/smb.html

Cheers,

-- 
-Patrick Donnelly

"One of the lessons of history is that nothing is often a good thing
to do and always a clever thing to say."

-Will Durant

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


Current thread: