iSafeBlue / TrackRay

溯光 (TrackRay) 3 beta⚡渗透测试框架(资产扫描|指纹识别|暴力破解|网页爬虫|端口扫描|漏洞扫描|代码审计|AWVS|NMAP|Metasploit|SQLMap)
GNU General Public License v3.0
2.02k stars 374 forks source link

除了没配置awvs,其他都弄好了,启动报错 #32

Open little-2pig opened 3 years ago

little-2pig commented 3 years ago

Description:

Field pluginPool in com.trackray.web.service.impl.PluginServiceImpl required a bean of type 'java.util.concurrent.ConcurrentHashMap' that could not be found.

The injection point has the following annotations:

Action:

Consider defining a bean of type 'java.util.concurrent.ConcurrentHashMap' in your configuration.

iSafeBlue commented 3 years ago

是 JDK 1.8 吗?

little-2pig commented 3 years ago

是的,配置都符合

------------------ 原始邮件 ------------------ 发件人: "iSafeBlue/TrackRay" <notifications@github.com>; 发送时间: 2020年10月12日(星期一) 上午10:06 收件人: "iSafeBlue/TrackRay"<TrackRay@noreply.github.com>; 抄送: "赚钱赚钱赚大钱z"<1297723512@qq.com>;"Author"<author@noreply.github.com>; 主题: Re: [iSafeBlue/TrackRay] 除了没配置awvs,其他都弄好了,启动报错 (#32)

是 JDK 1.8 吗?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

iSafeBlue commented 3 years ago

提供下你的所有环境信息、配置情况,启动过程

sherlockzm commented 3 years ago

kali 2020.1 同样报错,awvs,sqlmap,msf这些全部配置完成并启动,同样报这个错误。 java环境: Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=on -Dswing.aatext=true openjdk version "11.0.7-ea" 2020-04-14 OpenJDK Runtime Environment (build 11.0.7-ea+9-post-Debian-1) OpenJDK 64-Bit Server VM (build 11.0.7-ea+9-post-Debian-1, mixed mode, sharing)

iSafeBlue commented 3 years ago

你这是jdk11,换成 jdk8 试试?

ab8846254 commented 3 years ago

我想问问 metasploit.host=127.0.0.1:55553 metasploit.user=msf metasploit.pass=msf metasploit这个的账号密码是哪里来的 在安装好kali后 貌似不需要账号密码啊 另外 nmap sqlmap这些在kali里面已经集成了 但是启动项目还是说 nmap和sqlmap这些 报错 最主要的就是 metasploit的账号密码怎么拿到的?