
호스트의 CVE-2019-19781 취약성 여부 테스트
이 유틸리티는 호스트가 CVE-2019-19781에 취약한지 여부를 판단합니다.
Python 3.6 이상 버전. Python 2는 지원되지 않습니다.
릴리스에서 설치:
pip install https://github.com/cisagov/check-cve-2019-19781/releases/download/v1.0.2/cve_2019_19781-1.0.2-py3-none-any.whl
소스에서 설치:
git clone https://github.com/cisagov/check-cve-2019-19781.git
cd check-cve-2019-19781
pip install -r requirements.txt
호스트 스캔:
❱ cve-2019-19781 citrix.example.org
2020-01-10 22:11:46,312 WARNING citrix.example.org appears to be vulnerable.
자세한 사용법은 다음 명령어로 확인할 수 있습니다:
❱ 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]
기여를 환영합니다! 자세한 내용은 CONTRIBUTING.md를 참조하세요.
이 프로젝트는 전 세계 공개 도메인에 있습니다.
이 프로젝트는 미국 내에서 공개 도메인에 있으며, 전 세계의 저작권 및 관련 권리는 CC0 1.0 Universal Public Domain Dedication을 통해 포기되었습니다.
이 프로젝트에 대한 모든 기여는 CC0에 따라 릴리스됩니다. 풀 리퀘스트를 제출함으로써 귀하는 이 저작권 포기에 동의하는 것입니다.