This commit is contained in:
Peter B 2026-08-21 00:46:58 -07:00 committed by GitHub
commit 7bfe25d23c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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