mirror of
https://github.com/nmap/nmap.git
synced 2026-06-24 18:18:08 +00:00
Updates target_check in the fingerprint for Zebra printers to accommodate older versions
This commit is contained in:
parent
034ba003ec
commit
c3ab8da378
1 changed files with 1 additions and 2 deletions
|
|
@ -454,6 +454,7 @@ table.insert(fingerprints, {
|
|||
})
|
||||
|
||||
table.insert(fingerprints, {
|
||||
-- Version 61.17.5Z on ZTC GK420d, 1.01.4
|
||||
name = "Zebra Print Server",
|
||||
category = "printer",
|
||||
paths = {
|
||||
|
|
@ -461,8 +462,6 @@ table.insert(fingerprints, {
|
|||
},
|
||||
target_check = function (host, port, path, response)
|
||||
return http_auth_realm(response) == "Network Print Server"
|
||||
and response.header["server"]
|
||||
and response.header["server"] == "Micro-Web"
|
||||
end,
|
||||
login_combos = {
|
||||
{username = "admin", password = "1234"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue