Nmap Development mailing list archives

Re: A few NSE errors


From: Patrik Karlsson <patrik () cqure net>
Date: Thu, 7 Jun 2012 00:14:40 +0200

On Wed, Jun 6, 2012 at 11:44 PM, Ron <ron () skullsecurity net> wrote:

Here are some NSE errors I've run into scanning the Internet:

 NSE: afp-serverinfo against x.x.x.x:548 threw an error!
scripts/afp-serverinfo.nse:83: variable 'response' is not declared
 NSE: ajp-auth against x.x.x.x:8009 threw an error!
scripts/ajp-auth.nse:37: attempt to index upvalue 'ajp' (a boolean value)
 NSE: ajp-methods against x.x.x.x:8009 threw an error!
scripts/ajp-methods.nse:60: attempt to index upvalue 'ajp' (a boolean value)
 NSE: http-cors against x.x.x.x:443 threw an error! nselib/http.lua:757:
attempt to perform arithmetic on local 'pos' (a nil value)
 NSE: http-favicon against x.x.x.x:443 threw an error!
nselib/http.lua:757: attempt to perform arithmetic on local 'pos' (a nil
value)
 NSE: http-generator against x.x.x.x:8090 threw an error!
nselib/http.lua:943: attempt to concatenate a nil value
 NSE: http-huawei-hg5xx-vuln against x.x.x.x:443 threw an error!
nselib/http.lua:757: attempt to perform arithmetic on local 'pos' (a nil
value)
 NSE: http-methods against x.x.x.x:443 threw an error!
nselib/http.lua:757: attempt to perform arithmetic on local 'pos' (a nil
value)
 NSE: http-robots.txt against x.x.x.x:443 threw an error!
nselib/http.lua:757: attempt to perform arithmetic on local 'pos' (a nil
value)
 NSE: ip-geolocation-geobytes against x.x.x.x threw an error!
nselib/json.lua:35: variable 'arg' is not declared
 NSE: ip-geolocation-geobytes against x.x.x.x threw an error!
scripts/ip-geolocation-geobytes.nse:60: attempt to concatenate field
'longitude' (a table value)
 NSE: ip-geolocation-geoplugin against x.x.x.x threw an error!
nselib/json.lua:179: attempt to index field 'input' (a nil value)
 NSE: ip-geolocation-maxmind against x.x.x.x threw an error!
scripts/ip-geolocation-maxmind.nse:405: Cannot open Maxmind database file
 NSE: ssl-cert against x.x.x.x:5222 threw an error! nselib/xmpp.lua:169:
Cannot connect to XMPP server without valid server name
 NSE: ssl-cert against x.x.x.x:5269 threw an error! nselib/xmpp.lua:169:
Cannot connect to XMPP server without valid server name
NSE: ip-geolocation-maxmind against x.x.x.x threw an error!
scripts/ip-geolocation-maxmind.nse:405: Cannot open Maxmind database
file

If you'd like more info on any of those, let me know!

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


Thanks. Even though my somewhat screwed up commits, I was able to fix the
following ones:

NSE: afp-serverinfo against x.x.x.x:548 threw an error!
scripts/afp-serverinfo.nse:83: variable 'response' is not declared
NSE: ajp-auth against x.x.x.x:8009 threw an error! scripts/ajp-auth.nse:37:
attempt to index upvalue 'ajp' (a boolean value)
NSE: ajp-methods against x.x.x.x:8009 threw an error!
scripts/ajp-methods.nse:60: attempt to index upvalue 'ajp' (a boolean value)
NSE: ssl-cert against x.x.x.x:5222 threw an error! nselib/xmpp.lua:169:
Cannot connect to XMPP server without valid server name
NSE: ssl-cert against x.x.x.x:5269 threw an error! nselib/xmpp.lua:169:
Cannot connect to XMPP server without valid server name

I believe batrick commited a fix for this one:
NSE: ip-geolocation-geobytes against x.x.x.x threw an error!
nselib/json.lua:35: variable 'arg' is not declared

The http ones look interesting, if you are able to provide more info to
reproduce them let me know.

//Patrik



-- 
Patrik Karlsson
http://www.cqure.net
http://twitter.com/nevdull77
_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://seclists.org/nmap-dev/


Current thread: