
किसी होस्ट की CVE-2019-19781 के प्रति संवेदनशीलता का परीक्षण करें
यह उपयोगिता यह निर्धारित करती है कि कोई होस्ट CVE-2019-19781 के प्रति संवेदनशील प्रतीत होता है या नहीं।
पायथन संस्करण 3.6 और उससे ऊपर। ध्यान दें कि पायथन 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 यूनिवर्सल पब्लिक डोमेन डेडिकेशन के माध्यम से छोड़ दिए गए हैं।
इस परियोजना में सभी योगदान CC0 समर्पण के तहत जारी किए जाएंगे। पुल रिक्वेस्ट सबमिट करके, आप कॉपीराइट हित की इस छूट का अनुपालन करने के लिए सहमत होते हैं।