• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

LinuxSec Exploit

Nothing is Ever Locked

  • XSS Payloads
  • About Us

Command Untuk Edit / Modifikasi Database Lewat Shell b374k

March 28, 2014 by Jack Wilder 4 Comments

Hallo… Kali ini saya mau share command atau perintah untuk mengedit database lewat shell b374k. Sebenarnya ini trik lama sih 🙂 . Share aja buat yang belum tau .
Bagi yang suka main config, pasti lebih suka pake MySQL Interface by Mohajer22 . Nah , masalahnya beberapa server, termasuk masterweb , gak support sama MySQL jenis itu. Jadi meski kita memasukkan password dan username benar, kita tidak bisa masuk database nya. Tampilannya tetep di halaman muka saja meski url nya berubah 🙂
Oleh karena itu kita harus menggunakan MySQL Interface lain. Dan yang biasa saya gunakan adalah MySQL yang ada pada b374k m1n1.
Untuk yang belum punya bisa klik disini : Download b374k m1n1 WebShell
Masalahnya, kadang yang baru make MySQL jenis ini untuk pertamakalinya kebingungan. Itu juga yang saya alami dulu. Soalnya tidak ada tombol edit, delete dll. Cuma list table. Ya, MySQL Interface jenis ini harus menggunakan command. Comand nya dimasukkan di kotak atasnya. Sama sebenarnya  dengan cara edit database manual lewat phpmyadmin.
Ini command nya :
UPDATE prefix_table SET table_value = ‘data yang ingin dimasukkan’ WHERE nama_kolom = ‘value’
Nggak tau deh itu pada mudeng apa enggak :v
Untuk lebih jelasnya lihat contoh berikut (ini di database wordpress)
Ane mau ngedit nama situs WordPress. Nah , blogname kan ada di tabel wp_options, maka command nya :
UPDATE wp_options SET option_value = ‘Hacked by Nabilaholic404 Hacked by Nabilaholic404’ WHERE option_name = ‘blogname’

Maka nama situs berubah menjadi Hacked by Nabilaholic404 Hacked by Nabilaholic404.
kalau mau ngubah blogdescription ya tinggal di WHERE option_name = ‘blogdescription’ .
Lihat gambar :

Nah, untuk mengedit tabel wp_users lebih gampang .
UPDATE wp_users SET user_pass=md5(‘password’)

Untuk password tidak perlu di hash ke md5 . Cukup ketik kata biasa saja. Misal kita command
UPDATE wp_users SET user_pass=md5(‘nabilah’)
maka password ti database otomatis terisi 6138f95a7e66e7373c8d770ad348d13c (hash dari password yang dimasukkan tadi = nabilah ) .

Sekian tutorial kali ini , semoga bermanfaat.

Filed Under: Uncategorized Tagged With: Hacking, Tips Dan Trik

Reader Interactions

Comments

  1. Anonim says

    March 30, 2014 at 6:53 pm

    Wow that was odd. I just wrote an extremely long comment but
    after I clicked submit my comment didn't appear. Grrrr… well I'm not writing all that over again.
    Anyway, just wanted to say wonderful blog!

    Feel free to surf to my blog; garcinia cambodia

    Reply
  2. Anonim says

    March 31, 2014 at 3:22 am

    I leave a response each time I especially enjoy a article on
    a site or I have something to contribute to the conversation.
    Usually it's a result of the passion displayed in the post I read.
    And after this post "Command Untuk Edit / Modifikasi Database Lewat Shell b374k".
    I was moved enough to drop a leave a responsea response 😉 I do have 2 questions for you if you don't mind.
    Is it only me or does it appear like some of the responses come across like they are left
    by brain dead individuals? 😛 And, if you are posting at additional places, I would like
    to keep up with you. Could you list every one of all your community pages like your
    twitter feed, Facebook page or linkedin profile?

    Also visit my blog posthere free psn code []

    Reply
  3. Anonim says

    March 31, 2014 at 3:10 pm

    Thanks for finally talking about > "Command Untuk Edit / Modifikasi Database Lewat Shell b374k" < Loved it!

    Feel free to surf to my web pageat skype credit hack ()

    Reply
  4. alat sex says

    April 2, 2014 at 11:04 am

    terima kasih untuk infonya

    Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Primary Sidebar

Popular Post

Deface dengan Metode Timthumb Remote Code Execution

Upload Backdoor Lewat MySQL Database (phpMyAdmin)

Deteksi Celah No Redirect pada Suatu Situs menggunakan cURL

WordPress 4.7.0/4.7.1 Content Injection Exploit

Readme.io Custom Domain or Subdomain Takeover

Cara Deface dengan Exploit Slims CMS Senayan Arbitrary File Upload Vulnerability

Cara Deface Website dengan Teknik Local File Inclusion

FCKeditor Bypass Shell Upload With Burp Suite Intercept

Cracking FTP Password using Hydra on BackBox Linux

Open Redirect Bypass Cheat Sheet

LinuxSec / 10 queries in 0.11 seconds