Nmap Development mailing list archives

Re: hddtemp-info.nse


From: David Fifield <david () bamsoftware com>
Date: Sat, 15 Jan 2011 08:40:18 -0800

On Sat, Jan 15, 2011 at 05:53:42PM +0200, Toni Ruottu wrote:
Here is a patch that adds usage information to the hddtemp script.

 ---
+-- @usage
+-- nmap -p 7634 --script hddtemp-info <target>
+--

I mentioned earlier that NSEDoc automatically generates @usage when
needed. In this case it was generating "nmap -sV -sC <target>". I
realized that won't work because port 7634 is not one of the ports Nmap
scans by default. This might affect other scripts too. Anyway, I changed
the @usage to be "nmap -p 7634 -sV -sC <target>".

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: