Lab 15:  SQL injection vulnerability allowing login bypass

 This lab contains a SQL injection vulnerability in the login function.

To solve the lab, perform an SQL injection attack that logs in to the application as the administrator user.

I started by looking for a login page.



After getting to the login page I look at the request on Burp Suite

Here I put the SQL injection and now when I put this it will bypass the password thus letting me sign in like the Admin.

Comments

Popular posts from this blog

Practitioner Lab 1: File path traversal, traversal sequences blocked with absolute path bypass

Practitioner Lab 7: SSRF with filter bypass via open redirection vulnerability

Practitioner Lab 4: File path traversal, validation of start of path

Practitioner Lab 5:File path traversal, validation of file extension with null byte bypass