1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-20 14:39:02 +00:00
Commit Graph

2406 Commits

Author SHA1 Message Date
david
57fc9a5545 Add ipv6-node-info. 2011-10-29 19:40:21 +00:00
david
622e2e08a7 Standardize on ip6_nhdr in packet.lua.
Some places were using ip6_nxt_hdr and some were using ip6_nhdr.
ip6_nhdr seemed to be the prevailing usage.
2011-10-29 19:40:14 +00:00
tomsellers
bca60ba8de Added support for LDAP substring searches to ldap.lua. These can now be performed alone or in conjunction with other LDAP query types.
Added a new quick filter (qfilter) to ldap-search.nse that allows the user to specify, on the command line, an attribute and corresponding value to search the LDAP directory for.  The use of the asterisk '*' as a wildcard is permitted in the value parameter.

Updated asn1.lua with some minor notes on a hex value that was used.
2011-10-29 10:18:52 +00:00
patrik
05187ede6f o [NSE] Added the script irc-brute that performs password guessing against
password protected IRC servers. [Patrik]
2011-10-26 21:55:35 +00:00
patrik
1ab0544ab8 o [NSE] Added the script nessus-brute that performs password guessing against
Nessus using the NTP 1.2 protocol. [Patrik]
2011-10-26 21:45:33 +00:00
patrik
0270368e69 o [NSE] Added the scripts rtsp-url-brute, rtsp-methods and the supporting rtsp
library. The scripts check the supported RTSP methods and attempt to brute
  force valid RTSP urls. [Patrik]
2011-10-26 21:36:37 +00:00
patrik
c9888b6596 o [NSE] Added the http-robtex-reverse-ip script that uses the Robtex service to
perform a reverse lookup in order to discover all names associated with the
  IP. [riemann]
2011-10-26 20:52:56 +00:00
patrik
c055b316b0 o [NSE] Updated script.db to correct some of the category changes made
previously and to remove the accidental addition of non-existing snmp-brute2
  script. [Patrik]
2011-10-26 20:40:54 +00:00
patrik
3d01895e83 o [NSE] Added the missing broadcast category to the broadcast-listener script.
[Jason DePriest]
2011-10-24 16:21:59 +00:00
patrik
2e8519fd6a o [NSE] Made changes to the categories of the following scripts. Their new
categories are:
    - http-userdir-enum.nse (auth,intrusive)
    - mysql-users.nse (auth,intrusive)
    - http-wordpress-enum.nse (auth,intrusive,vuln)
    - krb5-enum-users.nse (auth,intrusive)
    - snmp-win32-users.nse (default,auth,safe)
    - smtp-enum-users.nse (auth,external,intrusive)
    - ncp-enum-users.nse (auth,safe)
    - smb-enum-users.nse (auth,intrusive)
  [Duarte Silva]
2011-10-22 19:00:33 +00:00
patrik
e543894b99 Updated code style, and changed categories of http-put [Patrik] 2011-10-20 11:18:24 +00:00
patrik
b640b1f312 o [NSE] Added a new script krb5-enum-users.nse that performs user enumeration
against Kerberos. [Patrik]
2011-10-20 02:49:00 +00:00
patrik
005322c8d4 o [NSE] Added a new script http-put.nse that allows uploading of local files
to remote web servers using the HTTP PUT method. Added HTTP PUT support to
  the http library. [Patrik]
2011-10-20 02:32:51 +00:00
david
9b73f3742c Put ms-sql-dump-hashes in "auth". 2011-10-11 20:36:12 +00:00
patrik
46f499d78f o [NSE] Added ms-sql-dump-hashes, a script that dumps the MS SQL hashes in a
format suitable for offline cracking. [Patrik]
2011-10-11 06:03:45 +00:00
david
82dc72230e Set the version string in bitcoinrpc-info. 2011-10-07 23:49:48 +00:00
david
a570c434f3 Simplify. 2011-10-07 23:49:46 +00:00
david
1005f19805 Use a simpler method of getting the status.
The old way would crash if the HTTP request failed, in trying to
strsplit a nil value.
2011-10-07 23:49:45 +00:00
david
ec269ece29 Remove "http" from the bitcoinrpc-info portrule. 2011-10-07 23:49:44 +00:00
david
dc496b0d46 Omit blank values in bitcoinrpc-info. 2011-10-07 23:49:44 +00:00
david
9c30eef1dc Add bitcoinrpc-info by Toni Ruottu. 2011-10-07 23:49:43 +00:00
david
1c297f9138 Check target.ALLOW_NEW_TARGETS. 2011-10-07 09:51:10 +00:00
david
2a696bc6ef Add @output to targets-ipv6-multicast-*. 2011-10-07 09:51:09 +00:00
david
705590ef47 Include MAC and interface name in targets-ipv6-multicast-* output. 2011-10-07 09:51:08 +00:00
david
0d6da1b8d3 Use all interfaces by default in targets-ipv6-multicast-*. 2011-10-07 09:51:07 +00:00
david
9e7db09d40 Show found addresses in targets-ipv6-multicast-*.
This is similar to a patch submitted by Daniel Miller.
2011-10-07 09:51:05 +00:00
david
bc6468b246 Be more explicit about how to enable newtargets. 2011-10-07 07:51:51 +00:00
david
cf2d0b5e5c Use tab instead of manually counting spaces. 2011-10-07 07:51:50 +00:00
david
187252bc59 Rewrite some duplicated loops. 2011-10-07 07:51:50 +00:00
paulino
6e5e5cf72f Updates the script to use stdnse.get_script_args() instead of reading the arguments from the registry and removes extra commented lines. 2011-10-07 07:01:08 +00:00
david
d2b063b206 Add missing datafiles import to address-info. 2011-10-04 19:40:04 +00:00
david
15d0871a5a Add XMPP support to ssl-cert by Vasiliy Kulikov. 2011-10-04 19:32:45 +00:00
david
688bbb1baf NSEDoc for http-cors. 2011-10-04 06:22:27 +00:00
david
4e912295b1 Add http-cors.nse by Toni Ruottu. 2011-10-04 06:22:27 +00:00
david
b4c88b47de NSEDoc in ganglia-info. 2011-10-04 05:45:57 +00:00
david
9fd21a9342 Put ganglia-info in {"default", "discovery", "safe"} (was {"discovery"}). 2011-10-04 05:45:56 +00:00
david
c077cf781a Add ganglia-info.nse by Brendan Coles. 2011-10-04 05:45:54 +00:00
gorjan
506a0029dd lltd-discovery bug fix 2011-10-04 00:07:10 +00:00
david
646fb73f50 NSEDoc for tftp-enum.nse. 2011-10-03 22:17:59 +00:00
david
cedcc2a796 Remove " found" from tftp-enum output lines. 2011-10-03 22:17:58 +00:00
david
dd2a2677c5 Add tftp-enum.nse by Alexander Rudakov. 2011-10-03 22:17:57 +00:00
david
c241a91164 openlookup-info NSEDoc. 2011-10-03 21:35:31 +00:00
david
90d28b0743 Add openlookup-info.nse from Toni Ruottu. 2011-10-03 21:35:30 +00:00
gorjan
1afd9691b0 Updating the lltd-discovery with suggested patches and added to the broadcast category 2011-10-03 21:06:04 +00:00
david
859dd32a91 Add amqp-info.nse to "version". 2011-10-03 18:04:19 +00:00
david
43180f6154 Add amqp-info by Sebastian Dragomir. 2011-10-03 18:04:18 +00:00
tomsellers
1ee7305154 Small patch to jdwp-version.nse to address a corner case false positive. 2011-10-02 22:44:21 +00:00
david
73db36a5a9 o [NSE] Made http-wordpress-enum.nse able to get names of users who
have no posts. [Duarte Silva]
2011-10-01 02:02:06 +00:00
fyodor
c9d610ccea Create a new brute category for brute forcing scripts, move the *-brute scripts from auth category to brute. document it. I don't know what to do with dns-brute so I left it alone (it wasn't in auth category either) 2011-09-30 06:18:55 +00:00
fyodor
d749de55b1 renamed http-wp-enum and http-wp-plugins to http-wordpress-* for consistency with the naming of http-wordpress-brute 2011-09-30 05:49:53 +00:00