1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-16 19:39:03 +00:00
Commit Graph

313 Commits

Author SHA1 Message Date
kris
a3a78c535b Upgrading libpcre from 7.4 to 7.6. Tested on Linux and Windows XP. 2008-02-16 20:55:50 +00:00
kris
a02bf67a70 reordering UDP port selection for Traceroute: a closed port is now chosen before an open one. 2008-02-15 19:45:34 +00:00
kris
5fa53605e6 adding UDP Scan (-sU) to Zenmap's Profile Editor and Command Wizard 2008-02-06 01:19:56 +00:00
fyodor
ce95ae92a8 trivial correction 2008-02-05 23:33:24 +00:00
fyodor
61b976a45c o Nmap now saves the target name (if any) specified on the command
line, since this can differ from the reverse DNS results.  It can be
  particularly important when doing HTTP tests against virtual hosts.
  The data can be accessed from target->HostName() from Nmap proper
  and host.targetname from NSE scripts.  The NSE HTTP library now uses
  this for the Host header.  Thanks to Sven Klemm for adding this
  useful feature.
2008-02-04 22:10:29 +00:00
kris
a919aa5470 rewriting my HTTPpasswd script to use Sven's HTTP library and to do some much-needed cleaning up. 2008-02-01 05:48:45 +00:00
fyodor
9cf7f14afe o Added NSE HTTP library which allows scripts to easily fetch URLs
with http.get_url() or create more complex requests with
  http.request().  There is also an http.get() function which takes
  components (hostname, port, and path) rather than a URL.  The
  HTTPAuth, robots, and showHTMLTitle NSE scripts have been updated to
  use this library. Sven Klemm wrote all of this code.
2008-02-01 02:47:09 +00:00
kris
c3bded55ae fixing another Zenmap bug: the --scan-delay and --max-scan-delay buttons under the Advanced tab in the Profile Editor were backwards (the buttons chose the wrong option) 2008-01-29 00:21:12 +00:00
kris
9664cd9e22 adding IPProto Ping (-PO) to Zenmap's Profile Editor 2008-01-28 23:58:20 +00:00
kris
ed143a2259 o Another Zenmap bug was fixed: ports consolidated into "extra ports"
groups are now counted and shown in the "Host Details" tab.  The
  closed, filtered and scanned port counts in this tab didn't contain
  this information before so they were usually very inaccurate. [Kris]

The "Scan Details" tab was fine.
2008-01-28 04:23:41 +00:00
kris
0c14637993 Fixing the crash David reported at http://seclists.org/nmap-dev/2007/q4/0720.html . It occurred when exiting the Profile Editor (while editing an existing profile) by clicking 'X', then editing the same profile again. Now the window that appears when clicking Cancel ('Deleting Profile') comes up when exiting with 'X'. I had to change the value returned when clicking Cancel in the 'Deleting Profile' window (which is in self.quit in ProfileEditor.py), but everything seems to work fine. If for some reason this checkin causes any problems, that's the likely culprit. 2008-01-26 23:15:42 +00:00
kris
c8f3e6a040 fixing a Zenmap crash when trying to edit or create a new profile based on an existing one when there wasn't one selected (http://seclists.org/nmap-dev/2007/q4/0680.html). Now a new Profile Editor is opened 2008-01-25 22:56:10 +00:00
kris
9be72c95d5 updating ip_is_reserved(): 14/8 is now IANA reserved 2008-01-24 06:10:47 +00:00
kris
1f88fd65de adjusting for some white-space issues in the CHANGELOG (mostly from the insecure.org/nmap -> nmap.org changes) 2008-01-24 03:18:20 +00:00
kris
c5edfb15f0 install the Zenmap man page during 'make install' 2008-01-24 01:36:01 +00:00
fyodor
29ea08eb00 Change the Nmap URL in a few more places 2008-01-17 07:36:50 +00:00
fyodor
29c912f394 URL change from http://insecure.org/nmap/* to http://nmap.org/* 2008-01-17 07:22:03 +00:00
kris
1a5657511f adding IPv6 support to RPC scan 2008-01-15 00:50:26 +00:00
fyodor
b686bc1964 We now escape newlines, carriage returns, and tabs (\n\r\t) in XML
output.  While those are allowed in XML attributes, they get
  normalized which can make formatting the output difficult for
  applications which parse Nmap XML. [Joao Medeiros, David, Fyodor]
2008-01-13 22:13:53 +00:00
fyodor
44179ae135 o Update SSLv2-support NSE script to run against more services which
are likely SSL. [Sven Klemm]
2008-01-13 04:36:27 +00:00
fyodor
7ebc1027a1 modify new radmin sigs a bit -- add vendor famatech 2008-01-13 03:36:39 +00:00
fyodor
1feef872b2 o Add Radmin remote control software probe and signatures to the Nmap
version detection DB. [Tom Sellers, Fyodor]
2008-01-13 03:33:50 +00:00
fyodor
f8be878de9 update version number and changelog in prep for upcoming 4.53 release 2008-01-12 22:39:34 +00:00
fyodor
af99ccc304 o Impoved Windows executable installer by making uninstall work better
on systems which changed the default install path.  The shortcut is
  also now deleted properly on Vista. [Rob Nicholls]
2008-01-12 22:24:00 +00:00
fyodor
980d9ddd8d o Added UPnP-info NSE script by Thomas Buchanan. It gathers
information from the UPnP service (UDP port 1900) which listens on
  many network devices such as routers, printers, and networked media
  players.
2008-01-10 22:12:11 +00:00
fyodor
8e9ca576d2 o Improved rpcinfo.nse to better sort and display available RPC
services. [Sven Klemm]
2008-01-06 17:12:09 +00:00
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