I’m in the middle of creating a forum plugin for PHPDevShell and I’ve gotten to the point where I would love to have some sort of pre-written text that you paste into an input field to see if it can “break” the code. For example the one of the simplest is just using various things like ' OR 1='1, So I’m hoping there is some sort of pre written text ment for input fields and text fields.
I’m in the middle of creating a forum plugin for PHPDevShell and I’ve gotten
Share
Well a quick google gave me this page: http://www.governmentsecurity.org/forum/topic/7794-sql-injection-strings/ which lists plenty of examples.
Another: http://www.governmentsecurity.org/forum/topic/344-sql-injection-basic/
Edit: But like Mr. Alien says if you escape your SQL properly you won’t have any problems so no need to test them all.