[sqlmap-users] feature request - suggest answer
Brought to you by:
inquisb
From: Robin W. <ro...@di...> - 2012-06-25 17:00:52
|
I've just been testing a site which has to have the --no-cast option to retrieve data, it works great but it is very slow. Because of this I'd quite often guessed the data it was pulling down way before the command had finished, especially with table names. It would be really good if you could in some way pause the script and suggest what you think the value would be then have it test that, if you are right it moves on, if not it continues from where it left off. I guess this would be quite hard to implement as it would have to work across multiple threads but would be a really cool feature if it could be added. Robin |