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] Quote 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> Quote 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? Quote Link to comment https://forums.phpfreaks.com/topic/55319-common-sql-injection/#findComment-273440 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.