Nmap Development mailing list archives

Re: nmap telnet script


From: David Fifield <david () bamsoftware com>
Date: Wed, 24 Nov 2010 15:49:51 -0800

On Wed, Nov 24, 2010 at 01:35:53AM +0000, mezgani ali wrote:
Hello,


When i run nmap with telnet-brute script, i specify manually user and
password list, like the line follow: 
nmap -sS -P0 -p23  localhost  --script=telnet-brute --script-trace
--script-args userdb=/tmp/usr.db passdb=/tmp/pass.db

The telnet-brute script, import unpwdb module that define the path to
data files. The problem is that even i specify data files, nmap still
running outside data.

Please is there any issue with telnet-brute script or maybe with nmap.
Regards, 

If the above command is exactly what you're running, you have a problem
with the syntax. There should be a comma, not a space, between the
script arguments. Add the -d option to get debugging output. Like this:

nmap -d -sS -P0 -p23  localhost  --script=telnet-brute --script-trace --script-args 
userdb=/tmp/usr.db,passdb=/tmp/pass.db

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: