proxyee
v1.7.6 ?
英語 | 中国語
Proxyee は、HTTP、HTTPS、Websocket プロトコルをサポートし、HTTP、HTTPS パケットをキャプチャして改ざんできる MITM (中間者) をサポートする、JAVA で記述された HTTP プロキシ サーバー ライブラリです。
< dependency >
< groupId >com.github.monkeywie</ groupId >
< artifactId >proxyee</ artifactId >
< version >1.7.6</ version >
</ dependency >
new HttpProxyServer (). start ( 9999 );
次の図は、Baidu ホームページにアクセスしたときに応答ヘッダーと応答本文を変更する MITM 攻撃のデモンストレーションです。