mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 16:57:06 +00:00
Add new fingerprint to http-fingerprints.lua (/error.html)
This commit is contained in:
parent
5759df058b
commit
b0bd2776a7
1 changed files with 4 additions and 0 deletions
|
|
@ -10432,6 +10432,10 @@ table.insert(fingerprints, {
|
|||
path = '/enviamail/',
|
||||
method = 'GET'
|
||||
},
|
||||
{
|
||||
path = '/error.html',
|
||||
method = 'GET'
|
||||
},
|
||||
{
|
||||
path = '/error/',
|
||||
method = 'GET'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue