TCP Proxy for MITM Attacks in Metasploit

Posted on So, 2011-11-20 in coding • Tagged with metasploit, ruby, mitm

Some time ago I wrote my first metasploit module and therefore had to play around with ruby. The metasploit module I wrote implements a man-in-the-middle attack on an application layer protocol. So my module is both TCP Server and Client and therefore I like to call it TCP Proxy.

Coming …


Continue reading