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

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

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

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

工具目录

分类

查看所有分类
Loading categories
cisagov__check-cve-2019-19781.4142e02b — 用于检查主机是否存在 CVE-2019-19781(Citrix ADC/NetScaler)漏洞的命令行工具。扫描单个主机并报告漏洞状态,支持可配置的重试次数和超时时间。 | Kitploit
工具/GitHubGitHub/autocode07/cisagov__check-cve-2019-19781.4142e02b
漏洞扫描器漏洞分析漏洞利用Web安全渗透测试
GitHubautocode07/cisagov__check-cve-2019-19781.4142e02b

cisagov__check-cve-2019-19781.4142e02b

用于检查主机是否存在 CVE-2019-19781(Citrix ADC/NetScaler)漏洞的命令行工具。扫描单个主机并报告漏洞状态,支持可配置的重试次数和超时时间。

查看仓库

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
210个月前尚未审核
分享

check-cve-2019-19781 🔎🐞

GitHub Build Status Coverage Status Total alerts Language grade: Python Known Vulnerabilities

此工具用于检测一台主机是否容易受到CVE-2019-19781漏洞的影响。

需求

Python 3.6 及以上版本。注意,不支持 Python 2。

安装

从发布版本安装:

root@kitploit:~
pip install https://github.com/cisagov/check-cve-2019-19781/releases/download/v1.0.1/cve_2019_19781-1.0.1-py3-none-any.whl

从源码安装:

root@kitploit:~
git clone https://github.com/cisagov/check-cve-2019-19781.git
cd check-cve-2019-19781
pip install -r requirements.txt

使用

扫描一个主机:

root@kitploit:~
❱ cve-2019-19781 citrix.example.org
root@kitploit:~
2020-01-10 22:11:46,312 WARNING citrix.example.org appears to be vulnerable.

详细用法信息可通过以下命令查看:

root@kitploit:~
❱ cve-2019-19781 --help

Check for the existence of CVE-2019-19781 on a host machine.

EXIT STATUS
    This utility exits with one of the following values:
    0   The host does not seem vulnerable
    1   Command was invoked incorrectly
    2   The host appears to be vulnerable
    >2  An error occurred.

For more information about this vulnerability see:
    https://nvd.nist.gov/vuln/detail/CVE-2019-19781

Usage:
  cve-2019-19781 [options] <host>
  cve-2019-19781 (-h | --help)

Options:
  -h --help              Show this message.
  --log-level=LEVEL      If specified, then the log level will be set to
                         the specified value.  Valid values are "debug", "info",
                         "warning", "error", and "critical". [default: info]
  -r --retries=count     Number of times to retry a failed connection attempt before
                         giving up. [default: 2]
  -t --timeout=seconds   Number of seconds to wait during each connection attempt.
                         [default: 10]

贡献

我们欢迎贡献!详情请参阅此处。

许可证

本项目在全球范围内属于公共领域。

本项目在美国属于公共领域,且通过CC0 1.0 通用公共领域贡献在全球范围内放弃版权及相关权利。

对本项目的所有贡献都将根据CC0贡献声明发布。提交拉取请求即表示您同意遵守此版权利益放弃声明。

下载工具