Nmap Development mailing list archives

Re: 2006 Tool Survey Released - SecTools.Org


From: Diman Todorov <diman () xover mud at>
Date: Thu, 22 Jun 2006 23:24:48 +0200


I'm not sure what I'm doing wrong:

alex@router:~/nmap-4.10LUA$ ./nmap -sC localhost
Scantype C not supported

sorry about that :)
I had bogged up the scp command so that I copied
the latest nmapLUA version somewhere else without
overwriting the old version...
you were trying to execute the older version which
didn't have cmd line arguments
I have update the version, it should work now:
http://xover.mud.at/~diman/nmap-4.10LUA.tar.bz2

also sorry it took me so long to respond but i just
found a nasty linking bug which i was fixing all day

on a side note:
in the luasocket src directory there's a file called config
make sure you
#LUAINC=-I/usr/local/include/lua50
LUAINC=-I/usr/local/include
and
#INSTALL_TOP_SHARE=/usr/local/share/lua/5.0
#INSTALL_TOP_LIB=/usr/local/lib/lua/5.0
INSTALL_TOP_SHARE=/usr/local/share/lua/5.1
INSTALL_TOP_LIB=/usr/local/lib/lua/5.1

comment the lines saying 5.0 and uncomment the lines saying 5.1 ;)

let me know if it still doesn't work

cheers
Diman



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


Current thread: