Created
July 23, 2016 04:49
-
-
Save abrahamfast/e4957a3f36fae221a7205aa2a6127d28 to your computer and use it in GitHub Desktop.
simple xss
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
<?php | |
echo htmlspecialchars($comment, ENT_QUOTES, 'utf-8'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment