From 056b63833a719b0f77078efae6e4658bc9f260f8 Mon Sep 17 00:00:00 2001 From: ron Date: Fri, 19 Feb 2021 20:21:09 +0000 Subject: [PATCH] Add new fingerprints to http-fingerprints.lua (Wordpress, Health) --- nselib/data/http-fingerprints.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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'