1
0
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:
tomsellers
2012-07-04 15:56:48 +00:00
parent 71439bcfac
commit 97a22758f6

View File

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