Nmap Security Scanner
*Intro
*Ref Guide
*Install Guide
*Download
*Changelog
*Book
*Docs
Security Lists
*Nmap Hackers
*Nmap Dev
*Bugtraq
*Full Disclosure
*Pen Test
*Basics
*More
Security Tools
*Pass crackers
*Sniffers
*Vuln Scanners
*Web scanners
*Wireless
*Exploitation
*Packet crafters
*More
Site News
Site Search:
Exploit World
Advertising
About/Contact
Credits
Sponsors:
edgeos

Nmap Development: Re: 4.22SOC8 bugs, or features?

Re: 4.22SOC8 bugs, or features?

From: Kris Katterjohn <katterjohn_at_gmail.com>
Date: Tue, 27 Nov 2007 14:17:27 -0600

majek04 wrote:
> On 11/5/07, Eddie Bell <ejlbell_at_gmail.com> wrote:
>> On 05/11/2007, majek04 <majek04+nmap-dev_at_gmail.com> wrote:
>>> $ sudo ./nmap -sS -p- --script=ripe.nse 127.0.0.1
>>> Starting Nmap 4.22SOC8 ( http://insecure.org ) at 2007-11-05 18:36 CET
>>> SCRIPT ENGINE: nse/ not a directory
>>> SCRIPT ENGINE: Aborting script scan.
>> Just did a grep for 'nse/' and found it in nse_macros.h. If this is
>> changed to "scripts/" ripeQuery works. Although I don't know the nse
>> code well, I've committed the change as it can't have any side effects
>> seeing as the nse directory doesn't even exist.
>>
>
> Still not fixed in svn?
> I don't know about any side effects either. Diman can we commit this?
>
> Index: nse_macros.h
> ===================================================================
> --- nse_macros.h (revision 6334)
> +++ nse_macros.h (working copy)
> - #define SCRIPT_ENGINE_LIBEXEC_DIR "nse/"
> + #define SCRIPT_ENGINE_LIBEXEC_DIR "scripts/"
>
> MM.
>

Check out http://seclists.org/nmap-dev/2007/q4/0225.html

Eddie had a patch like yours committed, but undid it as it isn't
correct. The libexec dir isn't for scripts, that's what "scripts" is for.

Thanks,
Kris Katterjohn

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

[ Nmap | Sec Tools | Mailing Lists | Site News | About/Contact | Advertising | Privacy ]