Nmap - the Network Mapper. Github mirror of official SVN repository. https://svn.nmap.org/
Find a file
david 8a8be1e9f9 Revision of telnet-brute by nnposter.
http://seclists.org/nmap-dev/2013/q2/101

- Changed line termination from \r\0 to \r\n.

- Changed response to the telnet server ECHO "will" / "will not" from
  outright "do not" to an agreement with whatever the server proposes
  to make the script work with some daemons.

- Removed use of receive_lines(), which was causing either time-outs or
  unnecessary connection tear-downs due to waiting on a line
  termination. This change improved the script success rate and/or
  performance (5x in some cases).

- Exposed the connection time-out value as a configurable parameter
  (telnet-brute.timeout). It defaults to 5s.

- Improved handling of connection errors, which were occassionally
  causing credential combinations to be skipped.

- Updated the logged-in status detection logic to make the script work
  with some daemons.

- Avoided overlapping connections to make the script work with daemons
  that allow only one connection at a time.

- Replaced a locally defined routine with stdnse.string_or_blank() for
  printing out credentials. Changed printing of tested credentials in
  the debug output to be consistent with script results.

- Script will now report if it senses password-only authentication.

- Implemented detailed debug messages (e.g. "Sending password") at
  debug level 3 (configurable).

- Expanded the script documentation.
2013-04-26 05:23:12 +00:00
docs Put a link to the nmap-fo.xsl github. 2013-01-21 04:36:07 +00:00
libdnet-stripped Handle AppleTalk devices 2013-02-14 23:32:52 +00:00
liblinear Use the default value of MultiThreadedDLL where possible. 2013-02-09 20:30:01 +00:00
liblua Use the default value of MultiThreadedDLL where possible. 2013-02-09 20:30:01 +00:00
libnetutil Merge r30175-176 from nmap-npingchanges: Add support for Node Information queries in print(). Also, add the ability to pass u64 to setNonce() 2013-03-29 18:19:09 +00:00
libpcap
libpcre Use the default value of MultiThreadedDLL where possible. 2013-02-09 20:30:01 +00:00
macosx
mswin32 Use /out instead of /log in command-line Windows build. 2013-03-01 05:09:39 +00:00
nbase Merge r30177 from nmap-npingchanges: Add function to generate random 64-bit unsigned integers 2013-04-12 17:29:09 +00:00
ncat Fix signed/unsigned confusion in subprocess_thread_func. 2013-03-02 08:32:28 +00:00
ndiff Performance improvement. 2012-12-23 08:35:32 +00:00
nmap-update Move libsvn and libapr installation to /nmap-mswin32-aux/libsvn-upgrade.txt. 2012-10-03 05:18:28 +00:00
nping Fix another outError → nping_warning. 2013-04-12 17:29:28 +00:00
nselib -Adds digest support to basic login method. 2013-04-12 17:29:26 +00:00
nsock Removed our copy of mkstr, which has been moved to nbase. 2013-04-22 19:37:03 +00:00
scripts Revision of telnet-brute by nnposter. 2013-04-26 05:23:12 +00:00
todo Added a TODO entry for socks5 support. 2013-04-22 19:34:34 +00:00
zenmap Regen po files. 2013-04-12 17:29:35 +00:00
acinclude.m4 Don't use exit in PCAP_IS_SUITABLE. 2012-09-08 19:44:24 +00:00
aclocal.m4 Regen with Autoconf 2.68 and aclocal 1.11.6. 2012-09-19 16:41:35 +00:00
BSDmakefile
CHANGELOG Revision of telnet-brute by nnposter. 2013-04-26 05:23:12 +00:00
charpool.cc Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
charpool.h Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
config.guess
config.sub
configure Latest auto-generated files in prep for upcoming 6.20BETA1 release 2012-11-16 00:54:16 +00:00
configure.ac Correcly append to CXXFLAGS with --with-localdirs. 2012-10-06 20:23:05 +00:00
COPYING Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
depcomp
FingerPrintResults.cc Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
FingerPrintResults.h Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
FPEngine.cc Let FPEngine use nsock proxy chains. 2013-04-22 19:33:22 +00:00
FPEngine.h Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
FPModel.cc Process latest IPv6 OS submissions. 2012-11-06 05:52:40 +00:00
global_structures.h Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
HACKING Update some mailing list references. 2012-12-06 02:34:28 +00:00
idle_scan.cc Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
idle_scan.h Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
INSTALL
ltmain.sh
MACLookup.cc Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
MACLookup.h Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
main.cc NMAP_ARGS typo. 2013-01-08 04:28:01 +00:00
Makefile.in Remove http-robtex-reverse-ip script because it pretty much does the same thing as our newer hostmap-robtex 2013-04-12 17:29:24 +00:00
missing
nmap-header-template.cc Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
nmap-mac-prefixes
nmap-os-db Add IE lines to two OS fingerprint missing them. 2013-04-20 04:16:41 +00:00
nmap-payloads Add payload, probe, and matchline for svrloc 2013-03-04 19:06:53 +00:00
nmap-protocols Update nmap-protocols from IANA (5 additions) 2013-04-12 17:29:18 +00:00
nmap-rpc Update some more headers. 2012-12-06 02:25:46 +00:00
nmap-service-probes Add match line for IneoQuest Video Diagnostic device/software HTTP server 2013-03-09 20:56:32 +00:00
nmap-services Regenerate this file to include Windows WS-Management ports and also pulseaudio 2012-11-07 21:34:43 +00:00
nmap.cc Added a --proxy option as an alias of --proxies as I'm getting tired of always 2013-04-22 19:33:44 +00:00
nmap.h Remove vestiges of nsp_settrace. 2013-01-22 23:40:16 +00:00
nmap.spec.in
nmap_amigaos.h Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
nmap_config.h.in Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
nmap_dns.cc Assert that we are dealing with IPv4 targets in reverse DNS. 2013-04-22 21:56:08 +00:00
nmap_dns.h Use more automatic memory management in nmap_dns.cc. 2013-01-25 06:26:23 +00:00
nmap_error.cc Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
nmap_error.h Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
nmap_tty.cc Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
nmap_tty.h Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
nmap_winconfig.h Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
NmapOps.cc Use the new API that nsock provides for proxychain parsing/handling. 2013-04-22 19:29:50 +00:00
NmapOps.h Use the new API that nsock provides for proxychain parsing/handling. 2013-04-22 19:29:50 +00:00
NmapOutputTable.cc Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
NmapOutputTable.h Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
nse_binlib.cc
nse_binlib.h
nse_bit.cc
nse_bit.h
nse_debug.cc
nse_debug.h
nse_dnet.cc Move win32_fatal_raw_sockets out of nmap_raw_socket. 2012-10-31 17:00:55 +00:00
nse_dnet.h
nse_fs.cc Applied a patch provided by jah that solves a problem with includes on windows. 2012-07-21 13:08:34 +00:00
nse_fs.h
nse_main.cc Renamed nmap_fileexistsandisreadable() by file_is_readable(). Former was 2012-10-20 15:00:10 +00:00
nse_main.h Handle NSE-returned strings with null characters 2012-08-17 20:14:44 +00:00
nse_main.lua Include the targetname if possible in NSE diagnostic messages. 2013-02-07 23:26:18 +00:00
nse_nmaplib.cc Make the catch function yieldable. 2012-11-23 03:50:17 +00:00
nse_nmaplib.h Remove references to obsolete stdnse.c library. 2012-08-08 19:21:44 +00:00
nse_nsock.cc Made NSE use proxychains too. 2013-04-22 19:35:42 +00:00
nse_nsock.h
nse_openssl.cc RC4 cipher for work Ron is doing. 2012-07-19 02:47:01 +00:00
nse_openssl.h
nse_pcrelib.cc
nse_pcrelib.h
nse_ssl_cert.cc Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
nse_ssl_cert.h Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
nse_utility.cc Add an nseU_opttarget function. 2012-09-15 17:56:17 +00:00
nse_utility.h Use a HAVE_STDINT_H guard. 2013-02-09 22:46:47 +00:00
osscan.cc Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
osscan.h Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
osscan2.cc Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
osscan2.h Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
output.cc Restore empty rpc_info field to gnmap port output from r29619. 2013-04-17 22:48:31 +00:00
output.h Merged nsock-logging from nmap-exp/henri/nsock-logging/ 2012-12-15 10:59:30 +00:00
payload.cc Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
payload.h Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
portlist.cc Make PortList::mapPort return void. 2012-12-22 06:02:34 +00:00
portlist.h Make PortList::mapPort return void. 2012-12-22 06:02:34 +00:00
portreasons.cc Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
portreasons.h Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
protocols.cc Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
protocols.h Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
README-WIN32
scan_engine.cc Handle ICMP Time Exceeded messages in scan engine 2013-03-28 21:11:45 +00:00
scan_engine.h Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
service_scan.cc Added handling of the new NSE_STATUS_PROXYERROR case. 2013-04-22 19:32:36 +00:00
service_scan.h Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
services.cc Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
services.h Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
shtool
struct_ip.h Update my email address in the places which had the old one 2012-12-10 01:34:21 +00:00
Target.cc constify Target::NameIP. 2013-02-26 04:34:28 +00:00
Target.h constify Target::NameIP. 2013-02-26 04:34:28 +00:00
TargetGroup.cc Actually set the base addr in NetBlockIPv6Netmask. 2013-01-26 05:31:33 +00:00
TargetGroup.h Have NetBlock::next return the socklen. 2013-01-26 05:31:33 +00:00
targets.cc Check for an address family mismatch after parsign NetBlocks. 2013-04-22 21:56:09 +00:00
targets.h Limit the number of HostGroupState targets we will defer. 2013-02-26 03:39:25 +00:00
tcpip.cc Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
tcpip.h Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
timing.cc Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
timing.h Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
traceroute.cc Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
traceroute.h Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
utils.cc Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
utils.h Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
xml.cc Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
xml.h Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +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 ).