madk Posted May 12, 2008 Share Posted May 12, 2008 This is a small project I am working on to help me learn how to integrate the Google Maps API. The project is at about 90% with only a few minors areas to clean up. Please work your magic and let me know of any areas that need my attention. Please ignore: - Image uploads: I am working on this code today - Error screen: I am implementing a 404 page today Feel free to hammer away at everything else. http://www.sk8parks.org Thank you, madk Link to comment https://forums.phpfreaks.com/topic/105294-please-test-new-site-for-vulnerabilities-and-usability/ Share on other sites More sharing options...
Coreye Posted May 12, 2008 Share Posted May 12, 2008 Cross Site Scripting(XSS): You can submit ">code when using the search function. Cross Site Scripting(XSS): You can submit ">code when using the contact form. Cross Site Scripting(XSS): You can submit ">code when using the submit form. Link to comment https://forums.phpfreaks.com/topic/105294-please-test-new-site-for-vulnerabilities-and-usability/#findComment-539189 Share on other sites More sharing options...
madk Posted May 12, 2008 Author Share Posted May 12, 2008 I believe these have all been fixed with htmlentities. I'm also implementing a bit more validation in the contact form. This should show up in a matter of minutes. Link to comment https://forums.phpfreaks.com/topic/105294-please-test-new-site-for-vulnerabilities-and-usability/#findComment-539220 Share on other sites More sharing options...
Recommended Posts