Re: [sqlmap-users] python script to read partial file downloads from the sqlmap session

2011-09-09 Thread Ahmed Shawky
AFAIK sqlmap uses into DUMPFILE and the speed of grabbing files within this function depends on the used technique it self during the injection On Fri, Sep 9, 2011 at 6:17 PM, ryan cartner wrote: > Using --file-read on some injections can take a long time if the file must > be retrieved one char

[sqlmap-users] python script to read partial file downloads from the sqlmap session

2011-09-09 Thread ryan cartner
Using --file-read on some injections can take a long time if the file must be retrieved one character at a time. Currently there is no easy way to view a partially downloaded file. This python script will do that. Simply run sqlmap with --file-read and once you've read part of the file, run the scr