cmc-csci143 icon indicating copy to clipboard operation
cmc-csci143 copied to clipboard

Extra Credit: Trump Email

Open mikeizbicki opened this issue 1 year ago • 0 comments

You can get 1 point of extra credit if you send me an email from [email protected] requesting it.

Background: Email servers use the Simple Mail Transfer Protocol (SMTP) to send emails. It turns out that SMTP is a fundamentally insecure protocol because sending an email does not require a password. It is therefore "easy" to do email spoofing where you send an email from someone else's account. The Claremont Colleges implement a number of countermeasures such as DKIM and SMTP Auth, but it is still technically possible to circumvent these countermeasures. To complete this extra credit assignment, you'll have to research the SMTP protocol and figure out how to circumvent these countermeasures.

tl;dr NEVER TRUST THAT THE SENDER OF AN EMAIL IS WHO THEY SAY THEY ARE.

mikeizbicki avatar Jan 17 '24 19:01 mikeizbicki