
أداة سطر أوامر للتحقق مما إذا كان المضيف عرضة لثغرة CVE-2019-19781 (Citrix ADC/NetScaler). تقوم بفحص مضيف واحد وتبلغ عن حالة الثغرة مع إمكانية تكوين عدد المحاولات وفترات المهلة.
تحدد هذه الأداة ما إذا كان المضيف يبدو عرضة للإصابة بثغرة CVE-2019-19781.
إصدارات بايثون 3.6 والإصدارات الأحدث. لاحظ أن بايثون 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 العالمي للملكية العامة.
ستُطرح جميع المساهمات في هذا المشروع بموجب إهداء CC0. وبإرسالك طلب سحب (pull request)، فأنت توافق على الامتثال لهذا التنازل عن حقوق النشر.