Nmap Development mailing list archives

Re: [nmap-svn] r32311 - in nmap-exp/d33tah/luaexec-lookup/mswin32: . nsis


From: Jacek Wielemborek <wielemborekj1 () gmail com>
Date: Thu, 12 Sep 2013 17:41:17 +0200

2013/9/12  <commit-mailer () nmap org>:
Author: d33tah
Date: Thu Sep 12 15:45:17 2013
New Revision: 32311

Log:
Include httpd.lua and whatismyip.lua scripts in the default Ncat
installation.

Modified:
   nmap-exp/d33tah/luaexec-lookup/mswin32/Makefile
   nmap-exp/d33tah/luaexec-lookup/mswin32/nsis/Nmap.nsi.in

Modified: nmap-exp/d33tah/luaexec-lookup/mswin32/Makefile
==============================================================================
--- nmap-exp/d33tah/luaexec-lookup/mswin32/Makefile     (original)
+++ nmap-exp/d33tah/luaexec-lookup/mswin32/Makefile     Thu Sep 12 15:45:17 2013
@@ -36,6 +36,9 @@
        cp $(NMAP_MSWIN32_AUX)/vcredist2008_x86.exe nmap-$(NMAP_VERSION)
        cp ../ncat/Release/ncat.exe nmap-$(NMAP_VERSION)
        cp ../ncat/Release/ca-bundle.crt nmap-$(NMAP_VERSION)
+       mkdir nmap-$(NMAP_VERSION)/ncat_scripts
+       cp ../ncat/scripts/httpd.lua nmap-$(NMAP_VERSION)/ncat_scripts
+       cp ../ncat/scripts/whatismyip.lua nmap-$(NMAP_VERSION)/ncat_scripts
        cp ../nping/Release/nping.exe nmap-$(NMAP_VERSION)
        cp ../nmap-update/Release/nmap-update.exe nmap-$(NMAP_VERSION)
 # Install the ndiff batch file wrapper in the zip distribution.

Modified: nmap-exp/d33tah/luaexec-lookup/mswin32/nsis/Nmap.nsi.in
==============================================================================
--- nmap-exp/d33tah/luaexec-lookup/mswin32/nsis/Nmap.nsi.in     (original)
+++ nmap-exp/d33tah/luaexec-lookup/mswin32/nsis/Nmap.nsi.in     Thu Sep 12 15:45:17 2013
@@ -267,6 +267,7 @@
   SetOverwrite on
   File ..\nmap-${VERSION}\ncat.exe
   File ..\nmap-${VERSION}\ca-bundle.crt
+  File /r ..\nmap-${VERSION}\ncat_scripts
   Call vcredist2010installer
   Call create_uninstaller
 SectionEnd

_______________________________________________
Sent through the svn mailing list
http://nmap.org/mailman/listinfo/svn

Note that I didn't make the scripts optional. Please let me know if
you believe they shouldn't be installed by default.
_______________________________________________
Sent through the dev mailing list
http://nmap.org/mailman/listinfo/dev
Archived at http://seclists.org/nmap-dev/


Current thread: