Posts by P1xM4 • 62 points
2 posts
-
5
votes4
answers1270
viewsA: How to fix Cross site scripting or XSS
Good afternoon, The use of htmlspecialchars will not solve sophisticated XSS attacks. I advise using this Anti-xss class which is more specific: <?php class AntiXSS { public static $err = "XSS…
-
-2
votes1
answer546
viewsA: Security issue when uploading
Good afternoon, this question is quite relative, but what can be done is the following: give permission to "write" to the owners of the directory (whether it may be you) where will only contain the…