mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Updated the redis scripts portrules.
This commit is contained in:
parent
4f5be9bfab
commit
1cb2aba30f
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue