proxyee
v1.7.6 ?
英语 | 中文
Proxyee是一个JAVA编写的HTTP代理服务器库,支持HTTP、HTTPS、Websocket协议,并支持MITM(中间人),可以捕获和篡改HTTP、HTTPS数据包。
< dependency >
< groupId >com.github.monkeywie</ groupId >
< artifactId >proxyee</ artifactId >
< version >1.7.6</ version >
</ dependency >
new HttpProxyServer (). start ( 9999 );
下面是访问百度首页时修改响应头和响应体的MITM攻击演示,如下图: