[sqlmap-users] how to search for column name in a specific database using '--search' ?
Brought to you by:
inquisb
From: CoeTs7 <tm...@ho...> - 2011-12-02 11:42:05
|
hi all. i'm wondering if there's a way to search for column name in a specific database while using '--search' ? i've tried '-D authdb --search -C "%PASSWORD%"' but sqlmap think that i'm trying to search a database named "authdb" and a column named like 'password' . I am sure that the password i want to know is in the database 'authdb' so i don't want to waste time searching in other dbs. Is there any way i can do this? thx a lot. |