1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-09 22:21:29 +00:00
Commit Graph

6629 Commits

Author SHA1 Message Date
david
d7f56c9f4c Typo. 2012-03-03 05:57:24 +00:00
david
52f0e1b0b5 Exit http-wordpress-plugins if identify_404 fails.
This is what other scripts that use identify_404 do.
2012-03-03 05:56:20 +00:00
patrik
2fa4cf467f Fixed bug in srvloc library and broadcast-novell-locate script that would make
the script fail to complete in cases where no url was returned as part of the
srvloc reply. [Patrik]
2012-03-02 23:27:18 +00:00
patrik
480e5ac605 o [NSE] Added the library rpcap and the scripts rpcap-brute and rpcap-info
which perform brute force password guessing and extract information from the
  WinPcap Remote Packet Capture daemon. [Patrik]
2012-03-02 12:39:18 +00:00
patrik
43253cea53 o [NSE] Added authentication support to MongoDB library and modified existing
scripts to support it. Added the script mongodb-brute to perform password
  brute force guessing. [Patrik]
2012-03-02 12:28:30 +00:00
david
8bd550b2fd Remove empty doc dir. 2012-03-01 22:32:11 +00:00
henri
b1086ac340 Added a --nsock-engine option to nmap, nping and ncat to enforce use of a
given nsock IO engine. [Henri]
2012-03-01 09:05:02 +00:00
fyodor
ee9b9eb0a7 Finished some small tasks 2012-03-01 09:02:16 +00:00
fyodor
1623bcfa66 Update --script-args to note that many scripts qualify their arguments with the script name, and that you can pass unqualified arguments to affect every script using that name. Also updated scripting.xml to emphasize that instead of using nmap.registry.args directly, scripts should get their arguments with stdnse.get_script_args. Regenerated the nroff too after making these changes to the source XML 2012-03-01 08:56:45 +00:00
fyodor
684f42c4ad One more adjustment to the license text. Notes that Zenmap, Ncat, and Nping use this license. Note that contributions made directly in the src repository are treated the same as those in the mailing list. 2012-03-01 06:53:35 +00:00
fyodor
e96a7b7b24 Update the headers for each code file. This updates code copyright dates to 2012, notes the awesome NSE in the list of technology, and slightly rewords the derivative works clarification 2012-03-01 06:32:23 +00:00
david
f34f783ae7 Retrain IPv6 OS model. 2012-03-01 04:49:34 +00:00
david
9723dab809 Expand a Mac OS X IPv6 class. 2012-02-28 22:17:17 +00:00
fyodor
5d45743172 note a done task and add one for the next dev release 2012-02-28 21:30:54 +00:00
tomsellers
9f4fcc4da5 [NSE] Added support to broadcast-listener for extracting address, native vlan and management IP address from CDP packets. 2012-02-25 17:18:22 +00:00
patrik
f8784f8829 o [NSE] Added the script broadcast-networker-discover that discoverer EMC
Networker servers on the LAN. [Patrik]
2012-02-25 16:06:30 +00:00
patrik
2881ec0a19 o [NSE] Added RPC Call CALLIT to the RPC library and modified UDP sockets to be
unconnected in order to support broadcast. [Patrik]
2012-02-25 15:59:41 +00:00
david
218fdea9a2 Fix an OS fingerprint copy-paste error. 2012-02-25 15:32:51 +00:00
fyodor
ce655c66b9 note some finished stuff 2012-02-25 05:09:18 +00:00
david
8d4b7a9e39 Split nmap-update into its own RPM. 2012-02-25 02:23:55 +00:00
jah
a701846023 Corrected a directory separator in the command to move intl.dll. 2012-02-24 20:28:17 +00:00
david
49c6b65a5a Fix the display of "Unknown protocol" in ippackethdrinfo.
nexthdrtoa always returns the same static buffer, so it is never NULL.
Check for an empty string instead.
2012-02-24 05:01:41 +00:00
david
c1e1a12e2c Use ip_get_data_any, not ip_get_data, in ippackethdrinfo.
The difference is that ip_get_data_any doesn't require there to be an
upper-layer header at the end of an IPv6 chain. This avoids the message
"BOGUS!  Can't parse supposed IP packet" during -sO -6 scan. The -sO
sends non–upper-layer headers, some even with empty payloads, and so
causes this situation often.
2012-02-24 05:01:41 +00:00
david
bdea1b3a9c IPv6 OS in CHANGELOG. 2012-02-23 23:11:44 +00:00
david
d63def973e Retrain IPv6 OS model from latest maintenance. 2012-02-23 23:10:37 +00:00
patrik
984ec185bd Updated documentation to reflect the changes introduced by the sslcert library
[Patrik]
2012-02-23 19:29:42 +00:00
patrik
765c5854b3 o [NSE] Added a sslcert library that gets and caches SSL certificates in the
registry. Modified the scripts ssl-cert and ssl-google-cert-catalog to take
  advantage of this change. [Patrik]
2012-02-23 19:26:37 +00:00
henri
dbda99204b Extreme nitpicking: added missing closing parentheses in comments. 2012-02-23 18:22:37 +00:00
patrik
72af4637b0 o [NSE] Added host based registry, which allows scripts to share data between
scripts scanning a specific host. [Patrik]
2012-02-22 20:03:15 +00:00
david
9157bcf03c Retrain IPv6 model with C = 100. 2012-02-22 18:10:27 +00:00
david
dfa131c51b Add CPE to IPv6 OS fignerprints. 2012-02-22 17:38:30 +00:00
david
3c2fc79f79 Small OS fingerprint expansion. 2012-02-21 23:34:43 +00:00
fyodor
d391a1af0a note some finished items 2012-02-21 19:18:00 +00:00
gorjan
4abff4189e Send a message in the debug output when the user doesn't select a Maxmind database. 2012-02-21 09:52:13 +00:00
patrik
bd2c9e01f6 o [NSE] Applied patch from Andrew Orr that fixes the recent changes in the
BitCoin protocol. [Patrik]
2012-02-20 19:12:38 +00:00
david
10add7e606 Fix some nmap-os-db typos. 2012-02-19 18:46:38 +00:00
david
a18eb720b1 45 OS corrections. 2012-02-19 18:46:37 +00:00
david
aa684a9eaf Remaining 500 OS submissions. 2012-02-19 18:11:32 +00:00
henri
889a4711ba Changed variable name from camel case to all lowercase for consistency with the naming convention. 2012-02-19 15:29:23 +00:00
patrik
8f7461b357 o [NSE] Added a Network Data Management Protocol (ndmp) library and the
scripts:
  + ndmp-version - retrieves version information
  + ndmp-fs-info - retrieves information about remote filesystems
  [Patrik]
2012-02-19 14:56:17 +00:00
patrik
13b6b01e21 o [NSE] Added the script http-vuln-cve2010-2861 to detect the Cold Fusion
CVE-2010-2861 directory traversal vulnerability. [Micah Hoffman]
2012-02-19 14:40:01 +00:00
patrik
494a935d30 Add new edns-client-subnet script and library changes to CHANGELOG 2012-02-19 14:04:31 +00:00
patrik
80e998b91f o [NSE] Added support for edns-client-subnet requests to the DNS library and
the script dns-client-subnet-scan that scans for addresses resolved from
  different subnets. [John Bond]
2012-02-19 13:22:20 +00:00
david
9e07741dba 500 OS submissions. 2012-02-19 07:57:00 +00:00
david
78dd464faa 450 OS submissions. 2012-02-19 07:56:54 +00:00
patrik
4fef5ad096 Added terminal server type and fixed a bug that would prevent the script from
completing when a type name could not be translated. [Patrik]
2012-02-17 08:48:41 +00:00
fyodor
c043db09d4 Add a todo note for fixing a Nping nping_event_handler warning 2012-02-17 03:02:38 +00:00
fyodor
e78bbe3a28 add a minor warning/error msg task for nping 2012-02-17 01:10:06 +00:00
fyodor
1b1c6c52c3 Note that verbosity level 4 and higher is the same as level 3 2012-02-17 01:04:31 +00:00
david
8c6b9ec7c4 Remove duplicate OS fingerprints strangely added in r26218.
Somehow in the process of sorting, two exact copies of a bunch of
fingerprints appeared. I went back to that revision, deleted the
duplicates, and then did a big rebase, so this deletes even those where
one of the copies had been changed in the meantime.
2012-02-16 23:47:50 +00:00