1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-02 04:49:02 +00:00

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'