mirror of
https://github.com/nmap/nmap.git
synced 2025-12-15 20:29:03 +00:00
Updated the redis scripts portrules.
This commit is contained in:
@@ -27,7 +27,7 @@ license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||
categories = {"intrusive", "brute"}
|
||||
|
||||
|
||||
portrule = shortport.port_or_service(6379, "redis-server")
|
||||
portrule = shortport.port_or_service(6379, "redis")
|
||||
|
||||
local function fail(err) return ("\n ERROR: %s"):format(err) end
|
||||
|
||||
|
||||
@@ -33,7 +33,7 @@ categories = {"discovery", "safe"}
|
||||
dependencies = {"redis-brute"}
|
||||
|
||||
|
||||
portrule = shortport.port_or_service(6379, "redis-server")
|
||||
portrule = shortport.port_or_service(6379, "redis")
|
||||
|
||||
local function fail(err) return ("\n ERROR: %s"):format(err) end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user