Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
libssh-scanner — 脚本用于识别易受 CVE-2018-10933 攻击的主机 | Kitploit
工具/GitHubGitHub/jobroche/libssh-scanner
漏洞扫描器漏洞利用网络安全
GitHubjobroche/libssh-scanner

libssh-scanner

脚本用于识别易受 CVE-2018-10933 攻击的主机

查看仓库网站
235537年前Kitploit 审核通过

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

libssh 扫描器

简介


这是一个基于 Python 的脚本,用于识别存在 CVE-2018-10933 漏洞的主机。Libssh 扫描器有两种模式:被动模式(横幅抓取)和主动模式(绕过认证),用于验证漏洞是否存在。默认情况下,libssh 扫描器使用被动模式,但提供 -a 参数将使用主动模式,该模式提供更准确的结果。

该漏洞存在于 libssh 0.6+ 版本中,并通过 libssh 0.7.6 和 0.8.4 中的补丁进行了修复。更多详情:https://www.libssh.org/2018/10/16/libssh-0-8-4-and-0-7-6-security-and-bugfix-release/

安装


在克隆的 libssh-scanner 目录中运行 pip install -r requirements.txt。

帮助


root@kitploit:~
libssh Scanner - Find vulnerable libssh services by Leap Security (@LeapSecurity)

positional arguments:
  target                An ip address or new line delimited file containing
                        IPs to search for the vulnerability.

optional arguments:
  -h, --help            show this help message and exit
  -v, --version         show program's version number and exit
  -p PORT, --port PORT  Set port of SSH service
  -a, --aggressive      Identify vulnerable hosts by bypassing authentication
下载工具