Created
September 19, 2016 19:04
-
-
Save mbijon/c2aff204a82129c1289087f652330f9e to your computer and use it in GitHub Desktop.
CLI command to start Chrome with XSS Auditor disabled. Use for XSS/security testing
This file contains 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
'/Applications/Google Chrome.app/Contents/MacOS/Google Chrome' --disable-xss-auditor --enable-devtools-experiments --disable-features=enable-automatic-password-saving |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks a Lot !!