diff --git a/nselib/data/http-fingerprints.lua b/nselib/data/http-fingerprints.lua index 4d7201a37..f6e0d0226 100644 --- a/nselib/data/http-fingerprints.lua +++ b/nselib/data/http-fingerprints.lua @@ -1223,6 +1223,10 @@ table.insert(fingerprints, { path = '/wp-login.php', method = 'HEAD' }, + { + path = '/wp-json', + method = 'HEAD' + }, { path = '/adminLogin.php', method = 'HEAD' @@ -4717,6 +4721,14 @@ table.insert(fingerprints, { path = '/health/', method = 'GET' }, + { + path = '/healthcheck/', + method = 'GET' + }, + { + path = '/healthchecks/', + method = 'GET' + }, { path = '/loggers/', method = 'GET'