Nmap Development mailing list archives

Re: Ncrack command-line interface overview


From: ithilgore <ithilgore.ryu.l () gmail com>
Date: Sat, 16 May 2009 21:56:09 +0300

====== Module Argument Specification ======

Another issue is how each service module will take its arguments. Each module
might need to take arguments that are either unique to it based on the
particular service it handles (e.g http module needs to take a url) or arguments
that have to do with general timing options like maximum connections per minute
/ maximum login attempts per minute.

This hasn't been implemented yet so I am awaiting for your suggestions. One idea
is to specify it like this:

$ ncrack scanme.nmap.org -p ssh,80 -m http:c6,l8,url://main.html -m ssh:c7,t10

Where -m is the module argument switch, cX are the connection attempts per
minute (or another time measurement unit), lX are the login attempts per minute
(both can be applied to all modules) and url:// specifies the url for the http
module only.

Of course, module arguments will be applied to every host that has selected the
particular service for cracking.


-- ithilgore






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


Current thread: