1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-23 22:59:20 +00:00

Moving to zardoz for CSW/HDJ presentations

This commit is contained in:
fyodor
2005-05-02 00:50:21 +00:00
parent 6d5aefc161
commit 536ef4f2a2
4 changed files with 376 additions and 371 deletions

View File

@@ -1,4 +1,4 @@
export NMAP_VERSION = 3.82CSW
export NMAP_VERSION = 3.82.1CSW
NMAP_NAME= nmap
NMAP_URL= http://www.insecure.org/nmap/
NMAP_PLATFORM=@host@
@@ -18,7 +18,7 @@ CXX = @CXX@
CCOPT =
LIBPCAPDIR = @libpcapdir@
LIBPCREDIR = @LIBPCREDIR@
LIBDNETDIR = @LIBDNETDIR@
export LIBDNETDIR = @LIBDNETDIR@
INCLS = -I$(LIBPCAPDIR)
DEFS = @DEFS@ -DNMAP_VERSION=\"$(NMAP_VERSION)\" -DNMAP_NAME=\"$(NMAP_NAME)\" -DNMAP_URL=\"$(NMAP_URL)\" -DNMAP_PLATFORM=\"$(NMAP_PLATFORM)\" -DNMAPDATADIR=\"$(nmapdatadir)\"
# For mtrace debugging -- see MTRACE define in main.cc for instructions

View File

@@ -1,4 +1,4 @@
Nmap 3.82 Usage: nmap [Scan Type(s)] [Options] <host or net list>
Nmap 3.82CSW Usage: nmap [Scan Type(s)] [Options] <host or net list>
Some Common Scan Types ('*' options require root privileges)
* -sS TCP SYN stealth port scan (default if privileged (root))
-sT TCP connect() port scan (default for unprivileged users)

File diff suppressed because it is too large Load Diff

View File

@@ -150,7 +150,7 @@ distro:
config configure configure.in dnet-config.in include INSTALL \
libtool LICENSE Makefile Makefile.am Makefile.am.common \
Makefile.in README src THANKS TODO \
/usr/tmp/nmap-$(NMAP_VERSION)/libdnet
/usr/tmp/nmap-$(NMAP_VERSION)/libdnet-stripped
$(SHTOOL) mkdir /usr/tmp/nmap-$(NMAP_VERSION)/nsock
$(SHTOOL) mkdir /usr/tmp/nmap-$(NMAP_VERSION)/nsock/include