mirror of
https://github.com/nmap/nmap.git
synced 2025-12-27 09:59:04 +00:00
membase-http-info updated to reflect new server header found in current versions of the Couchbase HTTP admin port. Explanation email sent to list.
This commit is contained in:
@@ -86,7 +86,7 @@ local function cmdReq(host, port, url, result)
|
||||
end
|
||||
|
||||
if ( response.header['server'] and
|
||||
not(response.header['server']:match("^Membase Server")) ) then
|
||||
not( response.header['server']:match("^Couchbase Server") or response.header['server']:match("^Membase Server") ) ) then
|
||||
return false
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user