Bypassed an Admin Panel Using SQL Payloads

2 months ago 43
BOOK THIS SPACE FOR AD
ARTICLE AD

Bilal Researcher

5 min read

Just now

--

SQL Injection (SQLi) is a common attack vector where an attacker can execute malicious SQL queries on a web application’s database. The main cause is insufficient input validation, where user input is passed directly into SQL queries without proper sanitization.

Here I found some sensitive file using robots.txt

I got an admin page here
Not accessible
Use Google dork
Log in page access

Now lets try to bypass it..

In this situation, first thing I do is check for default credentials like:

admin:admin

admin:password

user:user

Read Entire Article