chaitin / xray

一款完善的安全评估工具,支持常见 web 安全问题扫描和自定义 poc | 使用之前务必先阅读文档
https://docs.xray.cool
Other
10.35k stars 1.83k forks source link

How i can install properly #1815

Open samidunimsara opened 2 months ago

samidunimsara commented 2 months ago
reconux@ux:~$ ./xpoc_linux_amd64 -t https://example.com
  __  /\    /\_.  ___.  _____
  | |/ /   / __.\/ __.\/ ____|
  |   /XRAY™/_/ / / / / /
 / . |   / .___/ /_/ / /___.
/ /|_|  / /    \____/\____/
\/v0.1.0\/ cloud plugins: [426]
[INF] 24-07-28 11:28:36 使用以下位置的配置文件:/home/reconux/.xray/xpoc/xpoc-config.yaml [app.go:447]
[INF] 24-07-28 11:28:36 未能正确加载配置文件或配置文件不存在,使用默认配置 [app.go:449]
[INF] 24-07-28 11:28:36 poc:reverse-registry: 默认反连不可用 原因: 没有配置默认反连 [registry.go:13]
[INF] 24-07-28 11:28:51 poc:reverse-client-dnslog: DNSLOG.CN不可用 原因: Get "http://dnslog.cn/getdomain.php": dial tcp: lookup dnslog.cn: i/o timeout [dnslogcn.go:39]
[INF] 24-07-28 11:28:51 poc:reverse-client-new: 新反连客户端不可用 原因: 没有开启新反连平台 [client.go:18]
[WRN] 24-07-28 11:28:51 当前策略中没有任何已启用的插件输出以下事件:event.Vulnerability [task.go:98]
[WRN] 24-07-28 11:28:51 当前策略中没有任何已启用的插件依赖以下事件:event.Vulnerability [task.go:86]
[ERR] 24-07-28 11:28:51 poc:reverse-client-dnslog: panic: interface conversion: reverse.ClientIface is nil, not *reverse.DNSLogCNClient [dnslogcn.go:31]
[INF] 24-07-28 11:28:51 [1] website: [200 OK] https://example.com/
Jarcis-cy commented 2 months ago

Now you can use it normally, using the default configuration, because your network is not dnslog.cn, so dnslog will report an error, nothing else is wrong

Jarcis-cy commented 2 months ago

The panic issue will be fixed in the next version