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

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

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

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

工具目录

分类

查看所有分类
Loading categories
sentinelssh — SentinelSSH 是一款用 Go 编写的高级高性能 SSH 漏洞扫描器。它专门设计用于在各种网络环境中检测 OpenSSH 服务器上的 CVE-2024-6387 漏洞。 | Kitploit
工具/GitHubGitHub/harshinsecurity/sentinelssh
侦察漏洞扫描器漏洞利用信息收集网络安全渗透测试
GitHubharshinsecurity/sentinelssh

sentinelssh

SentinelSSH 是一款用 Go 编写的高级高性能 SSH 漏洞扫描器。它专门设计用于在各种网络环境中检测 OpenSSH 服务器上的 CVE-2024-6387 漏洞。

查看仓库
42年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

SentinelSSH:高级 CVE-2024-6387 漏洞扫描器

SentinelSSH 是一款用 Go 编写的高级高性能 SSH 漏洞扫描器,专门用于检测各种网络环境中 OpenSSH 服务器上的 CVE-2024-6387 漏洞。

安装

要安装 SentinelSSH,请确保你的系统已安装 Go(1.16 或更高版本),然后运行:

root@kitploit:~
go install github.com/harshinsecurity/sentinelssh/cmd/sentinelssh@latest

使用方法

安装完成后,可以直接在命令行中运行 SentinelSSH:

root@kitploit:~
sentinelssh [flags] [targets...]

标志

  • --port, -p:目标端口号(默认:22)
  • --timeout, -t:连接超时时间(秒,默认:5)
  • --concurrency, -c:并发扫描数(默认:100)
  • --output, -o:详细结果输出文件(CSV 格式)
  • --file, -f:包含目标列表的文件

示例

扫描单个 IP:

root@kitploit:~
sentinelssh 192.168.1.1

扫描域名:

root@kitploit:~
sentinelssh example.com

扫描多个目标:

root@kitploit:~
sentinelssh example.com 192.168.1.1 10.0.0.1

从文件扫描目标:

root@kitploit:~
sentinelssh -f targets.txt

将结果保存到 CSV 文件:

root@kitploit:~
sentinelssh -o results.csv 192.168.1.1 example.com

自定义端口和更高并发:

root@kitploit:~
sentinelssh --port 2222 --concurrency 200 192.168.1.0/24

特性

  • 定向检测 CVE-2024-6387
  • 支持 IP 地址、域名和 CIDR 范围
  • 高速并发扫描
  • 全面的版本分析
  • 详细且带颜色编码的控制台输出
  • 导出 CSV 以供进一步分析
  • 可定制的扫描参数

许可证

本项目采用 MIT 许可证授权 - 详情请参阅 LICENSE 文件。

贡献

欢迎贡献!请随时提交 Pull Request。

下载工具