Why should we sometimes use –+ instead of — in SQL injection to comment the rest of the query?
I have encountered some websites that when I used — to comment the rest of the query it didn’t work, but when I tried –+ it worked.
In the MySQL official documentation there is no such thing as –+ and we only have — and two other ways… Continue reading Why should we sometimes use –+ instead of — in SQL injection to comment the rest of the query?