[sqlmap-users] Multiple Database - No Database Specified - Using current database
Brought to you by:
inquisb
From: Matt S. <ma...@su...> - 2012-01-05 22:59:28
|
Hi, During December it appears that something has changed (from my perspective at least) with SQLmap. Before it was possible to issue a --dbs --tables --columns during a pentest and SQLMAP would list all databases, columns and tables. However since upgrading to the new revision it appears that it is not possible to dump columns or perform searches outside of the current database.. Typically for the search i use to specify --search -C user,pass and SQLMap would happily go off and search all databases now the same command only searches the current database. [22:35:20] [WARNING] missing database parameter, sqlmap is going to use the current database to enumerate table(s) columns [22:35:20] [INFO] fetching current database Thanks, M |