1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-22 15:39:03 +00:00
Commit Graph

4860 Commits

Author SHA1 Message Date
robert
3859e3dc64 Latest version number. 2010-06-07 07:05:48 +00:00
tomsellers
7ada457645 Adding match lines for two services:
Cisco Site Selector ftpd
LanSafe UPS monitoring HTTPd
2010-06-05 15:55:14 +00:00
tomsellers
76ac0f5b85 Added 3 PostgreSQL softmatch lines. Two of these lines are
are French and Spanish and are derived from the English version
as well as text from other match lines for the appropriate language.
2010-06-05 15:31:59 +00:00
robert
565d6a524d Improved anonymous ftp detection. Now supports ACCT and has improved parsing of server responses. 2010-06-05 12:37:39 +00:00
kris
3a0aa06db1 Fix a bug in qscan.nse which kept a confidence level of 0.9995 from working;
Marcin Hoffmann reported the problem.
2010-06-05 00:46:48 +00:00
david
8174849509 TODO item: check out pcap-int.h. 2010-06-04 22:51:36 +00:00
jah
722f10670a Some improvements based on a review by David: comments, less convoluted code and
a silly mistake. Also removed some length checks for Mode 7 implementation 2
data which are no longer used.
2010-06-04 10:05:32 +00:00
jah
cb879a313f Update script.db with added ntp-monlist.nse 2010-06-03 12:37:05 +00:00
jah
ab6e84b40d Added ntp-monlist discovers NTP server, peer and client hosts associated with a
scanned target by sending NTPv2 Private Mode 'monitor' and 'peers' commands to
the target.
2010-06-03 12:15:40 +00:00
jah
5bdc8cda93 ntp-monlist discovers NTP server, peer and client hosts associated with a
scanned target by sending NTPv2 Private Mode 'monitor' and 'peers' commands to
the target.
2010-06-03 12:14:15 +00:00
fyodor
a07870678f Note that an item was finished by David 2010-06-03 09:15:18 +00:00
kris
0f4a5e305c update ip_is_reserved(): 177/8 and 181/8 allocated 2010-06-02 21:24:37 +00:00
patrik
e411e35fc6 Fixed a bug that would prevent the rpcinfo script from returning any results
if the rpc program could not be matched to a name.
2010-06-01 14:09:58 +00:00
fyodor
91c95d81b2 regenerate the man pages 2010-05-28 07:14:41 +00:00
fyodor
9df063b5ba References in refguide.xml to other chapters in the book need to be shielded with <notman>. For the man page itself we need to give URLs instead. 2010-05-28 07:14:12 +00:00
fyodor
247d4ef9fb I don't think the mswin32/ARPA directory is required. At least none of our files seem to include nameser.h or tftp.h, and it compiles fine without this on my Windows 7 box. If it turns out there is some need for it, we can put it back 2010-05-28 02:06:08 +00:00
fyodor
ee15804c89 Add task related to seeing if we can get rid of (or at least upgrade) mswin32/pcap-include/pcap-int.h 2010-05-28 01:55:39 +00:00
fyodor
10a083501f Update to latest version of pcap include files from the official pcap developer pack version 4.1.1 (http://www.winpcap.org/install/bin/WpdPack_4_1_1.zip) include directory. Keeping pcap-int.h for now as we currently need it for compilation, though it seems a bit sketchy. I'm going to add a TODO task related to that 2010-05-28 01:50:37 +00:00
fyodor
bb100f1bbc Moved Gnuc.h from mswin32/pcap-include to nbase, since it is a portability file for Windows and I don't think it is really related to pcap (at least it isn't included in 4.1.1 official Pcap developer pack 2010-05-28 01:42:14 +00:00
fyodor
bdc508db04 Add entry about source port setting problem 2010-05-27 22:38:16 +00:00
luis
5edaabd200 Added a note on payload spec in ARP mode. I thought it was possible to do it already, but apparently it's not. 2010-05-27 19:57:01 +00:00
luis
20599d15b7 Added a note about Nping's behaviour when doing --traceroute. this is something that needs to be discussed 2010-05-27 19:36:22 +00:00
luis
3db9bc3b7c Added to-do item about documentation for the new possible time specification, implemented by David 2010-05-27 09:48:06 +00:00
fyodor
54313a53af Change --webxml nmap.xsl stylesheet location from http://nmap.org/data/nmap.xsl to http://nmap.org/svn/docs/nmap.xsl. The former just redirected to the latter anyway. Maybe it would be better to just use http://nmap.org/nmap.xsl and make that a symlink to the appropriate place. Oh well, I think this is fine for now. 2010-05-27 02:28:40 +00:00
david
38019ded5c o [libpcap] Added a --disable-packet-ring option to force the use of
an older, slower packet capture mechanism on Linux. Before Linux
  2.6.27, the packet ring mechanism uses different-sized kernel
  structures on 32- and 64-bit architectures, so a 32-bit program will
  not run correctly on a 64-bit kernel. The older mechanism does not
  have this flaw.
2010-05-26 20:43:09 +00:00
fyodor
1fe9546cfc Some updates from chat w/David 2010-05-26 17:16:39 +00:00
david
aae22b340e Update the description of UDP payloads to point to a new section on
nmap-payloads instead of referring to payload.cc.
2010-05-26 05:20:12 +00:00
djalal
75e6d4d5e1 C modules added to NSE must be included in the list of standard libraries in nse_main.cc 2010-05-26 01:43:23 +00:00
david
44d29adaa9 Add a serialnumberd match line that contains a host name, contributed by
Samuel Benson.
2010-05-25 19:00:31 +00:00
david
7b1a1d46f8 Add nmap-payloads to the Windows build. 2010-05-25 18:51:44 +00:00
david
0760591a8f Remove <netinet/in.h> include from payload.cc. It doesn't seem to be required
and it was breaking Windows compilation.
2010-05-25 18:39:50 +00:00
david
4118427819 Fix two discrepancies in the nmap-payloads compared to old payload.cc:
Remove port 222 from the RIP probe and add 44400 to the Quake 3.
2010-05-25 18:35:48 +00:00
david
79a66bf313 Normalize formatting in nmap-payloads. 2010-05-25 18:32:17 +00:00
david
fe8a7cf991 Add copyright header to nmap-payloads, expand on the format
documentation. Set the "Id" keyword on the file.
2010-05-25 18:13:30 +00:00
david
acba4356c4 Make it a warning, not a fatal error, when nmap-payloads can't be found. 2010-05-25 17:58:28 +00:00
david
ed8a04b5a7 Adjust whitespace, order, scoping in payload.cc. 2010-05-25 17:51:03 +00:00
david
4a9558288d Re-add the serialnumberd probe to the new nmap-payloads file. 2010-05-25 17:44:15 +00:00
david
994da96f9c Merge Jay Fink's patch that puts UDP payloads in an external data file
instead of being hard-coded in payloads.cc. This is the patch from
http://seclists.org/nmap-dev/2010/q2/497.
2010-05-25 17:38:23 +00:00
fyodor
32e6b837cb Small updates to copyright headers in some files which don't have the headers automatically replaced 2010-05-24 23:52:34 +00:00
david
27c0be76d7 Add a UDP payload corresponding to the serialnumberd probe. Document
serialnumberd stuff in CHANGELOG.
2010-05-24 19:21:33 +00:00
david
6a0bba72e1 Add a probe and matchline for Mac OS X Server serialnumberd, submitted
by Patrik Karlsson.
2010-05-24 19:15:53 +00:00
david
d863e73c36 Document the new XML output processing merged in r17300 in CHANGELOG. 2010-05-24 19:02:47 +00:00
david
238e0107f5 Fix the XML stylesheet processing instruction. It read "test/xsl"
instead of "text/xsl". This was reported by Grant Bartlett.
2010-05-24 18:56:39 +00:00
david
25c56e7fa0 Fix a couple of errors in nmap-os-db caused by erroneous string
replacement. This patch is from James Cook.
2010-05-24 16:36:31 +00:00
fyodor
fb943a04f6 Move some script description text out of the script output section and into the user summary 2010-05-24 03:21:49 +00:00
fyodor
4eceddebb3 Add script idea for vulnscan based on detected os/versions 2010-05-23 21:47:07 +00:00
fyodor
d5de7d8f1b Add a small portability feature to the libpcap which comes with Nmap 2010-05-23 21:24:53 +00:00
luis
826d193bcb Fixed a couple of trivial errors 2010-05-23 17:42:44 +00:00
kris
15ae5ba5b2 Update the comment for ip_is_reserved(). An old comment (ca 2001, r1152)
says that the function could be outdated if IANA keeps assigning IP ranges,
but I update this function many times per year (usually consisting of more
than one IP block per update).  So in case I somehow slack on my unofficial
job of updating this function, I note that it needs frequent attention.
2010-05-21 16:42:54 +00:00
luis
cf2cdea42c Rewritten the TODO item added in r17620. The problem must be that I was using nping through a VPN connection. It still crashes when sport==dport, but that does not happen when using it through a regular inet connection 2010-05-21 10:59:00 +00:00