mirror of
https://github.com/nmap/nmap.git
synced 2026-08-27 11:55:27 +00:00
Merge 992f99e553 into db4aefddfa
This commit is contained in:
commit
7bfe25d23c
1 changed files with 6 additions and 4 deletions
|
|
@ -1532,10 +1532,12 @@ BruteSocket = {
|
|||
|
||||
local thread_data = Engine.getThreadData(coroutine.running())
|
||||
|
||||
engine.retry_accounts[#engine.retry_accounts + 1] = {
|
||||
username = thread_data.username,
|
||||
password = thread_data.password,
|
||||
}
|
||||
if thread_data.username or thread_data.password then
|
||||
engine.retry_accounts[#engine.retry_accounts + 1] = {
|
||||
username = thread_data.username,
|
||||
password = thread_data.password,
|
||||
}
|
||||
end
|
||||
|
||||
thread_data.connection_error = true
|
||||
thread_data.con_error_reason = err
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue