mirror of
https://github.com/trustedsec/social-engineer-toolkit
synced 2025-02-17 05:48:46 +00:00
added wording around smtp gmail connections and application specific passwords
This commit is contained in:
parent
464da3a1d2
commit
28cd252a71
2 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,7 @@ version 7.2
|
|||
|
||||
* fixed an issue on installer not copying SET directory properly (why was I moving a file and ... nevermind.)
|
||||
* changed delay time for HTA attack vector from 3 seconds to 10 seconds to allow proper loading
|
||||
* added wording when using gmail and application specific passwords
|
||||
|
||||
~~~~~~~~~~~~~~~~
|
||||
version 7.1.2
|
||||
|
|
|
@ -77,6 +77,7 @@ for line in sendmail_file:
|
|||
if sendmail == 0:
|
||||
smtp = ("smtp.gmail.com")
|
||||
port = ("587")
|
||||
print_status("If you are using GMAIL - you will need to need to create an application password: https://support.google.com/accounts/answer/6010255?hl=en")
|
||||
|
||||
# support smtp for yahoo
|
||||
if email_provider == "yahoo":
|
||||
|
|
Loading…
Add table
Reference in a new issue