|
Nmap Development
mailing list archives
Re: nmap_lua attack scripting beta release
From: Diman Todorov <diman () xover mud at>
Date: Mon, 3 Jul 2006 22:29:04 +0200
Hello list,
I just finished and published the beta release of nmap-lua.
Nmap-lua does for nmap what NASL does for nessus.
With nmap-lua you can write custom penetration tests in lua.
They are run against an open port if the rule you have specified
matches.
Output is provided in the trusty, worthy nmap tab and in the xml report
which can be converted to html.
To test it:
wget http://xover.mud.at/~diman/nmap-4.20ALPHA3-LUA.tar.bz2
tar -jxvf nmap-4.20ALPHA3-LUA.tar.bz2
cd nmap-4.20ALPHA3-LUA
./configure && make
./nmap -sC somehost
For more usage information refer to nmap-4.20ALPHA3-LUA/README_LUA
Some demo scripts are provided in nmap-4.20ALPHA3-LUA/nmap_scripts
I am looking forward to bug reports/feedback/opinions
cheers
Diman
_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
By Date
By Thread
Current thread:
- Re: nmap_lua attack scripting beta release Diman Todorov (Jul 03)
|