[sqlmap-users] Re-retrieving wrong data?
Brought to you by:
inquisb
From: Владимир М. <vil...@gm...> - 2013-02-13 08:31:30
|
Hello! Sometimes I have a problems: when I'm retrieving data I have errors in database/table/column name. Here is an example: [12:08:52] [INFO] retrieved: foo_cli [12:10:48] [ERROR] invalid character detected. retrying.. [12:10:48] [WARNING] increasing time delay to 7 seconds ents [12:13:02] [ERROR] unable to properly validate last character value ('!').. ! ...skipped... [12:17:48] [INFO] fetching columns for table 'foo_clients!' in database 'bar' [12:17:48] [INFO] retrieved: 0 [12:17:56] [ERROR] unable to retrieve the number of columns for table 'foo_clients!' in database 'bar' [12:17:56] [WARNING] unable to retrieve column names for table '`foo_clients!`' in database 'bar' foo_clients! is a wrong name, I think, and it's the reason to not retrieve it's columns. Maybe it'll be a good idea to add some command-line option to re-retrieve wrong data if it's possible? Or maybe there is some way to do it in current version? |