etherape, nmap: new packages

This commit is contained in:
suvari
2022-07-10 23:27:41 +03:00
parent 45c6bcf789
commit 37c624ebd1
16 changed files with 509 additions and 9 deletions
@@ -0,0 +1,13 @@
diff -Naurp nmap-4.75-orig/nmap_dns.h nmap-4.75/nmap_dns.h
--- nmap-4.75-orig/nmap_dns.h 2008-09-09 08:51:59.000000000 +0200
+++ nmap-4.75/nmap_dns.h 2008-09-09 08:52:19.000000000 +0200
@@ -95,6 +95,9 @@
* *
***************************************************************************/
+#include <list>
+#include <string>
+
class Target;
void nmap_mass_rdns(Target ** targets, int num_targets);
@@ -0,0 +1,11 @@
--- nmap-5.10BETA1/Target.h.org 2009-12-08 08:21:59.000000000 +0100
+++ nmap-5.10BETA1/Target.h 2009-12-08 08:22:02.000000000 +0100
@@ -99,6 +99,8 @@
#ifndef NOLUA
#include "nse_main.h"
+#else
+#include <string>
#endif
#include "portreasons.h"
@@ -0,0 +1,21 @@
diff -Naurp nmap-5.21-orig/Makefile.in nmap-5.21/Makefile.in
--- nmap-5.21-orig/Makefile.in 2010-01-31 09:53:53.000000000 +0100
+++ nmap-5.21/Makefile.in 2010-01-31 09:54:48.000000000 +0100
@@ -253,7 +253,7 @@ build-zenmap: $(ZENMAPDIR)/setup.py $(ZE
install-zenmap: $(ZENMAPDIR)/setup.py
$(INSTALL) -d $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)/man1
- cd $(ZENMAPDIR) && $(PYTHON) setup.py --quiet install --prefix "$(prefix)" --force $(if $(DESTDIR),--root "$(DESTDIR)")
+ cd $(ZENMAPDIR) && $(PYTHON) setup.py --quiet install --prefix "$(prefix)" --force $(if $(DESTDIR),--root "$(DESTDIR)") --no-compile
$(INSTALL) -c -m 644 docs/zenmap.1 $(DESTDIR)$(mandir)/man1/
# Create a symlink from nmapfe to zenmap if nmapfe doesn't exist or is
# already a link.
@@ -267,7 +267,7 @@ build-ndiff:
cd $(NDIFFDIR) && $(PYTHON) setup.py build $(if $(DESTDIR),--executable "$(DEFAULT_PYTHON_PATH)")
install-ndiff:
- cd $(NDIFFDIR) && $(PYTHON) setup.py install --prefix "$(prefix)" $(if $(DESTDIR),--root "$(DESTDIR)")
+ cd $(NDIFFDIR) && $(PYTHON) setup.py install --prefix "$(prefix)" $(if $(DESTDIR),--root "$(DESTDIR)") --no-compile
NSE_FILES = scripts/script.db scripts/*.nse
NSE_LIB_LUA_FILES = nselib/*.lua
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

+34
View File
@@ -0,0 +1,34 @@
diff -Nur nmap-5.30BETA1-old/zenmap/install_scripts/unix/zenmap.desktop nmap-5.30BETA1/zenmap/install_scripts/unix/zenmap.desktop
--- nmap-5.30BETA1-old/zenmap/install_scripts/unix/zenmap.desktop 2010-07-07 21:05:45.140507533 +0300
+++ nmap-5.30BETA1/zenmap/install_scripts/unix/zenmap.desktop 2010-07-07 21:09:03.588380333 +0300
@@ -2,6 +2,7 @@
Encoding=UTF-8
Name=Zenmap
GenericName=GUI Port Scanner
+GenericName[tr]=Port Tarayıcı
TryExec=zenmap
Exec=zenmap %F
Terminal=false
@@ -9,3 +10,4 @@
Type=Application
Categories=Application;Network;Security
Comment=A cross-platform GUI for the Nmap Security Scanner.
+Comment[tr]=Nmap Güvenlik Tarayıcı için grafik arabirim.
diff -Nur nmap-5.30BETA1-old/zenmap/install_scripts/unix/zenmap-root.desktop nmap-5.30BETA1/zenmap/install_scripts/unix/zenmap-root.desktop
--- nmap-5.30BETA1-old/zenmap/install_scripts/unix/zenmap-root.desktop 2010-07-07 21:05:45.140507533 +0300
+++ nmap-5.30BETA1/zenmap/install_scripts/unix/zenmap-root.desktop 2010-07-07 21:09:04.924385518 +0300
@@ -1,7 +1,9 @@
[Desktop Entry]
Encoding=UTF-8
Name=Zenmap (as root)
+Name[tr]=Zenmap (root olarak)
GenericName=GUI Port Scanner
+GenericName[tr]=Port Tarayıcı
TryExec=su-to-zenmap.sh
Exec=su-to-zenmap.sh %F
Terminal=false
@@ -9,3 +11,4 @@
Type=Application
Categories=Application;Network;Security
Comment=A cross-platform GUI for the Nmap Security Scanner.
+Comment[tr]=Nmap Güvenlik Tarayıcı Grafik Arayüzü.