mirror of
https://github.com/nmap/nmap.git
synced 2025-12-11 10:19:03 +00:00
Adds pattern for Zebra PrintServer
This commit is contained in:
@@ -100,6 +100,7 @@ local is_login_success = function (str)
|
|||||||
or lcstr:find("main%smenu%f[^%w]") -- Netgear RM356
|
or lcstr:find("main%smenu%f[^%w]") -- Netgear RM356
|
||||||
or lcstr:find("main\x1B%[%d+;%d+hmenu%f[^%w]") -- Netgear RM356
|
or lcstr:find("main\x1B%[%d+;%d+hmenu%f[^%w]") -- Netgear RM356
|
||||||
or lcstr:find("^enter terminal emulation:%s*$") -- Hummingbird telnetd
|
or lcstr:find("^enter terminal emulation:%s*$") -- Hummingbird telnetd
|
||||||
|
or lcstr:find("%f[%w]select an option%f[%W]") -- Zebra PrintServer
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user