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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user