01-15-2016, 12:45 PM
==========Stuff==========
Havij 1.15
http://www.sendspace.com/file/54wcv2
SQLMap :
https://github.com/sqlmapproject/sqlmap/zipball/master
Python 2.7 :
[i]http://www.python.org/ftp/python/2.7/python-2.7.msi
Gr3enox exploit scanner :
http://downloads.gr3enox.com/Gr3eNoX-Exploit-Scanner-V1.1.rar[/i]
Havij 1.15
http://www.sendspace.com/file/54wcv2
SQLMap :
https://github.com/sqlmapproject/sqlmap/zipball/master
Python 2.7 :
[i]http://www.python.org/ftp/python/2.7/python-2.7.msi
Gr3enox exploit scanner :
http://downloads.gr3enox.com/Gr3eNoX-Exploit-Scanner-V1.1.rar[/i]
==========Sql injection==========
1.===Vulnerable website===
Gr3enox Exploit scanner :
What is this program :
Gr3enox exploit scanner , is an exploit scanner.
This tool will find for you all vulnerable website with your dork SQL/XSS...
How to use it :
-Launch Gr3eNox Exploit Scanner V1.1.exe
-Add your dork [ In this tutorial i will use : "IntelexXx .php?cid=" ]
![[Image: b799ac59b6443ac37b46dbb4f8af9bec.png]](http://gyazo.com/b799ac59b6443ac37b46dbb4f8af9bec.png)
-You can add custom domain..
-And press on search
***SEARCH DONE***
![[Image: 3904c8533aa448d254bd2cd18e4b3bf4.png]](http://gyazo.com/3904c8533aa448d254bd2cd18e4b3bf4.png)
-Ok now press on "Start" and he will give you all vulnerable websites
***SCAN DONE***
![[Image: 91ee24e09b976661fa0e71e684255849.png]](http://gyazo.com/91ee24e09b976661fa0e71e684255849.png)
==========Havij 1.15==========
-Now you have your vulnerable website.
-Open havij
-Put your vulnerable website
![[Image: 61bfe6a6412f4b340975373bc37e0f81.png]](http://gyazo.com/61bfe6a6412f4b340975373bc37e0f81.png)
-And click on Analyze ( I used other website , the link i added was not vulneralbe)
-DB FOUND ! , Go in Tables section.
-Click on DBS To see if there is more database.
-Yes+4 DBS !
![[Image: 6f8c98b20e61c418eafe675e97774f61.png]](http://gyazo.com/6f8c98b20e61c418eafe675e97774f61.png)
- Now select a DBS , Or all DBS and click on "GET TABLES" And wait.
- I found tables user , I select it , and i click on "GET COLUMNS".
- now i have "email" and "pass" columns , with 11k in it.
- Let's open SQLMAP to dump ! (on windows).
==========SQLMap==========
-Open CMD
- do : cd c
sqlmap (my folder is named sqlmap"- do : sqlmap.py -u vulnwebsite.com/lol.php?id= --dbs
![[Image: 48bf117e4300448cac7cd83fcc89f53a.png]](http://gyazo.com/48bf117e4300448cac7cd83fcc89f53a.png)
-they give you same dbs on havij , check on havij , and look which dbs got "User" tables.
-when you found , go on SQLmap , and do : sqlmap.py -u vulnwebsite.com/lol.php?id= -D databasenamehere --tables
![[Image: f29e8d2dfff8163a4dfb0a87baf4ab2b.png]](http://gyazo.com/f29e8d2dfff8163a4dfb0a87baf4ab2b.png)
-now you have all tables , do that to get tables column sqlmap.py -u vulnwebsite.com/lol.php?id= -D databasenamehere -T tablesname --columns
ok now you have columns , to get all data just do :
sqlmap.py -u vulnwebsite.com/lol.php?id= -D databasenamehere -T tablesname -C Email,Password --dump.
AND YOU GET ALL DATA :
![[Image: e2f54e9642d665d99d2ae67fe12fc218.png]](http://gyazo.com/e2f54e9642d665d99d2ae67fe12fc218.png)
-All data are saved in log.
REP + THX FOR MY TUTORIAL THANKS GUYS AND GOOD HACKING
Albania - Kosovo













