TDA / Ruby-Mailcheck

Proof of concept for E-Mail header Injection in Ruby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Proof of concept for E-Mail header Injection in Ruby

  • Simple to reproduce attack, construct a http request with the following contents:

  • Make sure to construct the http request using curl (if you are ok with command-line), or with Postman (Chrome), or HTTPRequester (Firefox), this is to prevent the browsers from double encoding the strings you send.

  • For more info on E-Mail Header Injection, check out my thesis docs: Thesis on E-Mail Header Injections.

About

Proof of concept for E-Mail header Injection in Ruby


Languages

Language:Ruby 63.1%Language:HTML 36.9%