[sqlmap-users] Dump database by injected url, without finding column
Brought to you by:
inquisb
From: bogdan <bog...@ou...> - 2015-10-07 08:49:30
|
Hello! I have a list of vulners UnionBased urls(example): http://hello.com/index.php?id=-1+and+union+all+select+1,2,3,[point],4,5-- http://world.com/index.php?page=3+and+union+all+select+1,2,3,4,[point]-- How can i to load one url of this list to sqlmap and dumping structure of database, without finding injecting point? Sorry, for my bad English, and Thanks! |