记录-brup&xray配置使用 Posted on 2019-12-30 Edited on 2024-04-19 In SecurityTools Views: Symbols count in article: 295 Reading time ≈ 1 mins. 配置brupsuite: 进入 Burp 后,打开 User options 标签页,然后找到 Upstream Proxy Servers 设置。点击 Add 添加上游代理以及作用域,Destination host 处可以使用*匹配多个任意字符串,? 匹配单一任意字符串,而上游代理的地址则填写 xray 的监听地址。 xray powershell启动命令: 12# 进入到exe的目录里执行 .\xray_windows_amd64.exe --log_level debug webscan --listen 127.0.0.1:7777 --html-output 1.html Refs: xray 简介 Burpsuite 与 xray 进行联动 Related Posts Ape-requests不支持http2 Awvs-linux版配置文件修改 Breacher-Go高并发管理员后台爆破工具 Crawler-利用Simhash做URL去重 OWASP-Dependency-Check的使用与结果解析