21Şub
How to test SQLi on web-app that requires a certain input format? [closed]
I want to test a web-app to check if it protected from SQLi or not. Username requires an email address and login button doesn't work until the email address is in a valid format.
Which means there's no possibility to use ' or 1=1 --
in the email field.
Please kindly suggest me to how to check SQLi this kind of field.