Nmap Development mailing list archives

Re: Nmap-LUA release candidate


From: kx <kxmail () gmail com>
Date: Sun, 30 Jul 2006 17:37:58 -0400

Thanks F!

That did the trick.  Quick notes:

I need to make a patch for the VS build options so that it copies
lua_scripts to the build directory.

Also, in the README_LUA,

this line: -sC will execute any script found in nmap_scripts/

should read:

-sC will execute any script found in lua_scripts/

unless you meant to change the source?

#ifdef WIN32
#define SCRIPT_ENGINE_LUA_DIR "lua_scripts\\"
#else
#define SCRIPT_ENGINE_LUA_DIR "lua_scripts/"

???

After that, I used the README example:

.\nmap -sC 192.168.1.1 -p 22,80,25,113

Starting Nmap 4.20ALPHA4-LUA ( http://www.insecure.org/nmap ) at
2006-07-30 17:27 Eastern Daylight Time
Interesting ports on 192.168.1.1:
PORT    STATE  SERVICE
22/tcp  closed ssh
25/tcp  closed smtp
80/tcp  open   http
|_ Site title: '401 Authorization Required'
113/tcp closed auth
MAC Address: 00:04:5A:EF:AE:13 (The Linksys Group)

Host script scan results:
*       Ip belongs to:            RFC1918 Role

Nmap finished: 1 IP address (1 host up) scanned in 1.469 seconds

This is monumental work.  I will continue to give feedback as I test
LUA functionality in conjunction with existing nmap options, and as I
try to develop my own LUA scripts - more verbose whois/ASN lookups are
on my mind right now.

Many gratz!
   kx


On 7/30/06, Fyodor <fyodor () insecure org> wrote:
On Sun, Jul 30, 2006 at 04:01:43PM -0400, kx wrote:
liblua.vcproj is missing from the liblua directory.

Could you tar this up again and include that file please?

Looking forward to testing this on windows.

Hi KX.  Does this file do the trick?  Thanks for testing on Windows.

Cheers,
-F





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


Current thread: