airwinx Posted December 7, 2006 Share Posted December 7, 2006 Hi All developer,I wonder is there any website or software to test how secure your srcipt is?? eg. let said I write a script or a website and I wanna know how secure my script is, where can I do that??? currently my websites i had design are all required user to log in, so i wanna test how secure the script is.pls advise. Link to comment https://forums.phpfreaks.com/topic/29780-how-to-test-your-script-security-level/ Share on other sites More sharing options...
ted_chou12 Posted December 7, 2006 Share Posted December 7, 2006 yeah, this sounds like a cool idea to me, i also have a site with user logins, suggestions from anyone? :-\ Link to comment https://forums.phpfreaks.com/topic/29780-how-to-test-your-script-security-level/#findComment-136934 Share on other sites More sharing options...
mjlogan Posted December 7, 2006 Share Posted December 7, 2006 You can always give it the test of the obvious injection test, and sql ones if you are using that. Along with tests of extreme, normal and erroneous data. Link to comment https://forums.phpfreaks.com/topic/29780-how-to-test-your-script-security-level/#findComment-136994 Share on other sites More sharing options...
the_oliver Posted December 7, 2006 Share Posted December 7, 2006 perhaps you can put a non-critical vertion of your script (a demo) on a site thats not in use and just ask people to have a go! should soon expose any week points. One of the main areas of weekness can be not in your code, but in the way the permitions/firewalls/what ever access restrictions your using, are set up. Such as dissabling anonomus ftp etc. Link to comment https://forums.phpfreaks.com/topic/29780-how-to-test-your-script-security-level/#findComment-137000 Share on other sites More sharing options...
ted_chou12 Posted December 7, 2006 Share Posted December 7, 2006 is using .htaccess files to protect my database very secure?I use it to protect my txt files that includes the login info. :D Link to comment https://forums.phpfreaks.com/topic/29780-how-to-test-your-script-security-level/#findComment-137063 Share on other sites More sharing options...
trq Posted December 7, 2006 Share Posted December 7, 2006 [quote]is using .htaccess files to protect my database very secure?[/quote]What kind of database are you talking about? mySql is a database server, all data should be stored well outside of the web accessable root. Link to comment https://forums.phpfreaks.com/topic/29780-how-to-test-your-script-security-level/#findComment-137108 Share on other sites More sharing options...
ted_chou12 Posted December 8, 2006 Share Posted December 8, 2006 i stored them in the web accessable route for convenience... so i guess is insecure :-[ Link to comment https://forums.phpfreaks.com/topic/29780-how-to-test-your-script-security-level/#findComment-137414 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.