Add new fingerprint to http-fingerprints.lua (/api/ and /api-docs/)

This commit is contained in:
ron 2021-09-10 17:13:24 +00:00
parent b0bd2776a7
commit 210d3c29f4

View file

@ -9556,6 +9556,14 @@ table.insert(fingerprints, {
path = '/apache/',
method = 'GET'
},
{
path = '/api/',
method = 'GET'
},
{
path = '/api-docs/',
method = 'GET'
},
{
path = '/app/',
method = 'GET'