fyodor
6a9597eb7d
trivial CHANGELOG adjustment
2008-01-01 23:13:43 +00:00
fyodor
54ff0879c9
Update changelog, version numbers in prep for Nmap 4.52 release
2008-01-01 22:15:52 +00:00
kris
23040d67ac
o Fixed multiple NSE scripts that weren't always properly closing their
...
sockets. The error message was:
"bad argument #1 to 'close' (nsock expected, got no value)"
2007-12-28 07:35:51 +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
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
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
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
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
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
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
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
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
fyodor
0012ee3dee
Update CHANGELOG and version numbers for what is hoped to become 4.50
2007-12-12 10:38:52 +00:00
fyodor
6efe13409b
update CHANGELOG for 4.49RC7; spell check
2007-12-11 02:59:09 +00:00
david
a10b403d5d
Add a CHANGELOG entry for this morning's commit in zenmap (r6482):
...
o A Zenmap crash was fixed. Scanning once, then scanning another target
on the same scan tab caused an ImportError ("list index out of range")
in zenmapGUI/ScanNotebook.py. João Medeiros reported the bug. [David]
2007-12-09 23:40:10 +00:00
fyodor
f2fd851d9c
add one more changelog entry and spell check
2007-12-09 06:50:14 +00:00
fyodor
5d7dc221b8
prepare for 4.49RC6 release: update changelog and version numbers, autogenerate doc files
2007-12-09 06:46:24 +00:00
fyodor
05656f057b
update changelog and regenerate docs
2007-12-08 11:06:34 +00:00
kris
eb93c53b8b
Fixing a bug in host reason reporting: "unknown-reason" was given when a host was found to be down due to no response. Now it's correctly reported as "no-response"
2007-12-08 03:57:28 +00:00
fyodor
b6873eddb3
fix mswin32/Makefile so mswin32 zipfile properly includes nselib-bin directory. Thanks to Rob Nicholls for the report
2007-12-08 02:33:20 +00:00
fyodor
86ada5ebe0
prepare for the 4.49RC4 release -- update changelog, version numbers, and generated files
2007-12-08 00:01:07 +00:00
fyodor
b47c45f371
o Updated nmap-mac-prefixes with the latest IEEE data. Also added
...
back Cooperative Linux virtual NIC which was inadvertantly removed in
a previous release.
2007-12-04 20:29:09 +00:00
fyodor
5e50f5084a
document --script all
2007-11-29 22:52:02 +00:00
fyodor
5a24e1a0e7
fix a mistaken entry
2007-11-29 21:58:44 +00:00
fyodor
f1e76344fa
fix NSIS installer so it doesn't include some excess files. Problem reported by Alan Jones
2007-11-29 21:51:41 +00:00
kris
f556d793f4
small typo in CHANGELOG
2007-11-29 12:47:36 +00:00
fyodor
2c02714e3f
enhance radmind service detection signature and add to nmap-services; patch from Matt Selsky
2007-11-29 06:05:20 +00:00
fyodor
088f7022a4
new script from Judy Novak at Sourcefire
2007-11-28 22:09:40 +00:00
fyodor
5e7b09d6c4
adjust pcre/pcre.h fix so it actually works. needs to be below a header which includes config.h
2007-11-28 18:46:17 +00:00
fyodor
8f523c7e86
spell check
2007-11-27 23:51:38 +00:00
fyodor
76cb76a18f
NSE library directory split
2007-11-27 23:49:22 +00:00
fyodor
4640996d01
Note some recent zenmap changes
2007-11-27 22:11:42 +00:00
fyodor
1ad7bc1471
Changelog entries for 4.23RC3
2007-11-27 20:37:53 +00:00
fyodor
1192b1b2cb
trivial wording change to CHANGELOG; nmap-os-db resorted
2007-11-19 05:36:48 +00:00
fyodor
1f13e32bb9
changelog fixes
2007-11-19 05:28:09 +00:00