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. 挖洞辅助工具(漏洞扫描、信息收集)

Home Page:https://jie.fireline.fun/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ubuntu 运行报错问题

MaxSecurity opened this issue · comments

/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: version GLIBC_2.32' not found (required by ./Jie)

运行报错

commented

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

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

OK我这边尝试一下

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

已经安装完整了 还是不行

commented

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

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

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

commented

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

  • 升级glibc版本或者升级系统
  • 将项目 clone 到机器上,然后执行 make 构建
    也可以看看这里的解决方案
    projectdiscovery/naabu#696
    不清楚你使用 go 变异报的是什么错
commented

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