mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Add a new username prompt to telnet-brute. Closes #2629
This commit is contained in:
parent
bef25962e7
commit
fbadb5256b
1 changed files with 1 additions and 0 deletions
|
|
@ -68,6 +68,7 @@ local is_username_prompt = function (str)
|
|||
local lcstr = str:lower()
|
||||
return lcstr:find("%f[%w]username%s*:%s*$")
|
||||
or lcstr:find("%f[%w]login%s*:%s*$")
|
||||
or lcstr:find("%f[%w]login as%s*:%s*$")
|
||||
end
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue