mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Tightens target_check in the fingerprint for Lantronix SLC
This commit is contained in:
parent
52a88e0f21
commit
4a2b034854
1 changed files with 2 additions and 1 deletions
|
|
@ -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"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue