## https://sploitus.com/exploit?id=8859BDA5-3AF8-5282-B64F-94D52BB81510
PoC exploit for CVE-2023-46805, an RCE vulnerability in Ivanti. The exploit is implemented in Go and uses a scanner to rapidly identify vulnerable systems. The scanner sends a GET request to the target system's favicon, then crafts a malicious JSON payload to exploit the vulnerability. The payload is sent to the target system's API endpoint, which, if vulnerable, will execute the payload and allow for remote code execution. The scanner can be configured to use a specified number of concurrent threads and to replace the 'id' command in the payload with a custom command. The exploit is typically invoked by running the scanner with a list of target URLs.