JavaScript - Xss Prevention
I'm not sure if this is stepping outside the bounds of forum etiquette, but is there anyone with the requisite know-how who would be willing to test a form I've just completed in search of XSS vulnerabilities?
Playing with ideas on: http://ha.ckers.org/xss.html ...I think I'm in good shape. But this is an area I know almost nothing about, so I'd rather not go trundling off complacently without someone who knows what they're talking about confirming that my form is indeed as secure as I think it is. Perhaps this is something I ought to be offering money for? If so, apologies, and perhaps a mod would move this? Similar TutorialsHi there, I have a File Upload tool and would like to prevent the users from clicking on the textbox to upload files. Also, I want to disallow the manual entering of file pathname. How should I edit it? I would need to use Javascript. <input type="file" name="attachment" id="attachment" style="width:300px" /> |