SQL INJACTION IN UBUNTU

HACKING  VULNERABLE  SITS  WITH SQLMAP

For this we have to install sqlmap in ubuntu.
Just type following commands

Ctrl + Alt +T

type 

sudo -s

type password 
and change your self into Root Privilege
and type following command
  • wget from http://sqlmap.sourceforge.net/#download
with this command you can download SQLMAP
  • tar zxvf sqlmap-0.9.tar.gz
now we have to change our directory into sqlmap-0.9
  • cd sqlmap-0.9
after this just type
  • ./sqlmap.py  -u  " your vulnearble site "
Something like this ....

3 comments: