sorenchr Posted December 30, 2008 Share Posted December 30, 2008 Hi, i've just created a login system which should be quite secure (i hope), and i wanna test it for MySQL injection attacks. So i was wandering if there is a good tool out there that tests which injection attacks it can get through to the database? I've used the SQL injection for firefox before, but that didn't really work well. Best regards Sorenchr Link to comment https://forums.phpfreaks.com/topic/138878-mysql-injection-tool/ Share on other sites More sharing options...
Maq Posted December 30, 2008 Share Posted December 30, 2008 I use "SQL Inject Me". Seems to work really well as you can customize what kind of attack strings to focus for. Link to comment https://forums.phpfreaks.com/topic/138878-mysql-injection-tool/#findComment-726204 Share on other sites More sharing options...
fenway Posted January 2, 2009 Share Posted January 2, 2009 If you properly quote all of your strings from user input, you won't need to "test" it. Link to comment https://forums.phpfreaks.com/topic/138878-mysql-injection-tool/#findComment-727881 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.