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'