18.1 SQL_injection
18.1 SQL_injection
The one that we mostly like to use is this one —> ‘1’ or
‘1=1’
If a user_name is “admin”, we will bypass the password
field like: ‘1’ or ‘1=1’. We copy and paste it in the
password field. NOTE: We copy only the underlined ones,
without those external quotes. Likewise, if we intend to
ignore the password field, we can just type in the
username field: ‘admin’ or ‘1=1’, again without the two
external quotes, and we leave the password field empty.