Monday 22 October 2018

SQL Injection Regex Find in Project

This is a common regex template by using which you can easily find all select * SQL statement used in you project. You just have to copy below text and pate  in Ctrl+ F window with regex option and find into Current project.

select [*] from .+ where((?!@).)*$