From 210d3c29f47a42bbd3ca39bf7a35c2fb6faf9647 Mon Sep 17 00:00:00 2001 From: ron Date: Fri, 10 Sep 2021 17:13:24 +0000 Subject: [PATCH] Add new fingerprint to http-fingerprints.lua (/api/ and /api-docs/) --- nselib/data/http-fingerprints.lua | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/nselib/data/http-fingerprints.lua b/nselib/data/http-fingerprints.lua index da6fd3940..e8d2c846f 100644 --- a/nselib/data/http-fingerprints.lua +++ b/nselib/data/http-fingerprints.lua @@ -9556,6 +9556,14 @@ table.insert(fingerprints, { path = '/apache/', method = 'GET' }, + { + path = '/api/', + method = 'GET' + }, + { + path = '/api-docs/', + method = 'GET' + }, { path = '/app/', method = 'GET'