DevRecord-记录-brup&xray配置使用 Posted on 2019-12-30 Edited on 2025-09-11 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 Security-Awvs-linux版配置文件修改 Security-子域名搜集 Security-浅谈越权自动化 Security-获取masscan的扫描进度 Security-越权半自动化插件的尝试