How to bypass this silly SQL injection protection?
I’m currently dealing with a SQL injection problem that involves an input being taken and put through a function that replaces all ‘ with \’ and all \ with \\. I’ve tried a lot of things but I don’t seem to be able to escape from the strin… Continue reading How to bypass this silly SQL injection protection?