mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
New script nje-pass-brute. See #554
This commit is contained in:
parent
e647fc1f42
commit
e2d27c4b8b
3 changed files with 6 additions and 1 deletions
|
|
@ -1,5 +1,9 @@
|
|||
# Nmap Changelog ($Id$); -*-text-*-
|
||||
|
||||
o [NSE] Script nje-pass-brute brute-forces the password to a NJE node, given a
|
||||
valid RHOST and OHOST. Helpfully, nje-node-brute can now brute force both of
|
||||
those values. [Soldier of Fortran]
|
||||
|
||||
o [NSE][GH#557] Script ssl-cert-intaddr will search for private IP addresses in
|
||||
TLS certificate fields and extensions. [Steve Benson]
|
||||
|
||||
|
|
|
|||
|
|
@ -71,7 +71,7 @@ Since most systems will only have one OHOST name, it is recommended to use the
|
|||
-- 2016-03-22 - v0.2 - Added RHOST Brute forcing.
|
||||
|
||||
author = "Soldier of Fortran"
|
||||
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||
license = "Same as Nmap--See https://nmap.org/book/man-legal.html"
|
||||
categories = {"intrusive", "brute"}
|
||||
|
||||
portrule = shortport.port_or_service({175,2252}, "nje")
|
||||
|
|
|
|||
|
|
@ -368,6 +368,7 @@ Entry { filename = "nfs-ls.nse", categories = { "discovery", "safe", } }
|
|||
Entry { filename = "nfs-showmount.nse", categories = { "discovery", "safe", } }
|
||||
Entry { filename = "nfs-statfs.nse", categories = { "discovery", "safe", } }
|
||||
Entry { filename = "nje-node-brute.nse", categories = { "brute", "intrusive", } }
|
||||
Entry { filename = "nje-pass-brute.nse", categories = { "brute", "intrusive", } }
|
||||
Entry { filename = "nntp-ntlm-info.nse", categories = { "default", "discovery", "safe", } }
|
||||
Entry { filename = "nping-brute.nse", categories = { "brute", "intrusive", } }
|
||||
Entry { filename = "nrpe-enum.nse", categories = { "discovery", "intrusive", } }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue