[sqlmap-users] Major improvement to --dump
Brought to you by:
inquisb
From: Bernardo D. A. G. <ber...@gm...> - 2011-05-10 15:47:38
|
Hi, A couple of days ago we have fixed a minor bug in --dump-all (thanks for the bug report!) and took the chance to improve --dump too. Now --dump can be used to: * Dump the entries of all tables within the current database by not providing the database name with -D. For instance: --dump * Dump the entries of specific table(s) in the current database by not providing the database name with -D. For instance: --dump -T table1,table2 * Dump the entries of all tables in a provided database name. For instance: --dump -D testdb * Dump the entries of specific table(s) in a provided database name. For instance: --dump -T table1,table2 -D testdb Note that -C is always supported. If provided, it will dump only those table(s) columns' entries. As usual, --exclude-sysdbs, --start, --stop, --first and --last are all still supported. Cheers, Bernardo -- Bernardo Damele A. G. E-mail / Jabber: bernardo.damele (at) gmail.com Mobile: +447788962949 (UK 07788962949) PGP Key ID: 0x05F5A30F |