
The script checks Jenkins endpoints for CVE-2024-43044 by retrieving the Jenkins version from the innstance and comparing it against known vulnerable version ranges.
This script checks Jenkins instances for CVE-2024-43044 by retrieving the Jenkins version from the instance and comparing it against known vulnerable version ranges.
The script performs the following steps:
To check a list of Jenkins instance URLs provided as command-line arguments:
python CVE-2024-43044.py <url1> <url2> ...
To check Jenkins instance URLs from a file:
python CVE-2024-43044.py -f <file_with_urls>
Use this script to ensure your Jenkins instances are secure and up-to-date by regularly checking for vulnerabilities.