mirror of
https://github.com/nmap/nmap.git
synced 2026-02-02 19:49:11 +00:00
Updates execution rule to include alternate ports. Closes #1565
This commit is contained in:
@@ -65,7 +65,7 @@ dependencies = {"mongodb-brute"}
|
||||
|
||||
local arg_db = stdnse.get_script_args(SCRIPT_NAME .. ".db") or "admin"
|
||||
|
||||
portrule = shortport.port_or_service({27017}, {"mongodb"})
|
||||
portrule = shortport.port_or_service({27017}, {"mongodb", "mongod"})
|
||||
|
||||
function action(host,port)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user