ytisf / hemingway

hemingway is a simple and easy to use spear phishing helper.
38 stars 24 forks source link

good job #1

Open ziflar opened 7 years ago

ziflar commented 7 years ago

hello; thanks for this good job as you know the 25 port or all smtp port are blocked by the most SIP . so how to use for example google smtp to test . i've tried to send email to my gmail inbox and i've got this error message:

Could not connect to mail server: smtp.googlemail.com. Operation timedout

i have edited the example.conf by adding

[server] address: smtp.googlemail.com port: 587 max_connections: 3 username: my_inbox@gmail.com password: my_inbox_password

[phish] addresses_csv: sample_conf/addresses.csv html_body: sample_conf/body.html txt_body: sample_conf/body.txt subject: What are you doing here? attachments: sample_conf/body.html, sample_conf/body.txt

ytisf commented 7 years ago

Hey, Thanks for your input. Currently, we don't have support for encrypted SMTP connections. We'll be adding this later on. For now, you can work with your own VM-based service. We recommend postfix configured with open relay (http://www.postfix.org/SMTPD_ACCESS_README.html). We'll close this issue when we add encryption support.