[sqlmap-users] Possible faster finding data thru blind injection
Brought to you by:
inquisb
From: Erik N. <da...@gm...> - 2010-07-27 17:42:12
|
It often takes long time to find data thru blind injection. Sqlmap loops thru all characters and moves on to the next one when it hits one. I have two interesting ideas of how this can work faster: 1) Word list, after finding the first two letters, it will try the next one according two the most common next letter in the word list. 2) Typing on the keyboard. You can often guess what the next letter is, by typing the letter on the keyboard, Sqlmap will try this letter next. Or a combination of those two, that would be the best solution I think. What do you think? Erik |