The Little Guy Posted June 12, 2007 Share Posted June 12, 2007 What are common SQL injection methods that are used? I would like to test my site against them. Login Set Up Email: [input box] Pass: [input box] [submit button] Link to comment https://forums.phpfreaks.com/topic/55319-common-sql-injection/ Share on other sites More sharing options...
per1os Posted June 12, 2007 Share Posted June 12, 2007 ' OR '' ' OR 1 Are generally good tests, if those go through than you are vulnerable. For XSS <script>alert('XSS VUNERABLE');</script> Link to comment https://forums.phpfreaks.com/topic/55319-common-sql-injection/#findComment-273438 Share on other sites More sharing options...
The Little Guy Posted June 12, 2007 Author Share Posted June 12, 2007 Yey... my site passes those 2 tests. Any others? Link to comment https://forums.phpfreaks.com/topic/55319-common-sql-injection/#findComment-273440 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.