1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-05 22:19:03 +00:00

Add new fingerprints to http-fingerprints.lua (Wordpress, Health)

This commit is contained in:
ron
2021-02-19 20:21:09 +00:00
parent d4f4124c91
commit 056b63833a

View File

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