mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +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:
parent
71439bcfac
commit
97a22758f6
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue