
호스트가 CVE-2019-19781(Citrix ADC/NetScaler)에 취약한지 확인하는 명령줄 유틸리티입니다. 단일 호스트를 스캔하고 구성 가능한 재시도 및 시간 제한으로 취약점 상태를 보고합니다.
이 유틸리티는 호스트가 CVE-2019-19781에 취약한 것으로 보이는지 확인합니다.
Python 3.6 이상 버전이 필요합니다. Python 2는 지원되지 않습니다.
릴리즈에서:
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
소스에서:
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]
기여를 환영합니다! 자세한 내용은 여기를 참조하세요.
이 프로젝트는 전 세계적으로 퍼블릭 도메인에 있습니다.
이 프로젝트는 미국 내에서 퍼블릭 도메인에 있으며, 전 세계적으로 이 저작물의 저작권 및 관련 권리는 CC0 1.0 Universal 퍼블릭 도메인 헌납을 통해 포기됩니다.
이 프로젝트에 대한 모든 기여는 CC0 헌납에 따라 공개됩니다. 풀 리퀘스트를 제출하면 이 저작권 포기에 동의하는 것으로 간주됩니다.