BurpSuite渗透工具
用Burp Suite修改请求
step1: 安装Burp Suite。官网链接:Burp Suite官网
step2: 设置代理


step3: 如果要拦截https请求,还需要在客户端安装证书

step4: 拦截到请求可以在Proxy -> HTTP History中查看,选中后右键可以选择Send Repeator,然后在Repeator中实现修改请求,重新发送的功能

step5: 修改请求,重新发送

用Burp Suite修改响应
step1: 拦截到响应后选择Actions -> Do Intercept -> Response to this request

step2: 点击Forward,然后会发现返回到的页面被修改
