Nmap - the Network Mapper. Github mirror of official SVN repository. https://svn.nmap.org/
Find a file
luis a5ca31db9e Replaced nmap's hex dump functions with new hexdump() included in nbase. Before
Nmap used two functions: one of them, hdump(), just printed raw hex bytes 
(no ASCII equivalents) and the other one, lamont_hdump() had a bug when 
printing buffers where bufflen%16==3. A new function has been implemented 
from scratch, that basically produces the same output as Wireshark. 
Output looks like this:

0000   e8 60 65 86 d7 86 6d 30  35 97 54 87 ff 67 05 9e  .`e...m05.T..g..
0010   07 5a 98 c0 ea ad 50 d2  62 4f 7b ff e1 34 f8 fc  .Z....P.bO{..4..
0020   c4 84 0a 6a 39 ad 3c 10  63 b2 22 c4 24 40 f4 b1  ...j9.<.c.".$@..

Changes:

- The new hexdump() function has been added to nbase.
- Old hdump() and lamont_dump() have been removed from nmap's code.
- A wrapper to the new hexdump(), called nmap_hexdump(), has been added
  to nmap's utils.cc. The wrapper basically prints the buffer returned 
  by hexdump() using nmap's log_write() function.
2009-08-25 18:09:19 +00:00
docs add some FD_SETSIZE research from David 2009-08-22 21:34:16 +00:00
libdnet-stripped Applied a configure.in patch from Petr Salinger in Debian bug #542388 which apparently fixes the libdnet build on GNU/kFreeBSD 2009-08-20 08:46:00 +00:00
liblua Fix all the compiler warnings when building with Visual C++ 2008. 2009-04-29 17:56:30 +00:00
libpcap
libpcre Changed the build system a bit. Removed Makefile.am since we no longer have all the files needed to recreate it in the libpcre directory anyway. I had to edit Makefile.in to remove references to it too. Removed some configure.ac code which lead to removing pcre_chartables.cc; regenerated configure and aclocal 2009-06-07 06:43:32 +00:00
macosx Use @BASE to export build directories, not @HEAD, so I can build from a 2009-06-13 00:05:15 +00:00
mswin32 Make some changes to nse_ssl_cert.cc for Windows compilation. 2009-08-14 04:44:19 +00:00
ndiff Normalize the Ndiff exit codes. 2009-07-30 14:40:46 +00:00
nselib Add some more fingerprints that a commercial tool just found in an application I'm assessing. 2009-08-25 00:05:02 +00:00
scripts Print the http status along with the result, if it isn't 200 OK. This was the original behaviour, but it got lost along the way. 2009-08-23 16:58:53 +00:00
acinclude.m4
aclocal.m4
BSDmakefile Merged -r13793:HEAD from nmap-exp/dev/nmap branch now that we're opening up trunk development 2009-06-29 23:48:19 +00:00
CHANGELOG o There is a new OS detection pseudo-test, SCAN.DC, which records how 2009-08-23 23:58:28 +00:00
charpool.cc Suggest that people send patches to nmap-dev rather than to me directly 2009-04-15 00:37:03 +00:00
charpool.h Suggest that people send patches to nmap-dev rather than to me directly 2009-04-15 00:37:03 +00:00
config.guess Update config.sub and config.guess from 2009-08-19 01:16:21 +00:00
config.sub Update config.sub and config.guess from 2009-08-19 01:16:21 +00:00
configure Fixing typo in libdnet ./configure notice. 2009-08-09 12:09:46 +00:00
configure.ac Fixing typo in libdnet ./configure notice. 2009-08-09 12:09:46 +00:00
COPYING Suggest that people send patches to nmap-dev rather than to me directly 2009-04-15 00:37:03 +00:00
COPYING.OpenSSL
depcomp
FingerPrintResults.cc Suggest that people send patches to nmap-dev rather than to me directly 2009-04-15 00:37:03 +00:00
FingerPrintResults.h Suggest that people send patches to nmap-dev rather than to me directly 2009-04-15 00:37:03 +00:00
global_structures.h o Added initial SCTP port scanning support to Nmap. SCTP is 2009-06-03 23:15:45 +00:00
HACKING
idle_scan.cc Apply a patch by Dmitry Levin that uses a network interface's full name, 2009-07-27 19:01:58 +00:00
idle_scan.h Suggest that people send patches to nmap-dev rather than to me directly 2009-04-15 00:37:03 +00:00
INSTALL
ltmain.sh Update ltmain.sh to version 2.2.6 for libdnet. 2009-08-07 17:42:12 +00:00
MACLookup.cc Updated uses of the ctype function to support explict casting of the arguments 2009-08-06 15:10:00 +00:00
MACLookup.h Suggest that people send patches to nmap-dev rather than to me directly 2009-04-15 00:37:03 +00:00
main.cc Signal handling fixes: fixed nbase configure to actually set HAVE_SIGNAL 2009-08-13 21:54:55 +00:00
Makefile.in Add the nmap.get_ssl_certificate NSE function, which returns the peer 2009-08-13 23:32:33 +00:00
missing
nmap-header-template.cc Remove a stray trailing space from nmap-header-template.cc. 2009-08-19 21:05:21 +00:00
nmap-mac-prefixes generate latest nmap-mac-prefix from 7/18/09 IEEE oui.txt 2009-07-19 06:26:07 +00:00
nmap-os-db Slightly expand an OS fingerprint based on a followup report. 2009-07-21 14:01:15 +00:00
nmap-protocols
nmap-rpc
nmap-service-probes Add a service probe for DNS-based service discovery (DNS-SD). See 2009-08-18 19:00:59 +00:00
nmap-services update Nmap version number to 4.90RC1, rebuild generated files, except for man pages which are problematic at the moment 2009-07-08 22:32:49 +00:00
nmap.cc Fix an array bound passed to GetModuleFileName. It should be the size of 2009-08-24 20:57:32 +00:00
nmap.h Signal handling fixes: fixed nbase configure to actually set HAVE_SIGNAL 2009-08-13 21:54:55 +00:00
nmap.spec.in Add openssl argument for specifying openssl location in ./configure line 2009-06-11 07:04:34 +00:00
nmap_amigaos.h Suggest that people send patches to nmap-dev rather than to me directly 2009-04-15 00:37:03 +00:00
nmap_config.h.in remove PCAP_TIMEOUT_IGNORED define since it isn't used anywhere currently 2009-05-20 21:15:37 +00:00
nmap_dns.cc Updated uses of the ctype function to support explict casting of the arguments 2009-08-06 15:10:00 +00:00
nmap_dns.h Suggest that people send patches to nmap-dev rather than to me directly 2009-04-15 00:37:03 +00:00
nmap_error.cc Suggest that people send patches to nmap-dev rather than to me directly 2009-04-15 00:37:03 +00:00
nmap_error.h Suggest that people send patches to nmap-dev rather than to me directly 2009-04-15 00:37:03 +00:00
nmap_rpc.cc Replaced nmap's hex dump functions with new hexdump() included in nbase. Before 2009-08-25 18:09:19 +00:00
nmap_rpc.h Suggest that people send patches to nmap-dev rather than to me directly 2009-04-15 00:37:03 +00:00
nmap_tty.cc Suggest that people send patches to nmap-dev rather than to me directly 2009-04-15 00:37:03 +00:00
nmap_tty.h Suggest that people send patches to nmap-dev rather than to me directly 2009-04-15 00:37:03 +00:00
nmap_winconfig.h Suggest that people send patches to nmap-dev rather than to me directly 2009-04-15 00:37:03 +00:00
NmapOps.cc Use logical rather than bitwise or in NmapOps::RawScan to avoid a compiler 2009-07-20 23:06:26 +00:00
NmapOps.h Rename the o.pingscan variable to o.noportscan to reflect its true 2009-07-17 01:02:57 +00:00
NmapOutputTable.cc Suggest that people send patches to nmap-dev rather than to me directly 2009-04-15 00:37:03 +00:00
NmapOutputTable.h Suggest that people send patches to nmap-dev rather than to me directly 2009-04-15 00:37:03 +00:00
nse_binlib.cc Updated uses of the ctype function to support explict casting of the arguments 2009-08-06 15:10:00 +00:00
nse_binlib.h
nse_bit.cc Corrected many #includes for header files (where they are included). 2009-03-10 05:56:10 +00:00
nse_bit.h Corrected many #includes for header files (where they are included). 2009-03-10 05:56:10 +00:00
nse_debug.cc Corrected many #includes for header files (where they are included). 2009-03-10 05:56:10 +00:00
nse_debug.h Corrected many #includes for header files (where they are included). 2009-03-10 05:56:10 +00:00
nse_fs.cc [NSE] Applied change to remove the old nse_macros.h header file. 2009-06-07 01:25:53 +00:00
nse_fs.h [NSE] Applied change to remove the old nse_macros.h header file. 2009-06-07 01:25:53 +00:00
nse_main.cc Removed two functions no longer being used. 2009-07-15 08:53:19 +00:00
nse_main.h [NSE] Patch to move the call NSE_SELECTED_BY_NAME to nse_main.cc for 2009-07-14 22:41:25 +00:00
nse_main.lua [NSE] Patch to nse_main.lua to print out all active scripts (running & waiting) 2009-08-20 00:36:49 +00:00
nse_nmaplib.cc Check the stack size before moving elements to the thread. 2009-08-11 05:56:10 +00:00
nse_nmaplib.h Merge of nse-lua (nse-lua-merge) minus most enchancements that were 2009-04-05 06:01:27 +00:00
nse_nsock.cc Avoid dereferencing a NULL key in l_nsock_ncap_close. 2009-08-24 21:18:26 +00:00
nse_nsock.h Make some changes to nse_ssl_cert.cc for Windows compilation. 2009-08-14 04:44:19 +00:00
nse_openssl.cc Corrected many #includes for header files (where they are included). 2009-03-10 05:56:10 +00:00
nse_openssl.h Corrected many #includes for header files (where they are included). 2009-03-10 05:56:10 +00:00
nse_pcrelib.cc Fix a memory leak in nse_pcrelib.cc. A string was being copied with 2009-07-23 02:59:57 +00:00
nse_pcrelib.h
nse_ssl_cert.cc Remove the const qualifier from the SSL pointer returned from 2009-08-19 16:33:11 +00:00
nse_ssl_cert.h Add the nmap.get_ssl_certificate NSE function, which returns the peer 2009-08-13 23:32:33 +00:00
osscan.cc Fix a typo in parse_fingerprint_file; after calling strpbrk we need to 2009-08-24 21:25:06 +00:00
osscan.h o There is a new OS detection pseudo-test, SCAN.DC, which records how 2009-08-23 23:58:28 +00:00
osscan2.cc o There is a new OS detection pseudo-test, SCAN.DC, which records how 2009-08-23 23:58:28 +00:00
osscan2.h Suggest that people send patches to nmap-dev rather than to me directly 2009-04-15 00:37:03 +00:00
output.cc In xml_convert, handle the case when repl is the empty string on the 2009-08-24 18:10:12 +00:00
output.h o Added initial SCTP port scanning support to Nmap. SCTP is 2009-06-03 23:15:45 +00:00
payload.cc Allow doing --data-length 0. That's the documented way to turn off UDP 2009-08-19 17:52:23 +00:00
payload.h Modified UDP-payload-related code to make it independent of the NmapOps class so it can be reused by other apps like Nping. More info at http://seclists.org/nmap-dev/2009/q3/0051.html 2009-07-07 18:21:30 +00:00
portlist.cc o Added initial SCTP port scanning support to Nmap. SCTP is 2009-06-03 23:15:45 +00:00
portlist.h Remove unused defines in portlist.h: 2009-06-06 01:31:58 +00:00
portreasons.cc o Added initial SCTP port scanning support to Nmap. SCTP is 2009-06-03 23:15:45 +00:00
portreasons.h o Added initial SCTP port scanning support to Nmap. SCTP is 2009-06-03 23:15:45 +00:00
protocols.cc Updated uses of the ctype function to support explict casting of the arguments 2009-08-06 15:10:00 +00:00
protocols.h o Added initial SCTP port scanning support to Nmap. SCTP is 2009-06-03 23:15:45 +00:00
README-WIN32
scan_engine.cc Replaced nmap's hex dump functions with new hexdump() included in nbase. Before 2009-08-25 18:09:19 +00:00
scan_engine.h o Added initial SCTP port scanning support to Nmap. SCTP is 2009-06-03 23:15:45 +00:00
service_scan.cc Add a check against svc->probe_matched being NULL before doing a string 2009-08-24 21:14:51 +00:00
service_scan.h Suggest that people send patches to nmap-dev rather than to me directly 2009-04-15 00:37:03 +00:00
services.cc Updated uses of the ctype function to support explict casting of the arguments 2009-08-06 15:10:00 +00:00
services.h o Added initial SCTP port scanning support to Nmap. SCTP is 2009-06-03 23:15:45 +00:00
shtool
Target.cc Updated uses of the ctype function to support explict casting of the arguments 2009-08-06 15:10:00 +00:00
Target.h o There is a new OS detection pseudo-test, SCAN.DC, which records how 2009-08-23 23:58:28 +00:00
TargetGroup.cc Updated uses of the ctype function to support explict casting of the arguments 2009-08-06 15:10:00 +00:00
TargetGroup.h Suggest that people send patches to nmap-dev rather than to me directly 2009-04-15 00:37:03 +00:00
targets.cc Include traceroute in NmapOps::RawScan. 2009-07-17 23:41:08 +00:00
targets.h o Added initial SCTP port scanning support to Nmap. SCTP is 2009-06-03 23:15:45 +00:00
tcpip.cc Replaced nmap's hex dump functions with new hexdump() included in nbase. Before 2009-08-25 18:09:19 +00:00
tcpip.h o Added initial SCTP port scanning support to Nmap. SCTP is 2009-06-03 23:15:45 +00:00
timing.cc Suggest that people send patches to nmap-dev rather than to me directly 2009-04-15 00:37:03 +00:00
timing.h Suggest that people send patches to nmap-dev rather than to me directly 2009-04-15 00:37:03 +00:00
traceroute.cc o There is a new OS detection pseudo-test, SCAN.DC, which records how 2009-08-23 23:58:28 +00:00
traceroute.h Make the TraceGroup::consolidateHops method const. 2009-08-21 01:06:49 +00:00
utils.cc Replaced nmap's hex dump functions with new hexdump() included in nbase. Before 2009-08-25 18:09:19 +00:00
utils.h Replaced nmap's hex dump functions with new hexdump() included in nbase. Before 2009-08-25 18:09:19 +00:00
zenmap.spec.in Cope with not having the pysqlite2 or sqlite3 modules in Zenmap by 2009-06-12 22:34:50 +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 ).