
Easy and non-intrusive script to check for CVE-2023-35078
This script ethically checks for the presence of cve-2023-35078 via requesting the /ping endpoint from the Ivanti EPMM API.
/ping simply responds with the VSP version, rather than attemping to pull device or admin data.
Usage: ./CVE-2023-35078 <IP/Hostname>
This script assumes https connections over default port.
python3 -m venv envsource env/bin/activatepip3 install -r requirements.txt