mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Add new fingerprint to http-fingerprints.lua (/api/ and /api-docs/)
This commit is contained in:
parent
b0bd2776a7
commit
210d3c29f4
1 changed files with 8 additions and 0 deletions
|
|
@ -9556,6 +9556,14 @@ table.insert(fingerprints, {
|
|||
path = '/apache/',
|
||||
method = 'GET'
|
||||
},
|
||||
{
|
||||
path = '/api/',
|
||||
method = 'GET'
|
||||
},
|
||||
{
|
||||
path = '/api-docs/',
|
||||
method = 'GET'
|
||||
},
|
||||
{
|
||||
path = '/app/',
|
||||
method = 'GET'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue