token more tolerant for human input

This commit is contained in:
Moleflap hackers 2010-05-02 02:51:35 +02:00
parent 1fcb1ca53f
commit 92524e2cbb
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@ else
token = token:sub(3)
end
token = token:gsub(" ",""):gsub("\n","")
if token:len() == config.key_len then
if not is_bruteforce(con) then
print ""