byt3bl33d3r / Red-Baron

Automate creating resilient, disposable, secure and agile infrastructure for Red Teams
GNU General Public License v3.0
371 stars 73 forks source link

configure AWS SES for sending e-mails via SMTP #5

Closed mdeous closed 5 years ago

mdeous commented 5 years ago

This PR adds the ability to quickly setup an SMTP server for sending e-mails via AWS SES (for use in a phishing campaign, for example). It creates:

It also fixes a minor syntax error in some GCP modules.

byt3bl33d3r commented 5 years ago

@mdeous this is awsome! thank you!