mirror of
https://github.com/trustedsec/social-engineer-toolkit
synced 2025-02-20 07:18:35 +00:00
Fix-TypingError
This commit is contained in:
parent
52cfe91426
commit
8d3f8eabdc
1 changed files with 1 additions and 1 deletions
|
@ -349,7 +349,7 @@ def mail(to, subject, prioflag1, prioflag2, text):
|
|||
mailServer.docmd("AUTH LOGIN", base64.b64encode(provideruser))
|
||||
mailServer.docmd(base64.b64encode(pwd), "")
|
||||
|
||||
# except exceptions and print incorrect passowrd
|
||||
# except exceptions and print incorrect password
|
||||
except Exception as e:
|
||||
print_warning(
|
||||
"It appears your password was incorrect.\nPrinting response: " + (str(e)))
|
||||
|
|
Loading…
Add table
Reference in a new issue