Tightens target_check in the fingerprint for Lantronix SLC

This commit is contained in:
nnposter 2016-09-14 02:16:00 +00:00
parent 52a88e0f21
commit 4a2b034854

View file

@ -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("<title>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"}