Sunday, 28 August 2016

MYSQL Db dump tool tbl-xtract

Tbl-Xtract is a script to dump huge databases Quickly . It can dump 5 thousand records in one request (Quite fast huh ? ) . It also supports Post SQLi and Custom limit . the default is 5 thousand . there’s also the handy –A for Apostrophe if required
  • Usage
Using the script requires a bit of work in that u have to know the total columns .. the vulnerable column .. the table name and the columns to dump . Having all that info at hand you just run the script using
python –c Total_columns –v Vulnerable_column –t Table_Name –n column_names 
  • Screenshots
tbl_xtract_python_virkid
Help text
tbl_xtract_python_virkid_1
in Action
tbl_xtract_python_virkid_2
Aha! The Dump File
tbl_xtract_python_virkid_3
Delicious info!
  • Code

3 comments:

  1. Well it is delicious. Though since we wet, i haven't got your update nor you made any updates in the code. :PPPP

    ReplyDelete