Nmap - the Network Mapper. Github mirror of official SVN repository. https://svn.nmap.org/
Find a file
2008-04-09 05:20:11 +00:00
docs Whoops, updating docs for r7098 (NSE unfiltered port selection) 2008-04-09 05:20:11 +00:00
libdnet-stripped regenerated autoconf configure files using autoconf-2.61-9.fc8 2008-03-15 10:23:08 +00:00
liblua move back now 2007-11-27 22:42:03 +00:00
libpcap Delete auxiliary scripts config.guess, config.sub, depcomp, install-sh, 2007-11-27 06:22:46 +00:00
libpcre Upgrading libpcre from 7.4 to 7.6. Tested on Linux and Windows XP. 2008-02-16 20:55:50 +00:00
macosx Lower-case zenmap for uniformity with RPM packages. 2008-04-08 22:17:12 +00:00
mswin32 o Reformat Nmap COPYING file (e.g. remove C comment markers, reduce 2008-03-21 01:05:09 +00:00
nselib Adding my Datafiles NSElib for parsing the nmap-* data files for scripts and also update rpcinfo.nse to use this library. Includes CHANGELOG and docs/scripting.xml updates 2008-03-30 20:33:33 +00:00
nselib-bin Remove from the nselib-bin directory files that are automatically generated: 2007-11-29 09:44:30 +00:00
scripts Correcting the uptime parsing and reporting in SNMPsysdesr.nse when the uptime is less than about 46 hours. The amount of bytes holding the uptime is variable up to 4, but the script was assuming it always held 4 bytes of uptime. When the real uptime was less than 46 hours, this script was reporting an uptime anywhere from 5 days to 130 days (I think it actually reported 0 days once, but the hours were all messed up). 2008-04-08 14:58:17 +00:00
acinclude.m4 Fix the test for GTK+ in configure.ac and move the macro RECVFROM_ARG6_TYPE from aclocal.m4 to acinclude.m4. 2007-10-22 23:27:22 +00:00
aclocal.m4 Check for Python only if Zenmap is requested, and bail out if Zenmap is 2007-11-22 08:37:34 +00:00
CHANGELOG o Fixed a bunch of code to avoid compilation warning messages (at 2008-04-09 02:11:20 +00:00
charpool.cc fix typo in legal header found by Leigh Zhao (missing word: of) 2008-02-28 18:52:06 +00:00
charpool.h fix typo in legal header found by Leigh Zhao (missing word: of) 2008-02-28 18:52:06 +00:00
config.guess o Updated to latest (as of 3/15) autoconf config.sub/config.guess 2008-03-15 10:21:56 +00:00
config.h.in fix typo in legal header found by Leigh Zhao (missing word: of) 2008-02-28 18:52:06 +00:00
config.sub o Updated to latest (as of 3/15) autoconf config.sub/config.guess 2008-03-15 10:21:56 +00:00
configure update changelog and regenerate files in prep for 4.60 build and release 2008-03-15 01:21:22 +00:00
configure.ac URL change from http://insecure.org/nmap/* to http://nmap.org/* 2008-01-17 07:22:03 +00:00
COPYING fix typo in legal header found by Leigh Zhao (missing word: of) 2008-02-28 18:52:06 +00:00
COPYING.OpenSSL get rid of silly top-level trunk dir 2005-04-11 22:34:19 +00:00
depcomp Delete auxiliary scripts config.guess, config.sub, depcomp, install-sh, 2007-11-27 06:22:46 +00:00
FingerPrintResults.cc fix typo in legal header found by Leigh Zhao (missing word: of) 2008-02-28 18:52:06 +00:00
FingerPrintResults.h fix typo in legal header found by Leigh Zhao (missing word: of) 2008-02-28 18:52:06 +00:00
global_structures.h Remove struct connectsockinfo{} from global_structures.h as it's unneeded now. It was initialized in pos_scan, but connect scanning is now handled by ultra_scan. 2008-03-26 02:15:53 +00:00
HACKING URL change from http://insecure.org/nmap/* to http://nmap.org/* 2008-01-17 07:22:03 +00:00
idle_scan.cc Allocate 128 characters for the idle scan ScanProgressMeter title. Previously 2008-04-08 19:59:56 +00:00
idle_scan.h fix typo in legal header found by Leigh Zhao (missing word: of) 2008-02-28 18:52:06 +00:00
INSTALL URL change from http://insecure.org/nmap/* to http://nmap.org/* 2008-01-17 07:22:03 +00:00
install-sh get rid of silly top-level trunk dir 2005-04-11 22:34:19 +00:00
ltmain.sh Delete auxiliary scripts config.guess, config.sub, depcomp, install-sh, 2007-11-27 06:22:46 +00:00
MACLookup.cc Fix a typo in MACLookup.cc: corolation -> correlation. 2008-03-31 23:05:53 +00:00
MACLookup.h fix typo in legal header found by Leigh Zhao (missing word: of) 2008-02-28 18:52:06 +00:00
main.cc o Fix MingW compilation by adding a signal.h include to 2008-03-24 23:21:11 +00:00
Makefile.in install the Zenmap man page during 'make install' 2008-01-24 01:36:01 +00:00
missing Delete auxiliary scripts config.guess, config.sub, depcomp, install-sh, 2007-11-27 06:22:46 +00:00
nmap-header-template.cc fix typo in legal header found by Leigh Zhao (missing word: of) 2008-02-28 18:52:06 +00:00
nmap-mac-prefixes o Updated nmap-mac-prefixes with the latest IEEE data. Also added 2007-12-04 20:29:16 +00:00
nmap-os-db Oops, I forgot to do the OS corrections file as well. Here it is. 2008-03-15 22:06:37 +00:00
nmap-protocols URL change from http://insecure.org/nmap/* to http://nmap.org/* 2008-01-17 07:22:03 +00:00
nmap-rpc URL change from http://insecure.org/nmap/* to http://nmap.org/* 2008-01-17 07:22:03 +00:00
nmap-service-probes apply patch from Tom Sellers which modifies ms-sql-s signatures; I made minor changes 2008-04-05 23:44:30 +00:00
nmap-services add hddtemp service suggested by Martin Guy 2008-02-02 20:37:06 +00:00
nmap.cc o Fixed a bunch of code to avoid compilation warning messages (at 2008-04-09 02:11:20 +00:00
nmap.h o Fixed a bunch of code to avoid compilation warning messages (at 2008-04-09 02:11:20 +00:00
nmap.spec.in add zenmap man page to spec file 2008-03-15 01:21:00 +00:00
nmap_amigaos.h fix typo in legal header found by Leigh Zhao (missing word: of) 2008-02-28 18:52:06 +00:00
nmap_dns.cc o Fixed a bunch of code to avoid compilation warning messages (at 2008-04-09 02:11:20 +00:00
nmap_dns.h fix typo in legal header found by Leigh Zhao (missing word: of) 2008-02-28 18:52:06 +00:00
nmap_error.cc fix typo in legal header found by Leigh Zhao (missing word: of) 2008-02-28 18:52:06 +00:00
nmap_error.h fix typo in legal header found by Leigh Zhao (missing word: of) 2008-02-28 18:52:06 +00:00
nmap_rpc.cc fix typo in legal header found by Leigh Zhao (missing word: of) 2008-02-28 18:52:06 +00:00
nmap_rpc.h fix typo in legal header found by Leigh Zhao (missing word: of) 2008-02-28 18:52:06 +00:00
nmap_tty.cc fix typo in legal header found by Leigh Zhao (missing word: of) 2008-02-28 18:52:06 +00:00
nmap_tty.h fix typo in legal header found by Leigh Zhao (missing word: of) 2008-02-28 18:52:06 +00:00
nmap_winconfig.h Change insecure.org to nmap.org in nmap_winconfig.h. 2008-03-17 17:44:40 +00:00
NmapOps.cc o Fixed a bunch of code to avoid compilation warning messages (at 2008-04-09 02:11:20 +00:00
NmapOps.h o Fixed a bunch of code to avoid compilation warning messages (at 2008-04-09 02:11:20 +00:00
NmapOutputTable.cc fix typo in legal header found by Leigh Zhao (missing word: of) 2008-02-28 18:52:06 +00:00
NmapOutputTable.h fix typo in legal header found by Leigh Zhao (missing word: of) 2008-02-28 18:52:06 +00:00
nse_auxiliar.cc Adding Snprintf() and Vsnprintf() to nbase/nbase_str.c. This is because of Windows' stupid implementation where it doesn't write a NULL byte at the end of the buffer if the result is truncated. I would've just #defined snprintf and vsnprintf to some wrapper function for Windows, but this doesn't work as libdnet and libpcap (and libpcap includes under mswin32) define snprintf to _snprintf and vsnprintf to _vsnprintf like we do, and through the many defines they end up being available in the Nmap sources. Vsnprintf() uses vsnprintf() (and writes a NULL byte at the end if truncated), and Snprintf uses Vsnprintf(). 2007-08-14 06:46:54 +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_debug.cc merge soc07 r5085 - Changing bare printf()s to log_write(LOG_PLAIN,)s because these were always printed even when things like XML and greppable output were sent to stdout (e.g. -oX -). This also adds o.scriptTrace() to make --script-trace behave more like --packet-trace and --version-trace. Nsock tracing was done unconditionally in NSE, and that has been changed to only be done when o.scriptTrace() is true. 2007-08-11 05:13:16 +00:00
nse_debug.h NSE committed 2006-12-11 00:34:26 +00:00
nse_init.cc moving debugger to nmap-exp/diman until further notice 2008-02-03 21:38:38 +00:00
nse_init.h script arguments now get checked before nmap starts scanning 2007-08-20 21:56:36 +00:00
nse_macros.h adding nselib nselib-bin second (should work on unix now) 2007-11-27 22:18:59 +00:00
nse_main.cc Allow unfiltered ports to be selected in NSE 2008-04-09 01:54:14 +00:00
nse_main.h script arguments now get checked before nmap starts scanning 2007-08-20 21:56:36 +00:00
nse_nmaplib.cc When using the NSE nmap.set_port_state(), check if the requested port is already in the requested state. Otherwise, "Duplicate port" messages are printed, and the inaccurate "script-set" state reason is used. This mostly just occurs when -sV is used (I first spotted this when using Brandon's nbstat.nse with -sV, although other scripts do the same thing) 2008-03-27 22:15:50 +00:00
nse_nmaplib.h NSE committed 2006-12-11 00:34:26 +00:00
nse_nsock.cc o Fixed a bunch of code to avoid compilation warning messages (at 2008-04-09 02:11:20 +00:00
nse_nsock.h merge soc07 r5360:5367 - Merge Majek's raw packet NSE patch 2007-08-11 06:13:25 +00:00
nse_pcrelib.cc Adding more PCRE option flags to the list returned by the NSE pcre.flags() function. This is up-to-date as of PCRE 7.6 2008-04-06 00:01:33 +00:00
nse_pcrelib.h Revert r5485. This changes the pcre Lua module back to statically linked 2007-10-23 00:45:00 +00:00
nse_string.cc merge soc07 r4821 - fix nse build system issues 2007-08-11 03:35:12 +00:00
nse_string.h NSE committed 2006-12-11 00:34:26 +00:00
osscan.cc o Fixed a bunch of code to avoid compilation warning messages (at 2008-04-09 02:11:20 +00:00
osscan.h o Fixed a bunch of code to avoid compilation warning messages (at 2008-04-09 02:11:20 +00:00
osscan2.cc o Fixed a bunch of code to avoid compilation warning messages (at 2008-04-09 02:11:20 +00:00
osscan2.h fix typo in legal header found by Leigh Zhao (missing word: of) 2008-02-28 18:52:06 +00:00
output.cc o Fixed a bunch of code to avoid compilation warning messages (at 2008-04-09 02:11:20 +00:00
output.h fix typo in legal header found by Leigh Zhao (missing word: of) 2008-02-28 18:52:06 +00:00
portlist.cc fix typo in legal header found by Leigh Zhao (missing word: of) 2008-02-28 18:52:06 +00:00
portlist.h fix typo in legal header found by Leigh Zhao (missing word: of) 2008-02-28 18:52:06 +00:00
portreasons.cc o Fixed a bunch of code to avoid compilation warning messages (at 2008-04-09 02:11:20 +00:00
portreasons.h fix typo in legal header found by Leigh Zhao (missing word: of) 2008-02-28 18:52:06 +00:00
protocols.cc fix typo in legal header found by Leigh Zhao (missing word: of) 2008-02-28 18:52:06 +00:00
protocols.h fix typo in legal header found by Leigh Zhao (missing word: of) 2008-02-28 18:52:06 +00:00
README-WIN32 URL change from http://insecure.org/nmap/* to http://nmap.org/* 2008-01-17 07:22:03 +00:00
scan_engine.cc o Fixed a bunch of code to avoid compilation warning messages (at 2008-04-09 02:11:20 +00:00
scan_engine.h fix typo in legal header found by Leigh Zhao (missing word: of) 2008-02-28 18:52:06 +00:00
service_scan.cc o Fixed a bunch of code to avoid compilation warning messages (at 2008-04-09 02:11:20 +00:00
service_scan.h fix typo in legal header found by Leigh Zhao (missing word: of) 2008-02-28 18:52:06 +00:00
services.cc fix typo in legal header found by Leigh Zhao (missing word: of) 2008-02-28 18:52:06 +00:00
services.h fix typo in legal header found by Leigh Zhao (missing word: of) 2008-02-28 18:52:06 +00:00
shtool misc 2005-06-24 23:50:23 +00:00
Target.cc fix typo in legal header found by Leigh Zhao (missing word: of) 2008-02-28 18:52:06 +00:00
Target.h fix typo in legal header found by Leigh Zhao (missing word: of) 2008-02-28 18:52:06 +00:00
TargetGroup.cc fix typo in legal header found by Leigh Zhao (missing word: of) 2008-02-28 18:52:06 +00:00
TargetGroup.h fix typo in legal header found by Leigh Zhao (missing word: of) 2008-02-28 18:52:06 +00:00
targets.cc o Fixed a bunch of code to avoid compilation warning messages (at 2008-04-09 02:11:20 +00:00
targets.h fix typo in legal header found by Leigh Zhao (missing word: of) 2008-02-28 18:52:06 +00:00
tcpip.cc o Fixed a bunch of code to avoid compilation warning messages (at 2008-04-09 02:11:20 +00:00
tcpip.h o Fixed a bunch of code to avoid compilation warning messages (at 2008-04-09 02:11:20 +00:00
timing.cc o Fixed a bunch of code to avoid compilation warning messages (at 2008-04-09 02:11:20 +00:00
timing.h o Fixed a bunch of code to avoid compilation warning messages (at 2008-04-09 02:11:20 +00:00
traceroute.cc o Fixed a bunch of code to avoid compilation warning messages (at 2008-04-09 02:11:20 +00:00
traceroute.h fix typo in legal header found by Leigh Zhao (missing word: of) 2008-02-28 18:52:06 +00:00
utils.cc o Fixed a bunch of code to avoid compilation warning messages (at 2008-04-09 02:11:20 +00:00
utils.h Merge the minimum-rate scanning feature (--min-rate) from 2008-03-26 02:41:32 +00:00
zenmap.spec.in cannot use %configure macro anymore due to lame bug (spec file tries to use noarch-redhat-linux, but config.sub does not currently recognize that) 2008-03-15 10:24:49 +00:00

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 ).