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