From b0bd2776a7dbb887e5dd6ae92bceb63be1aecc7a Mon Sep 17 00:00:00 2001 From: ron Date: Thu, 9 Sep 2021 18:13:32 +0000 Subject: [PATCH] Add new fingerprint to http-fingerprints.lua (/error.html) --- nselib/data/http-fingerprints.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nselib/data/http-fingerprints.lua b/nselib/data/http-fingerprints.lua index 11548a938..da6fd3940 100644 --- a/nselib/data/http-fingerprints.lua +++ b/nselib/data/http-fingerprints.lua @@ -10432,6 +10432,10 @@ table.insert(fingerprints, { path = '/enviamail/', method = 'GET' }, + { + path = '/error.html', + method = 'GET' + }, { path = '/error/', method = 'GET'