Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't mail report via Amazon SES #17

Closed
romanmm opened this issue Mar 12, 2017 · 4 comments
Closed

Can't mail report via Amazon SES #17

romanmm opened this issue Mar 12, 2017 · 4 comments
Labels

Comments

@romanmm
Copy link

romanmm commented Mar 12, 2017

I setup Amazon SES as my mail server - as an example (some values were changed):
"server": "email-smtp.us-east-1.amazonaws.com:25",
"user": "AKIAITCRWJA8ERJR6LUI",
"pass": "AgZcHFE21zX78uYHNkorPqex5ZpWHwxN3tAlB9uGHyBiC",
but always received the same error:
Mar 12 21:19:18 Mailing the report...
Mar 12 21:19:19 UnicodeDecodeError('ascii', '\x02\x06\\x1cQ6\xd75\xfc\xe6!\xd5\xd1\x1a\xcf\xa9\xecyf\x95\x87\xc3\x13w\xb4\tA\xf6\xe1\x87\xc8\x18\x82', 6, 7, 'ordinal not in range(128)')
Mar 12 21:19:19 Exiting...

Do you have any idea why?

@ArtiomL
Copy link
Owner

ArtiomL commented Mar 13, 2017

Hi,

Did you use a base64-encoded value for the pass attribute in the tls_scan.json file?

An encoded password is expected (to avoid showing / seeing clear text passwords):

echo -n "<Your_Password_Here>" | base64

@romanmm
Copy link
Author

romanmm commented Mar 13, 2017 via email

@ArtiomL
Copy link
Owner

ArtiomL commented Mar 16, 2017

It's in the schema table for the pass attribute:

password (base64-encoded)

@romanmm
Copy link
Author

romanmm commented Mar 17, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants