moxie0 / sslstrip

A tool for exploiting Moxie Marlinspike's SSL "stripping" attack.
http://www.thoughtcrime.org/software/sslstrip/
GNU General Public License v3.0
1.91k stars 428 forks source link

Response tampering support and HTML5 AppCache poisoning attack #6

Open koto opened 12 years ago

koto commented 12 years ago

I've added simple, extensible functionality to tamper with server responses before they are sent to client. It's optional, you can have your own classes implementing the tapering and configure them separately with a config file and command line parameter.

Based on my squid-imposter project at http://blog.kotowicz.net/2010/12/squid-imposter-phishing-websites.html I've also included an exemplary attack that uses response tampering.

I don't know if that's in-scope of sslstrip, but I'm using it anyway, so why not sharing ;)