mirror of
https://github.com/nmap/nmap.git
synced 2025-12-13 19:29:04 +00:00
New script nje-pass-brute. See #554
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
# Nmap Changelog ($Id$); -*-text-*-
|
# 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
|
o [NSE][GH#557] Script ssl-cert-intaddr will search for private IP addresses in
|
||||||
TLS certificate fields and extensions. [Steve Benson]
|
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.
|
-- 2016-03-22 - v0.2 - Added RHOST Brute forcing.
|
||||||
|
|
||||||
author = "Soldier of Fortran"
|
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"}
|
categories = {"intrusive", "brute"}
|
||||||
|
|
||||||
portrule = shortport.port_or_service({175,2252}, "nje")
|
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-showmount.nse", categories = { "discovery", "safe", } }
|
||||||
Entry { filename = "nfs-statfs.nse", categories = { "discovery", "safe", } }
|
Entry { filename = "nfs-statfs.nse", categories = { "discovery", "safe", } }
|
||||||
Entry { filename = "nje-node-brute.nse", categories = { "brute", "intrusive", } }
|
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 = "nntp-ntlm-info.nse", categories = { "default", "discovery", "safe", } }
|
||||||
Entry { filename = "nping-brute.nse", categories = { "brute", "intrusive", } }
|
Entry { filename = "nping-brute.nse", categories = { "brute", "intrusive", } }
|
||||||
Entry { filename = "nrpe-enum.nse", categories = { "discovery", "intrusive", } }
|
Entry { filename = "nrpe-enum.nse", categories = { "discovery", "intrusive", } }
|
||||||
|
|||||||
Reference in New Issue
Block a user