Re: [sqlmap-users] bug report: dumps not saved with r4542

2011-11-23 Thread Miroslav Stampar
Hi. Do you get message like "15:26:04] [INFO] Table 'DB.TABLE' dumped to CSV file '/home/.../sqlmap/output/.../dump/DB/TABLE.csv'"? Thing is that I can't reproduce it so I'll need more information. Traffic file will be ok together with the console output with -v 3. Kind regards On Wed, Nov 23,

Re: [sqlmap-users] bug report: dumps not saved with r4542

2011-11-23 Thread m4l1c3
Updated to 4543. Dumps still not saved to /output/domain/dump/ Please ignore the previous > DUMP redirection. On Wed, Nov 23, 2011 at 12:54 AM, m4l1c3 wrote: > Update: > > Command: > ./sqlmap.py -u "http://www..org:80/php"; --forms --batch > --technique=U -pfield --dump-all --exclu

Re: [sqlmap-users] bug report: dumps not saved with r4542

2011-11-22 Thread m4l1c3
Update: Command: ./sqlmap.py -u "http://www..org:80/php"; --forms --batch --technique=U -pfield --dump-all --exclude-sysdbs > DUMP This produces normal. "trimmed" dumps to console. Then, after cracking hashes: [INFO] cracked password 'password1' for user 'user1' [INFO] current stat

[sqlmap-users] bug report: dumps not saved with r4542

2011-11-22 Thread m4l1c3
Command: ./sqlmap.py -u "http://www..XXX:80/SOME.php"; --forms --technique=U -pNULL --dump -T TABLE01 -D DB The command completes with no errors, and the contents are dumped to console (abbreviated, as normal), however; the /output/domain/dump/ directory remains empty. Need traffic.log?