-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
执行报错"panic interface conversion"失败 #43
Comments
dial tcp: lookup dnslog.cn: i/o timeout 看起来没有连通 dnslog.cn 可以加入参数 --disable reverse-client-dnslog 禁用 dnslog.cn |
看起来好像还是不行诶,还是一样的问题 |
什么问题,还是报错 dial tcp dnslog.cn 错误吗 我测试加了 --disable reverse-client-dnslog 后不会报错 你需要配置 xray 的老反连使它生效 reverse-registry:
# ↱DNS服务器: 和 HTTP服务URL 类似,实际用来访问 dns 服务器的地址
dns_server_ip: ""
# ↱DNS域名: 用来指定 dns 服务器地址所绑定的域名
domain: ""
# ↱HTTP服务URL: 该地址是存在漏洞的目标反连回来的地址, 当反连平台前面有反代、绑定域名、端口映射时需要自行配置;该URL会直接用于payload填充,需保证被扫描目标能够正常访问该URL
http_base_url: ""
# ↱DNS服务是否为反连平台自身: 如果是反连平台,任何可以触发解析的行为都可以证明漏洞存在,而不需要再指定 DNS
is_domain_name_server: false
# ↱LDAP服务URL: 和 HTTP服务URL 类似,实际用来访问 ldap 服务的地址
ldap_server_addr: ""
# ↱反连平台管理端URL: 用于拉取反连平台被触发的信息 如果为空则使用 HTTP服务URL; 需要保证扫描器端能正常访问
reverse_server_url: ""
# ↱RMI服务URL: 和 HTTP服务URL 类似,实际用来访问 rmi 服务的地址
rmi_server_addr: ""
# ↱通信Token: 用于盲打平台通信认证
token: ""
# ↱反连等待时间: 任务结束时等待多久退出
wait_timeout: 5s |
我刚刚试了一下,好像确实可以了,谢谢 |
本地环境:
Ubuntu 22.04 LTS
执行工具报错:
$./xpoc -t http://xxxx -o result.html
The text was updated successfully, but these errors were encountered: