diff --git a/nselib/data/http-default-accounts-fingerprints.lua b/nselib/data/http-default-accounts-fingerprints.lua index 88688ca85..381c5af8d 100644 --- a/nselib/data/http-default-accounts-fingerprints.lua +++ b/nselib/data/http-default-accounts-fingerprints.lua @@ -792,7 +792,8 @@ table.insert(fingerprints, { and response.header["server"] and response.header["server"]:find("^mini_httpd") and response.body - and response.body:lower():find("lantronix slc", 1, true) + and response.body:find("lantronix", 1, true) + and response.body:find("slcpassword", 1, true) end, login_combos = { {username = "sysadmin", password = "PASS"}