Advertisement
HackerRIZLA

How to disable XSS Filter[Google Chrome]

Oct 14th, 2012
4,192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. With this short yet useful for many tutorial, I will show you how to enable XSS pop-ups in Google Chrome. Many people here use Google Chrome for their hacking stuff and they come in a desperate situation when it comes to executing XSS attack from Google Chrome. The best idea, in my opinion, would be to switch on Mozilla Firefox which is a much better browser than Chrome, but that is only my opinion. Enough talk, lets get started!
  2.  
  3. Assuming you have already installed Google Chrome follow these steps :
  4.  
  5. Step One => Run Command Prompt(Windows 7 & Vista click Start and type cmd.exe and then press enter. Windows XP, click Start-->Run, type cmd.exe and run it.)
  6.  
  7. Step Two => Type the following command and then press enter. :
  8. Quote:
  9. C:\Users\[your username goes here]\AppData\Local\Google\Chrome\Application\chrome.exe --args --disable-xss-auditor
  10.  
  11. Step Three => Google Chrome will open up itself now. Just go to a XSS vulnerable website, type your syntax and a pop up box should appear with the text you executed on XSS.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement