Nmap Development mailing list archives

Re: non existent script called with --script=all


From: Brandon Enright <bmenrigh () ucsd edu>
Date: Sat, 9 May 2009 04:48:23 +0000

This is the \name.nse bug at work again. Edit the back-slashes out of your script.db file manually.

Brandon

Sent from my phone. If you would like a digital signature for this email let me know and I will sign it later.


On May 9, 2009, at 4:36, "DePriest, Jason R." <jrdepriest () gmail com> wrote:

I just got this error and running --script-updatedb only changes the
script it errors on

$ nmap -sSC {some IP}

Starting Nmap 4.85BETA8 ( http://nmap.org ) at 2009-05-08 20:44 ric
NSE: failed to initialize the script engine:
C:\Program Files\Nmap\nse_main.lua:319: uth-owners.nse is not a file!
stack traceback:
      [C]: in function 'assert'
      C:\Program Files\Nmap\nse_main.lua:319: in function 'Entry'
C:\Program Files\Nmap\scripts\script.db:3: in function 'db_closure' C:\Program Files\Nmap\nse_main.lua:326: in function 'get_chosen_scripts'
      C:\Program Files\Nmap\nse_main.lua:467: in main chunk
      [C]: ?

QUITTING!

Yes, uth-owners.nse is not a file.  It does not exist in the script
directory.  'auth-owners.nse' does.

On Thu, Apr 23, 2009 at 4:05 PM, Ron <> wrote:
Oops, that looks like my fault. I probably updated the script db with a test
script sitting in my folder.

Run:
nmap --script-updatedb

That should fix it.

On a sidenote: would it be possible to print out the changes when somebody runs nmap --script-updatedb? That would have made it obvious to me that I
was adding the wrong script.

Ron

Nelson wrote:

sudo nmap -v -v -A --script=all -T5 -PN 172.x.x.x

Starting Nmap 4.85BETA8 ( http://nmap.org ) at 2009-04-23 15:47 CDT
NSE: failed to initialize the script engine:
/usr/local/share/nmap/nse_main.lua:319: smb-check-vulns-2.nse is not a
file!
stack traceback:
       [C]: in function 'assert'
       /usr/local/share/nmap/nse_main.lua:319: in function 'Entry'
       /usr/local/share/nmap/scripts/script.db:71: in function
'db_closure'
       /usr/local/share/nmap/nse_main.lua:326: in function
'get_chosen_scripts'
       /usr/local/share/nmap/nse_main.lua:467: in main chunk
       [C]: ?

QUITTING!

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

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


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

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


Current thread: