[sqlmap-users] in case backend db mysql 5.x
Brought to you by:
inquisb
From: Pagera <pag...@gm...> - 2010-04-28 00:13:18
|
hello and hope u fine im wondering in case that the backend db is mysql 5.x why SQLmap doesnt get the db info from information schema immediately ? it take too long to retrieve the table names and columns while comparing some sql injection it took me about 2 minutes to get all info by querying the information schema while sqlmap spend about an hour to et the same info as u know all the db info exist in the information schema so is it possible to apply this to sqlmap to retrieve the table and column names from information schema immediately ? and u know how much mysql 5.x used all over the web regards |