mirror of
https://github.com/nmap/nmap.git
synced 2026-09-01 07:52:57 +00:00
Adds pattern for Zebra PrintServer
This commit is contained in:
parent
2065d752bb
commit
d290c20e58
1 changed files with 1 additions and 0 deletions
|
|
@ -100,6 +100,7 @@ local is_login_success = function (str)
|
|||
or lcstr:find("main%smenu%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("%f[%w]select an option%f[%W]") -- Zebra PrintServer
|
||||
end
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue