1
0
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:
henri
2014-01-30 18:35:21 +00:00
parent 4f5be9bfab
commit 1cb2aba30f
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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