yhy0 / Jie

Jie stands out as a comprehensive security assessment and exploitation tool meticulously crafted for web applications. Its robust suite of features encompasses vulnerability scanning, information gathering, and exploitation, elevating it to an indispensable toolkit for both security professionals and penetration testers. 挖洞辅助工具(漏洞扫描、信息收集)
https://jie.fireline.fun/
GNU Affero General Public License v3.0
562 stars 116 forks source link

Ubuntu 运行报错问题 #18

Closed MaxSecurity closed 7 months ago

MaxSecurity commented 10 months ago

/Jie ./Jie: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.34' not found (required by ./Jie) ./Jie: /lib/x86_64-linux-gnu/libc.so.6: versionGLIBC_2.32' not found (required by ./Jie)

运行报错

yhy0 commented 10 months ago

因为端口扫描使用的 naabu ,这个需要机器安装 libpcap

MaxSecurity commented 10 months ago

因为端口扫描使用的 naabu ,这个需要机器安装 libpcap

OK我这边尝试一下

MaxSecurity commented 10 months ago

因为端口扫描使用的 naabu ,这个需要机器安装 libpcap

已经安装完整了 还是不行

yhy0 commented 10 months ago

https://blog.csdn.net/huazhang_001/article/details/128828999 这个有尝试吗?或者你自己在你的Ubuntu机器上编译文件,而不是下载 release 的

MaxSecurity commented 10 months ago

https://blog.csdn.net/huazhang_001/article/details/128828999 这个有尝试吗?或者你自己在你的Ubuntu机器上编译文件,而不是下载 release 的

这个解决还是不行 直接用go编译也是失败的难绷

yhy0 commented 9 months ago

这个是因为 release 中是使用 ubuntu-22.04 编译的,低版本的 glibc 会出现这个问题,目前的解决方案是

yhy0 commented 7 months ago

已去除 naabu 依赖,改用 masscan 和 nmap