SQL Injection is a code injection technique where an attacker executes malicious SQL queries that control a web application’s database.
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.
So, can say: sqlmap – automatic SQL injection tool
Let's know SQLMAP Options we can use , then we will see practical sql injection using sqlmap
-g GOOGLEDORK ⇒ Process Google dork results as target URLs
Request:These options can be used to specify how to connect to the target URL
-data=DATA Data string to be sent through POST
–cookie=COOKIE HTTP Cookie header value
–random-agent Use randomly selected HTTP User-Agent header value
–proxy=PROXY Use a proxy to connect to the target URL
–tor Use Tor anonymity network
–check-tor Check to see if Tor is used properly
Seriously talking, there are lots of lots of useful SQLMAP Options, so now let's see practical, and then we can learn to use SQLMAP options practically
0 Comments