Nmap - the Network Mapper. Github mirror of official SVN repository. https://svn.nmap.org/
Find a file
2007-06-05 10:12:17 +00:00
docs Move the Nmap reference guide (man page) XML source here where it belongs. It may have some dependencies which prevent it from being trivially built, but this is a start 2007-06-05 10:12:17 +00:00
libdnet-stripped NSE committed 2006-12-11 00:34:26 +00:00
liblua NSE committed 2006-12-11 00:34:26 +00:00
libpcap remove libpcap/Win32 and libpcap/msdos to save space in the tarball 2006-09-30 22:14:59 +00:00
libpcre OK, I hope the darn thing works on windows now 2006-11-20 08:46:08 +00:00
mswin32 bump version number to alpha5, fix problem which prevented scripts dir from appearing in nmap win32 .zip version 2007-04-24 22:01:13 +00:00
nmapfe Merging r4494 from my branch. A couple NmapFE changes. Add --packet-trace and change sensitivity setting for -r (it can be used when non-root) 2007-02-25 02:52:39 +00:00
scripts change ourdomain to scanme.org 2007-05-17 03:28:27 +00:00
aclocal.m4 get rid of silly top-level trunk dir 2005-04-11 22:34:19 +00:00
CHANGELOG Rewording the -sV or -O with -sO CHANGELOG entry, and adding an entry about improving how the Gen1 OS Detection gets UDP ports to send to. 2007-05-24 01:02:50 +00:00
charpool.cc Minor source code header improvements 2006-08-25 01:47:49 +00:00
charpool.h Minor source code header improvements 2006-08-25 01:47:49 +00:00
config.guess a bunch of misc. changes 2005-12-29 11:34:45 +00:00
config.h.in Remove inet_aton() checks from configure and HAVE_INET_ATON from config.h.in 2007-01-27 00:29:47 +00:00
config.sub a bunch of misc. changes 2005-12-29 11:34:45 +00:00
configure newly generated configure 2007-03-12 02:16:58 +00:00
configure.ac A small change in ordering in the configure script. We'll now test for inline and '' _after_ the host type testing. is tested for when doing the inline stuff, but doesn't seem to be set until (or can be reset during) the host type testing. 2007-02-01 03:28:58 +00:00
COPYING Minor source code header improvements 2006-08-25 01:47:49 +00:00
COPYING.OpenSSL get rid of silly top-level trunk dir 2005-04-11 22:34:19 +00:00
FingerPrintResults.cc fingerprints with a distance > 5 are usually too sketchy to take as submissions 2007-03-12 02:16:24 +00:00
FingerPrintResults.h New dynamic number of OS tries, and --max-os-tries option 2006-10-02 03:21:40 +00:00
global_structures.h added Eddie Bell's traceroute patch, with only minor changes 2007-03-13 08:02:19 +00:00
HACKING spellcheck patch 2006-09-05 08:39:32 +00:00
idle_scan.cc Use dnet headers for TCP and UDP. This allows us to remove netinet tcp.h and udp.h references, the udphdr_bsd stuff, and the TH_ECE/TH_CWR #defines in tcpip.h. That was easy, but we (Fyodor and I) came to the conclusion that IP and ICMP aren't worth the hassle to switch (I was testing TCP, UDP and IP in my branch). The struct icmp_hdr in dnet isn't setup anything like what we're using now. Then, struct ip_hdr uses ip_addr_t (typedef'd to uint32_t in that ip.h) instead of struct in_addr for the IP addresses, and that would require some dnet modifying to work right. We might be able to come up with some elegant solution for IP, but probably not for ICMP. For now, they're still left up to netinet (or tcpip.h). 2007-01-23 05:29:59 +00:00
idle_scan.h spellcheck patch 2006-09-05 08:39:32 +00:00
INSTALL a bunch of misc. changes 2005-12-29 11:34:45 +00:00
install-sh get rid of silly top-level trunk dir 2005-04-11 22:34:19 +00:00
MACLookup.cc NSE committed 2006-12-11 00:34:26 +00:00
MACLookup.h trivial comment-related patch from Kris Katterjohn 2006-09-07 04:21:43 +00:00
main.cc Change a little over 10 malloc()s and realloc()s to their safe_* equivalents (which let's us get rid a two checks on the returned mem elsewhere in the code). 2007-02-25 15:43:56 +00:00
Makefile.in Merge r4756:4758 from soc07 (David change in way nse script dir copied for install) 2007-05-22 07:23:47 +00:00
nmap-header-template.cc Minor source code header improvements 2006-08-25 01:47:49 +00:00
nmap-mac-prefixes update nmap-mac-prefixes to latest data and remove uper-ascii characters 2007-05-19 03:55:26 +00:00
nmap-os-db merge soc07 r4793:4794 - fix some minor problems reported by João Paulo de Souza Medeiros 2007-05-29 03:53:32 +00:00
nmap-os-fingerprints huge integration run 2007-03-21 03:58:43 +00:00
nmap-protocols Nmap 3.9999 2006-01-28 07:57:37 +00:00
nmap-rpc a bunch of misc changes 2005-04-23 02:47:29 +00:00
nmap-service-probes Updated nmap-service-probes with the latest submissions from Q1'07. 2007-05-27 00:10:17 +00:00
nmap-services add polipo web proxy cache 2007-04-24 20:32:00 +00:00
nmap.cc merging r4789:4790 from nmap-exp/soc07 -- fixing "--release_memory" option name 2007-05-29 02:27:39 +00:00
nmap.h Change __BSD_SOURCE references to _BSD_SOURCE. The __FAVOR_BSD and __USE_BSD have double underscores in front, the *_SOURCE only have one. 2007-01-26 22:32:42 +00:00
nmap.spec.in About to do Nmap 4.03 2006-04-22 23:00:09 +00:00
nmap_amigaos.h Minor source code header improvements 2006-08-25 01:47:49 +00:00
nmap_dns.cc added Eddie Bell's traceroute patch, with only minor changes 2007-03-13 08:02:19 +00:00
nmap_dns.h added Eddie Bell's traceroute patch, with only minor changes 2007-03-13 08:02:19 +00:00
nmap_error.cc Minor source code header improvements 2006-08-25 01:47:49 +00:00
nmap_error.h Minor source code header improvements 2006-08-25 01:47:49 +00:00
nmap_rpc.cc Removing extraneous newlines (sometimes up to 9 of them) from ends of a few files 2007-02-04 02:53:29 +00:00
nmap_rpc.h Removing extraneous newlines (sometimes up to 9 of them) from ends of a few files 2007-02-04 02:53:29 +00:00
nmap_tty.cc Merging my input buffer flushing patch for nmap_tty.cc. This uses tcflush() for UNIX and FlushConsoleInputBuffer() for Win32. The more keys that have been queued up, the more of a difference these functions seem to make. That's not to say that they're slow when there's just one :) I've tested it on Windows XP and my Linux box, and it works great on both. If it actually causes some problems, it won't be hard to reverse. 2007-02-01 14:07:02 +00:00
nmap_tty.h Minor source code header improvements 2006-08-25 01:47:49 +00:00
nmap_winconfig.h bump version number to alpha5, fix problem which prevented scripts dir from appearing in nmap win32 .zip version 2007-04-24 22:01:13 +00:00
nmapfe.desktop get rid of silly top-level trunk dir 2005-04-11 22:34:19 +00:00
NmapOps.cc Disable OSScan as well if it's used with IPProto Scan 2007-05-21 22:29:10 +00:00
NmapOps.h added Eddie Bell's traceroute patch, with only minor changes 2007-03-13 08:02:19 +00:00
NmapOutputTable.cc fixed wrong alignment of nmap output table when using --iflist 2007-01-07 23:21:56 +00:00
NmapOutputTable.h Removing extraneous newlines (sometimes up to 9 of them) from ends of a few files 2007-02-04 02:53:29 +00:00
nse_auxiliar.cc cannot directly include nmap_winconfig in these the way I was, or it will be included in nonwin32 2006-12-11 01:40:03 +00:00
nse_auxiliar.h cannot directly include nmap_winconfig in these the way I was, or it will be included in nonwin32 2006-12-11 01:40:03 +00:00
nse_bitlib.cc NSE committed 2006-12-11 00:34:26 +00:00
nse_bitlib.h NSE committed 2006-12-11 00:34:26 +00:00
nse_debug.cc NSE committed 2006-12-11 00:34:26 +00:00
nse_debug.h NSE committed 2006-12-11 00:34:26 +00:00
nse_init.cc Fixed file and directory retrieval problems under windows 2006-12-29 00:44:49 +00:00
nse_init.h NSE committed 2006-12-11 00:34:26 +00:00
nse_macros.h This may sound weird, but I just cut nse_macros.h in half. The same thing was put in twice, so I deleted the second one (half of the file). I split it into two files/halves to test it out, and a diff came up empty. So yeah :) 2007-01-12 21:33:58 +00:00
nse_main.cc NSE committed 2006-12-11 00:34:26 +00:00
nse_main.h NSE committed 2006-12-11 00:34:26 +00:00
nse_nmaplib.cc NSE committed 2006-12-11 00:34:26 +00:00
nse_nmaplib.h NSE committed 2006-12-11 00:34:26 +00:00
nse_nsock.cc NSE committed 2006-12-11 00:34:26 +00:00
nse_nsock.h NSE committed 2006-12-11 00:34:26 +00:00
nse_pcrelib.cc Remove Lmalloc() from nse_pcrelib.cc and change the only call to it to safe_malloc(). I noticed this when I was doing r4515 but wanted to check it a little further; Lmalloc() calls safe_malloc(), and then tests the returned mem == NULL and returns the mem, but this will never happen because safe_malloc() dies if the mem is NULL. 2007-02-25 15:59:32 +00:00
nse_pcrelib.h NSE committed 2006-12-11 00:34:26 +00:00
nse_string.cc Change a couple ISPRINT() macro uses to nse_isprint() in nse_string.cc. nse_isprint() just uses ISPRINT() right now anyway. 2007-01-26 00:04:54 +00:00
nse_string.h NSE committed 2006-12-11 00:34:26 +00:00
osscan.cc Merging in r4769:4773 from /nmap-exp/soc07/nmap 2007-05-23 22:51:25 +00:00
osscan.h Removing extraneous newlines (sometimes up to 9 of them) from ends of a few files 2007-02-04 02:53:29 +00:00
osscan2.cc trivial grammar fix 2007-03-16 08:47:13 +00:00
osscan2.h Minor source code header improvements 2006-08-25 01:47:49 +00:00
output.cc fix xml bug 2007-03-18 01:00:32 +00:00
output.h A couple of small changes with filenames in file headers. 'output.c' -> 'output.h', 'rpc.cc' -> 'nmap_rpc.cc', 'rpc.h' -> 'nmap_rpc.h' 2007-01-27 02:34:13 +00:00
portlist.cc Change max protocol count when ignoring states. The IPProto Scan wasn't taken into account when figuring out how many ports/protocols should be in a given state before ignoring them. For me in most cases, -d caused every protocol to be listed because most were open|filtered and the -d set the max to a value a lot larger than 255. Now for the same hosts, it takes -d3 to print them all. 2007-02-03 21:29:13 +00:00
portlist.h Just fixed a couple of typos. 'msx-scan-delay' -> 'max-scan-delay' under the Timing Report (-d), and 'Mapps' -> 'Maps' in a comment. 2007-01-11 20:18:42 +00:00
protocols.cc Removing extraneous newlines (sometimes up to 9 of them) from ends of a few files 2007-02-04 02:53:29 +00:00
protocols.h Minor source code header improvements 2006-08-25 01:47:49 +00:00
README-WIN32 a bunch of misc. changes 2005-12-29 11:34:45 +00:00
scan_engine.cc Merging in r4769:4773 from /nmap-exp/soc07/nmap 2007-05-23 22:51:25 +00:00
scan_engine.h clean patches by Kris: remove c++ comments in nmapfe and nsock, and remove superscan prototype from scan_engine.h 2007-01-01 00:23:29 +00:00
service_scan.cc Change a little over 10 malloc()s and realloc()s to their safe_* equivalents (which let's us get rid a two checks on the returned mem elsewhere in the code). 2007-02-25 15:43:56 +00:00
service_scan.h NSE committed 2006-12-11 00:34:26 +00:00
services.cc NSE committed 2006-12-11 00:34:26 +00:00
services.h Minor source code header improvements 2006-08-25 01:47:49 +00:00
shtool misc 2005-06-24 23:50:23 +00:00
Target.cc NSE committed 2006-12-11 00:34:26 +00:00
Target.h added Eddie Bell's traceroute patch, with only minor changes 2007-03-13 08:02:19 +00:00
TargetGroup.cc Minor source code header improvements 2006-08-25 01:47:49 +00:00
TargetGroup.h Minor source code header improvements 2006-08-25 01:47:49 +00:00
targets.cc Use dnet headers for TCP and UDP. This allows us to remove netinet tcp.h and udp.h references, the udphdr_bsd stuff, and the TH_ECE/TH_CWR #defines in tcpip.h. That was easy, but we (Fyodor and I) came to the conclusion that IP and ICMP aren't worth the hassle to switch (I was testing TCP, UDP and IP in my branch). The struct icmp_hdr in dnet isn't setup anything like what we're using now. Then, struct ip_hdr uses ip_addr_t (typedef'd to uint32_t in that ip.h) instead of struct in_addr for the IP addresses, and that would require some dnet modifying to work right. We might be able to come up with some elegant solution for IP, but probably not for ICMP. For now, they're still left up to netinet (or tcpip.h). 2007-01-23 05:29:59 +00:00
targets.h Removing extraneous newlines (sometimes up to 9 of them) from ends of a few files 2007-02-04 02:53:29 +00:00
tcpip.cc Merging in r4769:4773 from /nmap-exp/soc07/nmap 2007-05-23 22:51:25 +00:00
tcpip.h Removing extraneous newlines (sometimes up to 9 of them) from ends of a few files 2007-02-04 02:53:29 +00:00
timing.cc Minor source code header improvements 2006-08-25 01:47:49 +00:00
timing.h Minor source code header improvements 2006-08-25 01:47:49 +00:00
traceroute.cc merge from nmap-exp/ejlbell -r4734:4735 Eddie small udp hop guessing fix 2007-05-22 07:59:27 +00:00
traceroute.h traceroute between multi-homed host fix 2007-05-12 19:35:35 +00:00
utils.cc Change a little over 10 malloc()s and realloc()s to their safe_* equivalents (which let's us get rid a two checks on the returned mem elsewhere in the code). 2007-02-25 15:43:56 +00:00
utils.h a bunch of small patches by Kris Katterjohn 2006-09-16 02:25:20 +00:00

Here are the docs for nmap.  You would be better
off checking the website at http://www.insecure.org/nmap
for the latest information.  Also if the man page is installed
correctly you should be able to 'man nmap'.  The man page is more 
up-to-date than the article.  See nmap-manpage.html for an html version
of it.

-Fyodor