So my website was open to SQL injection and exploited using Havij. My question is for that program you can do a placeholder in the format of getVariable=%inject_Here%
.
Now I know in a like statement you can use % as a wild card.
Do % signs have any significance inside an equals comparison? Or with that structure is it literally looking for the string "%inject_Here%".
I'm just trying to understand the format to help further prevent injection.
Any information on the subject would be appreciated!