32 matches found
ritm
Ruby In The Middle(HTTP/HTTPS 拦截代理) Ruby in the middle (RITM)是一个 HTTP/HTTPS 拦截代理,支持即时生成并签名证书,让用户能够利用 Ruby 语言的完整能力,随心所欲地拦截甚至修改请求和响应。 安装 gem install ritm 基本用法 1. 编写拦截处理程序 root@kitploit: require 'ritm' 对谷歌搜索的所有请求给出统一回答 Ritm.onrequest do |req| if req.requesturi.host.startwith? 'www.google.'...
6AI score
SaveExploits0
20