diff --git a/CHANGELOG b/CHANGELOG index 112406fab..9950424f2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/configure b/configure index 252da75f4..1ff38b6a4 100755 --- a/configure +++ b/configure @@ -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." diff --git a/configure.ac b/configure.ac index 107e04618..63b09cc9b 100644 --- a/configure.ac +++ b/configure.ac @@ -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." diff --git a/docs/leet-nmap-ascii-art.txt b/docs/leet-nmap-ascii-art.txt index e89abaa39..bb8ea7efd 100644 --- a/docs/leet-nmap-ascii-art.txt +++ b/docs/leet-nmap-ascii-art.txt @@ -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 diff --git a/scripts/Makefile b/scripts/Makefile index 1ab5cfce1..d2fc87fd1 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -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 \