SQL Injection
Last updated
Last updated
I came across this funny post . I still remember the first time in 2007 (Yes! I know, I wish I had continued focusing on this stuff back then) when I was reading about SQL Injections as part of my PHP journey.
The said to simply wrap your query within mysql_real_escape_string()
to mitigate all SQLi risks (LOL); Little did I know that this attack vector would remain relevant in 2023.