1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-29 10:59:02 +00:00

Change hbase-region-info URL to /rs-status.

http://seclists.org/nmap-dev/2012/q3/903
This commit is contained in:
david
2012-09-18 21:22:14 +00:00
parent fe185dfc24
commit 9f0f8e33c0

View File

@@ -53,7 +53,9 @@ action = function( host, port )
local result = {}
local region_servers = {}
local uri = "/regionserver.jsp"
-- uri was previously "/regionserver.jsp". See
-- http://seclists.org/nmap-dev/2012/q3/903.
local uri = "/rs-status"
stdnse.print_debug(1, ("%s:HTTP GET %s:%s%s"):format(SCRIPT_NAME, host.targetname or host.ip, port.number, uri))
local response = http.get( host, port, uri )
stdnse.print_debug(1, ("%s: Status %s"):format(SCRIPT_NAME,response['status-line'] or "No Response"))