Jacco,
if you provide --search -C password, then select LIKE search (default)
then sqlmap with apply the LIKE only on the column name, not on table
nor or database.
To search for tables like password provide --search -T password instead.
Bernardo
On 1 November 2013 07:53, Jacco van Tuijl wrote
Hi all,
When using the * --search 'password'* option
and selecting the LIKE option:
*
*
*do you want sqlmap to consider provided column(s):*
*[1] as LIKE column names (default)*
*[2] as exact column names*
*> 1*
When searching a database for a column with the text 'password' it uses
LIKE.
when