Subterfuge-Framework / Subterfuge

Framework for Man-In-The-Middle attacks
http://kinozoa.com/blog
185 stars 59 forks source link

Inconsistent Plugin Support Across Proxies #1

Open 0sm0s1z opened 9 years ago

0sm0s1z commented 9 years ago

The current Subterfuge design stack does not properly layer plugin engines. Integration of stream plugins required a direct interface with the proxy itself (SSLStrip/MITMProxy). This means that not all plugins properly support both proxies (MITMProxy is generally the culprit).

Fix for this issue will come along with the modularity milestone set for release towards the end of September.