mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
About to implement ARP scan, I hope
This commit is contained in:
@@ -72,6 +72,10 @@ o Changed from CVS to Subversion source control system (which
|
||||
change users will see is that "Id" tags in file headers use the SVN
|
||||
format for version numbering and such.
|
||||
|
||||
o Added 'leet ASCII art to the confugrator! ARTIST NOTE: If you
|
||||
think the ASCII art sucks, feel free to send me alternatives. Note
|
||||
that only people compiling the UNIX source code get the ASCII art.
|
||||
|
||||
Nmap 3.81
|
||||
|
||||
o Nmap now ships with and installs (in the same directory as other
|
||||
|
||||
5
configure
vendored
5
configure
vendored
@@ -8999,3 +8999,8 @@ echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
|
||||
done
|
||||
fi
|
||||
|
||||
# Krad ASCII ART#!#@$!@#$
|
||||
if test -f docs/leet-nmap-ascii-art.txt; then
|
||||
cat docs/leet-nmap-ascii-art.txt
|
||||
fi
|
||||
echo "Configuration complete. Type make to compile."
|
||||
|
||||
@@ -714,3 +714,8 @@ dnl AC_CONFIG_SUBDIRS( $libpcapdir )
|
||||
dnl fi
|
||||
|
||||
AC_OUTPUT(Makefile)
|
||||
# Krad ASCII ART#!#@$!@#$
|
||||
if test -f docs/leet-nmap-ascii-art.txt; then
|
||||
cat docs/leet-nmap-ascii-art.txt
|
||||
fi
|
||||
echo "Configuration complete. Type make to compile."
|
||||
|
||||
@@ -5,10 +5,10 @@
|
||||
- .- \+ ; ( O \____
|
||||
) \_____________ ` \ /
|
||||
(__ +- .( -'.- <. - _ VVVVVVV VV V\ \/
|
||||
(_____ ._._: <_ - <- _ (-- _AAAAAAA__A_/ |
|
||||
(_____ ._._: <_ - <- _ (-- _AAAAAAA__A_/ |
|
||||
. /./.+- . .- / +-- - . \______________//_ \_______
|
||||
(__ ' /x / x _/ ( \___' \ /
|
||||
, x / ( ' . / . / | \ /
|
||||
/ / _/ / + / \/
|
||||
' (__/ / (author unknown) \
|
||||
' (__/ / (artist unknown) \
|
||||
NMAP IS A POWERFUL TOOL -- USE CAREFULLY AND REPONSIBLY
|
||||
|
||||
@@ -27,7 +27,7 @@ web:
|
||||
test x$(wroot) != x
|
||||
cd ../docs && cp -a nmap_gpgkeys.txt nmap_manpage*.html nmap*.1 \
|
||||
xnmap.1 nmap.usage.txt nmap.dtd nmap.xsl \
|
||||
$(wroot)/nmap/data/
|
||||
leet-nmap-ascii-art.txt $(wroot)/nmap/data/
|
||||
./sort-prints.pl ../nmap-os-fingerprints > nos && mv nos ../nmap-os-fingerprints
|
||||
./produceosclasschoosebox.pl ../nmap-os-fingerprints > $(wroot)/nmap/data/os-classes.txt
|
||||
cd .. && cp -a CHANGELOG HACKING COPYING COPYING.OpenSSL INSTALL \
|
||||
@@ -122,8 +122,7 @@ distro:
|
||||
nmap.1 nmapfe.1 nmap_french.1 nmap_german.1 \
|
||||
nmap_italian.1 nmap_lithuanian.1 nmap_portuguese.1 \
|
||||
nmap_spanish.1 nmap_russian.1 xnmap.1 nmap.dtd nmap.xsl \
|
||||
/usr/tmp/nmap-$(NMAP_VERSION)/docs
|
||||
|
||||
leet-nmap-ascii-art.txt /usr/tmp/nmap-$(NMAP_VERSION)/docs
|
||||
$(SHTOOL) mkdir /usr/tmp/nmap-$(NMAP_VERSION)/nmapfe
|
||||
cd ../nmapfe; cp -ra Makefile.in aclocal.m4 configure configure.ac \
|
||||
nmapfe.c nmapfe.h nmapfe_sig.c nmapfe_sig.h \
|
||||
|
||||
Reference in New Issue
Block a user