doug
a7ebc33b1b
Moved BIND match line above a "catch all" line.
...
Thanks to Kris for spotting this.
2007-12-23 21:23:09 +00:00
fyodor
f3d9c4093e
o Fixed Nmap Winpcap installer to use CurrentVersion registry key on
...
Windows rather than VersionNumber to more reliably detect Vista
machines. This should prevent the XP version of Packet.dll from
being installed on Vista. [Rob Nicholls]
2007-12-23 06:25:35 +00:00
fyodor
d1fd7cd43a
remove duplicate crediting in an entry
2007-12-22 19:09:55 +00:00
kris
c7dd124fef
updating rpcinfo.nse to use nmap.fetchfile() instead of having the huge RPC table
2007-12-22 07:00:27 +00:00
kris
1dd2fa821d
adding nmap.fetchfile() function so scripts can find the nmap-* data files
2007-12-22 06:56:22 +00:00
fyodor
8220c8a42f
update copyright line at the top of files from 1996-2006 to 1996-2008
2007-12-22 06:32:03 +00:00
fyodor
72e86790cb
update some links
2007-12-22 03:26:59 +00:00
fyodor
74a790baab
fix version number
2007-12-22 02:17:42 +00:00
fyodor
e26237bb38
Update changelog and version numbers in preparation for 4.51BETA release
2007-12-22 02:08:01 +00:00
fyodor
775563acef
o Fixed Winpcap installer to install the right version of Packet.dll
...
on Windows Vista. [Fyodor]
2007-12-22 01:01:42 +00:00
kris
0e07f047a1
Fixing build problem on Mac OS X; my mistake (typo)
2007-12-21 20:40:30 +00:00
fyodor
0d7496cc3e
o Fixed our Winpcap installer so that it waits for a Winpcap uninstall
...
(if needed) to complete before trying to install the new Winpcap.
Thanks to Jah for the patch.
2007-12-21 03:51:44 +00:00
fyodor
09512ff092
o Fix a bunch of warning/error messages which contained an extra
...
newline. Thanks to Brandon Enright for the patch.
2007-12-21 03:38:04 +00:00
fyodor
c0bd7ac21b
remove claim that using -v more than twice has no extra effect
2007-12-21 03:24:10 +00:00
fyodor
aa496f2016
improve nginx detection. patch from Sven Klemm. See http://seclists.org/nmap-dev/2007/q4/0682.html
2007-12-21 01:18:17 +00:00
fyodor
de9a7e8215
Added rpcinfo.nse script, which contacts a listening RPC portmapper
...
and reports the listening services and port information (like
rpcinfo -p does). The script was written by Sven Klemm. Fyodor
then enhanced the RPC number list with all of the entries from
nmap-rpc.
2007-12-20 23:13:07 +00:00
fyodor
5a331d5fd1
remove a duplicate for rpc number 536870916, userd or vtsk. I kept vksd though without much research. I'm open to comments from people who think we should keep userd instead.
2007-12-20 23:07:11 +00:00
kris
a1654beda6
Upgrading libpcre from version 7.2 to 7.4. Tested on Linux and Windows
2007-12-20 22:24:53 +00:00
david
aa94d1e9d1
Fixed an error that showed itself on Windows when attempting to scan
...
localhost as an unprivileged user (nmap --unprivileged localhost). The
error looked like
Skipping SYN Stealth Scan against localhost (127.0.0.1) because Windows does not support scanning your own machine (localhost) this way.
Now connect scan is used instead of SYN scan.
2007-12-20 10:02:14 +00:00
david
ce9618eed8
Use the filename tag for file name extensions in zenmap.xml.
2007-12-20 08:59:17 +00:00
fyodor
c6b0418e04
sorting change, I think
2007-12-19 19:20:57 +00:00
fyodor
fba58f15e8
improve a mysql signature (suggested by Lionel Cons)
2007-12-19 17:29:10 +00:00
fyodor
09b3a80372
spell-check, add 4.50 release announcement
2007-12-19 17:27:18 +00:00
kris
a988d26982
Adding new MySQLinfo NSE script for printing MySQL server information
2007-12-19 07:23:59 +00:00
doug
87027a0193
Renamed irc-serv protocols to irc and added a couple
...
other common IRC ports.
2007-12-19 01:26:32 +00:00
kris
259287136e
Add CHANGELOG entry for r6558: "Fix Zenmap crash when selecting Help from the Compare Results window. Path wasn't imported"
2007-12-17 19:11:51 +00:00
kris
d6bdd5e58e
adding CHANGELOG entry for r6529 (robots.nse output fix)
2007-12-16 21:41:21 +00:00
doug
c7e7cb38b2
I've seen "OpenBSD identd" on a linux box so I
...
removed the o/OpenBSD/
2007-12-16 00:14:07 +00:00
doug
edb0e218ec
s modifiers added to many match lines.
...
Suggested by Lionel Cons.
2007-12-16 00:11:53 +00:00
doug
939b94a322
Updated the IRC server info script to handle services
...
named irc-serv as well as just irc because this name
is present in nmap-services.
2007-12-15 23:47:31 +00:00
doug
48f70dab55
Changed some protocol names to remove trailing
...
d's where it could be confusing. Thanks to Lionel Cons
for the suggestion.
2007-12-15 23:34:47 +00:00
david
b131ed23fa
Fix the message printed when a host is skipped, for example on Windows when
...
attempting to scan localhost. It used to look like
All 0 scanned ports on 127.0.0.1 are
("Are what?") Now it looks like
0 ports scanned on 127.0.0.1
2007-12-14 09:53:42 +00:00
david
c517a80acd
Use just PAGE_READWRITE, not PAGE_READONLY | PAGE_READWRITE in the call to
...
CreateFileMapping in utils.cc. The combination of two flags was illegal, and
caused a crash that looks like
..\utils.cc(996): CreateFileMapping(), file 'testresume', length 103,
mflags 000
00006: The parameter is incorrect.
(87)
The crash could be caused by resuming a scan with --resume on Windows.
2007-12-14 09:06:45 +00:00
david
ecbf4d785b
Give credit for some recent CHANGELOG entries.
2007-12-14 08:43:20 +00:00
david
94b9eacedd
Document Zenmap r6539 in CHANGELOG.
...
o Zenmap uses -PN now instead of -P0. -P0 is still supported but -PN is
recommended to avoid confusion with the -PO (protocol ping) option.
2007-12-14 08:41:48 +00:00
david
29109de637
Consider Windows paths starting with \ absolute when used with the --script option.
2007-12-14 08:33:31 +00:00
david
48dec0f9d9
Escape OS fingerprints when writing them to an XML log. OS fingerprint don't
...
currently contain any characters that need escaping, but this makes them
future-proof. This was noticed by João Medeiros.
2007-12-14 07:31:17 +00:00
david
e3ab542682
Document Zenmap r6535 in CHANGELOG.
...
o Zenmap no longer double-spaces its output (by inadvertently
duplicating newlines) when viewing scan results that were saved to a
file.
2007-12-14 06:49:17 +00:00
kris
9ae985ef59
okay, a change to r6530: the current %R and %T are being removed as colons are invalid chracters in Windows and Mac OS X filenames (thanks to jah for pointing out the problem on Windows). What was %r and %t are now the new %R and %T. All this means is that %r and %t are gone, and %R/%T are the same as with strftime() but without colons
2007-12-14 04:04:22 +00:00
kris
2425765f4e
Adding my strftime()-like conversion extensions to the logging functions (-oA, -oX, etc). This contains a CHANGELOG entry and refguide changes which (hopefully) sum it up pretty well.
2007-12-13 21:22:57 +00:00
kris
0a6f10e4ba
recommitting my r6499: "fix robots.nse output: remove robots.txt comments on disallowed entry lines"
2007-12-13 20:18:35 +00:00
doug
2bebb8a1f4
Small bug in Polycom ViewStation match line
2007-12-12 21:02:13 +00:00
fyodor
17fc26bacd
qualify fingerprint name
2007-12-12 20:17:09 +00:00
stoiko
1b143f2c36
move the check, wheter a socket is open, before connecting it again to l_nsock_queued() - otherwise there are problems with the returned values..
2007-12-12 18:23:19 +00:00
stoiko
24cca96f14
if nse's connect is issued on an open socket, close the old connection before
...
connecting - this should prevent starvation, in case a single script opens many
connections
2007-12-12 14:00:40 +00:00
fyodor
0012ee3dee
Update CHANGELOG and version numbers for what is hoped to become 4.50
2007-12-12 10:38:52 +00:00
fyodor
707bc9a015
couldn't resist this tiny tiny change
2007-12-12 00:54:48 +00:00
fyodor
d6e89a5616
revert r6499 -- no checkins please until after the stable release unless it fixes a critical problem
2007-12-11 19:56:36 +00:00
kris
18867cf3b2
fix robots.nse output: remove robots.txt comments on disallowed entry lines
2007-12-11 16:04:00 +00:00
fyodor
927dade010
remove doctype directive so this can be used as a subdocument from larger docs
2007-12-11 10:27:36 +00:00