I'm working on my bachelor thesis about security of sql databases. I was using sqlmap to check vulnerable sql queries. Is there up to date sql injection that can bypass escaping string done with functions mysqli_real_escape_string or bypass prepared statement ?
I was using sqlmap to check it but it couldn't inject prepared or escaped queries