Nmap - the Network Mapper. Github mirror of official SVN repository. https://svn.nmap.org/
Find a file
david aca56d8f6e Handle the special case of an empty services list.
There should be better error handling here in general, but an empty
string is something that Nmap can legitimately emit.
http://seclists.org/nmap-dev/2012/q2/876
2012-06-21 00:56:54 +00:00
docs Bump the Nmap version number in SVN up to 6.02 2012-06-16 19:44:58 +00:00
libdnet-stripped o Fixed a bug that caused Nmap to fail to find any network interface when 2012-06-02 19:35:08 +00:00
liblinear Fixed the MSB8004 warning (Trailing slashes) by addind a slash at the end of the target for All Configurations. 2012-06-09 02:24:48 +00:00
liblua Upgrading to Lua 5.2.1. (Should be harmless upgrade, bug-fix only.) 2012-06-16 06:02:57 +00:00
libnetutil Uniform handling of makefile.dep in makefiles. 2012-06-19 14:06:49 +00:00
libpcap Rearrange libpcap patch files for AIX compatibility. 2012-04-13 15:50:15 +00:00
libpcre Merge from /nmap-exp/luis/nmap-os6. 2011-09-19 18:31:46 +00:00
macosx Our Zenmap packages don't run on PowerPC Macs anymore (since 5.61TEST4). 2012-05-22 20:13:15 +00:00
mswin32 One more adjustment to the license text. Notes that Zenmap, Ncat, and Nping use this license. Note that contributions made directly in the src repository are treated the same as those in the mailing list. 2012-03-01 06:53:35 +00:00
nbase Fixed the other C4005 with EWOULDBLOCK EHOSTUNREACH ENETDOWN ENETUNREACH ENETRESET ETIMEDOUT EINPROGRESS ENOBUFS EMSGSIZE ENOBUFS _HAS_CPP0X so that now the Windows source of NMAP compiles without Compile time warnings. There are still link warnings though. 2012-06-12 02:10:56 +00:00
ncat Uniform handling of makefile.dep in makefiles. 2012-06-19 14:06:49 +00:00
ndiff Bump the Nmap version number in SVN up to 6.02 2012-06-16 19:44:58 +00:00
nmap-update Uniform handling of makefile.dep in makefiles. 2012-06-19 14:06:49 +00:00
nping Use one, not two, spaces after "WARNING:". 2012-06-20 20:13:51 +00:00
nselib AUTH_UNIX support for rpc.lua. 2012-06-20 02:12:58 +00:00
nsock Uniform handling of makefile.dep in makefiles. 2012-06-19 14:06:49 +00:00
scripts Added intensive mode and Naxsi fingerprints to http-waf-fingerprint. 2012-06-20 20:04:08 +00:00
todo Sean is looking at script results sorting. 2012-06-19 02:52:53 +00:00
zenmap Handle the special case of an empty services list. 2012-06-21 00:56:54 +00:00
acinclude.m4 Include <sys/types.h> in the PCAP_IS_SUITABLE test. 2012-03-04 05:18:08 +00:00
aclocal.m4 Regen aclocal.m4. 2012-03-07 03:15:51 +00:00
BSDmakefile
CHANGELOG AUTH_UNIX support for rpc.lua. 2012-06-20 02:12:58 +00:00
charpool.cc One more adjustment to the license text. Notes that Zenmap, Ncat, and Nping use this license. Note that contributions made directly in the src repository are treated the same as those in the mailing list. 2012-03-01 06:53:35 +00:00
charpool.h One more adjustment to the license text. Notes that Zenmap, Ncat, and Nping use this license. Note that contributions made directly in the src repository are treated the same as those in the mailing list. 2012-03-01 06:53:35 +00:00
config.guess
config.sub
configure Regenerate configure. This regenerated version seems to include more of the Lua 5.2 changes than appear in trunk 2012-06-16 19:44:25 +00:00
configure.ac Lua 5.2 upgrade [1] for NSE. 2012-05-27 08:53:32 +00:00
COPYING One more adjustment to the license text. Notes that Zenmap, Ncat, and Nping use this license. Note that contributions made directly in the src repository are treated the same as those in the mailing list. 2012-03-01 06:53:35 +00:00
depcomp
FingerPrintResults.cc Change "perfect match" test in FingerPrintResults::populateClassification. 2012-03-07 18:23:33 +00:00
FingerPrintResults.h One more adjustment to the license text. Notes that Zenmap, Ncat, and Nping use this license. Note that contributions made directly in the src repository are treated the same as those in the mailing list. 2012-03-01 06:53:35 +00:00
FPEngine.cc Don't allow matching probes that haven't been sent. 2012-03-22 01:30:47 +00:00
FPEngine.h Get rid of "using namespace std". 2012-03-19 16:48:27 +00:00
FPModel.cc Some OS classification changes. 2012-03-07 17:59:55 +00:00
global_structures.h One more adjustment to the license text. Notes that Zenmap, Ncat, and Nping use this license. Note that contributions made directly in the src repository are treated the same as those in the mailing list. 2012-03-01 06:53:35 +00:00
HACKING
idle_scan.cc Don't set max parallelism when only --min-paralellism is given. 2012-04-07 08:07:38 +00:00
idle_scan.h One more adjustment to the license text. Notes that Zenmap, Ncat, and Nping use this license. Note that contributions made directly in the src repository are treated the same as those in the mailing list. 2012-03-01 06:53:35 +00:00
INSTALL
ltmain.sh
MACLookup.cc One more adjustment to the license text. Notes that Zenmap, Ncat, and Nping use this license. Note that contributions made directly in the src repository are treated the same as those in the mailing list. 2012-03-01 06:53:35 +00:00
MACLookup.h One more adjustment to the license text. Notes that Zenmap, Ncat, and Nping use this license. Note that contributions made directly in the src repository are treated the same as those in the mailing list. 2012-03-01 06:53:35 +00:00
main.cc Moved the setuid check from main.cc to nmap.cc after option parsing so that I can use error() and have it write to output file with --log-errors, etc. I did receive a complaint that the setuid warning isn't converted to script kiddie mode when -oS is enabled. If we decide that we want script kiddify error messages, we'll have to add that support to error() 2012-06-02 18:08:39 +00:00
Makefile.in Uniform handling of makefile.dep in makefiles. 2012-06-19 14:06:49 +00:00
missing
nmap-header-template.cc One more adjustment to the license text. Notes that Zenmap, Ncat, and Nping use this license. Note that contributions made directly in the src repository are treated the same as those in the mailing list. 2012-03-01 06:53:35 +00:00
nmap-mac-prefixes Update to the latest MAC prefixes from IEEE as of right now 2012-03-09 00:45:55 +00:00
nmap-os-db sorted nmap os db 2012-05-30 21:55:50 +00:00
nmap-payloads
nmap-protocols
nmap-rpc
nmap-service-probes Capitalization of pcAnywhere. 2012-06-15 16:33:47 +00:00
nmap-services regenerate to add dropbox protocol 2012-03-15 05:13:46 +00:00
nmap.cc Use one, not two, spaces after "WARNING:". 2012-06-20 20:13:51 +00:00
nmap.h Bump the Nmap version number in SVN up to 6.02 2012-06-16 19:44:58 +00:00
nmap.spec.in Split nmap-update into its own RPM. 2012-02-25 02:23:55 +00:00
nmap_amigaos.h One more adjustment to the license text. Notes that Zenmap, Ncat, and Nping use this license. Note that contributions made directly in the src repository are treated the same as those in the mailing list. 2012-03-01 06:53:35 +00:00
nmap_config.h.in Define SOLARIS_BPF_PCAP_CAPTURE for Solaris 11. 2012-04-07 08:07:41 +00:00
nmap_dns.cc One more adjustment to the license text. Notes that Zenmap, Ncat, and Nping use this license. Note that contributions made directly in the src repository are treated the same as those in the mailing list. 2012-03-01 06:53:35 +00:00
nmap_dns.h One more adjustment to the license text. Notes that Zenmap, Ncat, and Nping use this license. Note that contributions made directly in the src repository are treated the same as those in the mailing list. 2012-03-01 06:53:35 +00:00
nmap_error.cc Close an open start tag before a fatal error. 2012-03-09 00:16:39 +00:00
nmap_error.h One more adjustment to the license text. Notes that Zenmap, Ncat, and Nping use this license. Note that contributions made directly in the src repository are treated the same as those in the mailing list. 2012-03-01 06:53:35 +00:00
nmap_rpc.cc Moved two cleanup statements out of an 'if (debug) {}' block. The TCP version 2012-04-26 20:53:50 +00:00
nmap_rpc.h One more adjustment to the license text. Notes that Zenmap, Ncat, and Nping use this license. Note that contributions made directly in the src repository are treated the same as those in the mailing list. 2012-03-01 06:53:35 +00:00
nmap_tty.cc One more adjustment to the license text. Notes that Zenmap, Ncat, and Nping use this license. Note that contributions made directly in the src repository are treated the same as those in the mailing list. 2012-03-01 06:53:35 +00:00
nmap_tty.h One more adjustment to the license text. Notes that Zenmap, Ncat, and Nping use this license. Note that contributions made directly in the src repository are treated the same as those in the mailing list. 2012-03-01 06:53:35 +00:00
nmap_winconfig.h One more adjustment to the license text. Notes that Zenmap, Ncat, and Nping use this license. Note that contributions made directly in the src repository are treated the same as those in the mailing list. 2012-03-01 06:53:35 +00:00
NmapOps.cc Use one, not two, spaces after "WARNING:". 2012-06-20 20:13:51 +00:00
NmapOps.h Make osclass XML elements children of the osmatch element they belong to. 2012-05-05 18:02:33 +00:00
NmapOutputTable.cc One more adjustment to the license text. Notes that Zenmap, Ncat, and Nping use this license. Note that contributions made directly in the src repository are treated the same as those in the mailing list. 2012-03-01 06:53:35 +00:00
NmapOutputTable.h One more adjustment to the license text. Notes that Zenmap, Ncat, and Nping use this license. Note that contributions made directly in the src repository are treated the same as those in the mailing list. 2012-03-01 06:53:35 +00:00
nse_binlib.cc Lua 5.2 upgrade [1] for NSE. 2012-05-27 08:53:32 +00:00
nse_binlib.h
nse_bit.cc Lua 5.2 upgrade [1] for NSE. 2012-05-27 08:53:32 +00:00
nse_bit.h
nse_debug.cc Lua 5.2 upgrade [1] for NSE. 2012-05-27 08:53:32 +00:00
nse_debug.h
nse_dnet.cc Get the closure from the library, don't make a new one. 2012-05-28 21:48:54 +00:00
nse_dnet.h Lua 5.2 upgrade [1] for NSE. 2012-05-27 08:53:32 +00:00
nse_fs.cc Fixed bug where directory iterator did not get the DIR_METATABLE upvalue. 2012-05-27 19:55:22 +00:00
nse_fs.h Lua 5.2 upgrade [1] for NSE. 2012-05-27 08:53:32 +00:00
nse_main.cc Lua 5.2 upgrade [1] for NSE. 2012-05-27 08:53:32 +00:00
nse_main.h
nse_main.lua Lua 5.2 upgrade [1] for NSE. 2012-05-27 08:53:32 +00:00
nse_nmaplib.cc Lua 5.2 upgrade [1] for NSE. 2012-05-27 08:53:32 +00:00
nse_nmaplib.h Lua 5.2 upgrade [1] for NSE. 2012-05-27 08:53:32 +00:00
nse_nsock.cc Prevent a null pointer dereference in nse_nsock_get_ssl. 2012-05-28 17:44:10 +00:00
nse_nsock.h Lua 5.2 upgrade [1] for NSE. 2012-05-27 08:53:32 +00:00
nse_openssl.cc Lua 5.2 upgrade [1] for NSE. 2012-05-27 08:53:32 +00:00
nse_openssl.h
nse_pcrelib.cc Don't strdup (and fail to free) pattern passed to pcre_compile. 2012-06-05 21:09:01 +00:00
nse_pcrelib.h
nse_ssl_cert.cc Lua 5.2 upgrade [1] for NSE. 2012-05-27 08:53:32 +00:00
nse_ssl_cert.h One more adjustment to the license text. Notes that Zenmap, Ncat, and Nping use this license. Note that contributions made directly in the src repository are treated the same as those in the mailing list. 2012-03-01 06:53:35 +00:00
nse_utility.cc Lua 5.2 upgrade [1] for NSE. 2012-05-27 08:53:32 +00:00
nse_utility.h Lua 5.2 upgrade [1] for NSE. 2012-05-27 08:53:32 +00:00
osscan.cc One more adjustment to the license text. Notes that Zenmap, Ncat, and Nping use this license. Note that contributions made directly in the src repository are treated the same as those in the mailing list. 2012-03-01 06:53:35 +00:00
osscan.h One more adjustment to the license text. Notes that Zenmap, Ncat, and Nping use this license. Note that contributions made directly in the src repository are treated the same as those in the mailing list. 2012-03-01 06:53:35 +00:00
osscan2.cc Use one, not two, spaces after "WARNING:". 2012-06-20 20:13:51 +00:00
osscan2.h Get rid of "using namespace std". 2012-03-19 16:48:27 +00:00
output.cc Simplify output_rangelist_given_ports. 2012-06-20 23:08:33 +00:00
output.h One more adjustment to the license text. Notes that Zenmap, Ncat, and Nping use this license. Note that contributions made directly in the src repository are treated the same as those in the mailing list. 2012-03-01 06:53:35 +00:00
payload.cc One more adjustment to the license text. Notes that Zenmap, Ncat, and Nping use this license. Note that contributions made directly in the src repository are treated the same as those in the mailing list. 2012-03-01 06:53:35 +00:00
payload.h One more adjustment to the license text. Notes that Zenmap, Ncat, and Nping use this license. Note that contributions made directly in the src repository are treated the same as those in the mailing list. 2012-03-01 06:53:35 +00:00
portlist.cc One more adjustment to the license text. Notes that Zenmap, Ncat, and Nping use this license. Note that contributions made directly in the src repository are treated the same as those in the mailing list. 2012-03-01 06:53:35 +00:00
portlist.h Comment typo. 2012-03-31 03:21:22 +00:00
portreasons.cc One more adjustment to the license text. Notes that Zenmap, Ncat, and Nping use this license. Note that contributions made directly in the src repository are treated the same as those in the mailing list. 2012-03-01 06:53:35 +00:00
portreasons.h One more adjustment to the license text. Notes that Zenmap, Ncat, and Nping use this license. Note that contributions made directly in the src repository are treated the same as those in the mailing list. 2012-03-01 06:53:35 +00:00
protocols.cc One more adjustment to the license text. Notes that Zenmap, Ncat, and Nping use this license. Note that contributions made directly in the src repository are treated the same as those in the mailing list. 2012-03-01 06:53:35 +00:00
protocols.h One more adjustment to the license text. Notes that Zenmap, Ncat, and Nping use this license. Note that contributions made directly in the src repository are treated the same as those in the mailing list. 2012-03-01 06:53:35 +00:00
README-WIN32
scan_engine.cc Use one, not two, spaces after "WARNING:". 2012-06-20 20:13:51 +00:00
scan_engine.h One more adjustment to the license text. Notes that Zenmap, Ncat, and Nping use this license. Note that contributions made directly in the src repository are treated the same as those in the mailing list. 2012-03-01 06:53:35 +00:00
service_scan.cc Don't set max parallelism when only --min-paralellism is given. 2012-04-07 08:07:38 +00:00
service_scan.h One more adjustment to the license text. Notes that Zenmap, Ncat, and Nping use this license. Note that contributions made directly in the src repository are treated the same as those in the mailing list. 2012-03-01 06:53:35 +00:00
services.cc One more adjustment to the license text. Notes that Zenmap, Ncat, and Nping use this license. Note that contributions made directly in the src repository are treated the same as those in the mailing list. 2012-03-01 06:53:35 +00:00
services.h One more adjustment to the license text. Notes that Zenmap, Ncat, and Nping use this license. Note that contributions made directly in the src repository are treated the same as those in the mailing list. 2012-03-01 06:53:35 +00:00
shtool
struct_ip.h More attempted header rearrangement for AIX compatibility. 2012-03-19 16:26:39 +00:00
Target.cc One more adjustment to the license text. Notes that Zenmap, Ncat, and Nping use this license. Note that contributions made directly in the src repository are treated the same as those in the mailing list. 2012-03-01 06:53:35 +00:00
Target.h One more adjustment to the license text. Notes that Zenmap, Ncat, and Nping use this license. Note that contributions made directly in the src repository are treated the same as those in the mailing list. 2012-03-01 06:53:35 +00:00
TargetGroup.cc Make it a warning (not a fatal error) when there's a problem with an IPv4 spec. 2012-04-27 06:27:01 +00:00
TargetGroup.h One more adjustment to the license text. Notes that Zenmap, Ncat, and Nping use this license. Note that contributions made directly in the src repository are treated the same as those in the mailing list. 2012-03-01 06:53:35 +00:00
targets.cc Make "failed to determine route" a warning, not a fatal error. 2012-05-16 23:50:03 +00:00
targets.h One more adjustment to the license text. Notes that Zenmap, Ncat, and Nping use this license. Note that contributions made directly in the src repository are treated the same as those in the mailing list. 2012-03-01 06:53:35 +00:00
tcpip.cc Make -e assign IPv6 scope ids for everything, not only route_dst. 2012-03-27 21:48:53 +00:00
tcpip.h Change hostname parameter to const char *. 2012-03-04 07:26:16 +00:00
timing.cc Don't set max parallelism when only --min-paralellism is given. 2012-04-07 08:07:38 +00:00
timing.h One more adjustment to the license text. Notes that Zenmap, Ncat, and Nping use this license. Note that contributions made directly in the src repository are treated the same as those in the mailing list. 2012-03-01 06:53:35 +00:00
traceroute.cc One more adjustment to the license text. Notes that Zenmap, Ncat, and Nping use this license. Note that contributions made directly in the src repository are treated the same as those in the mailing list. 2012-03-01 06:53:35 +00:00
traceroute.h One more adjustment to the license text. Notes that Zenmap, Ncat, and Nping use this license. Note that contributions made directly in the src repository are treated the same as those in the mailing list. 2012-03-01 06:53:35 +00:00
utils.cc One more adjustment to the license text. Notes that Zenmap, Ncat, and Nping use this license. Note that contributions made directly in the src repository are treated the same as those in the mailing list. 2012-03-01 06:53:35 +00:00
utils.h One more adjustment to the license text. Notes that Zenmap, Ncat, and Nping use this license. Note that contributions made directly in the src repository are treated the same as those in the mailing list. 2012-03-01 06:53:35 +00:00
xml.cc Typo. 2012-05-05 18:02:34 +00:00
xml.h Close an open start tag before a fatal error. 2012-03-09 00:16:39 +00:00
zenmap.spec.in

Here is some documentation for Nmap, but these files are much less
comprehensive than what you'll find at the actual Nmap documentation
site ( http://nmap.org ).