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
脆弱性スキャナー脆弱性分析エクスプロイトウェブセキュリティペネトレーションテスト
GitHubautocode07/cisagov__check-cve-2019-19781.4142e02b

cisagov__check-cve-2019-19781.4142e02b

# CVE-2019-19781(Citrix ADC/NetScaler)に対するホストの脆弱性をチェックするコマンドラインユーティリティ。単一ホストをスキャンし、設定可能なリトライ回数とタイムアウトで脆弱性の状態を報告します。

リポジトリを見る
110ヶ月前未レビュー

人気

すべて見る →

コミュニティで最も使われているツールを見つけましょう。

すべてのツールを探索

ツールコレクションを閲覧

すべてのツールを見る →
共有

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 Universal パブリックドメイン提供 により放棄されています。

このプロジェクトへのすべてのコントリビューションは CC0 提供の下でリリースされます。プルリクエストを送信することにより、あなたはこの著作権放棄に同意したことになります。

ツールをダウンロード