[sqlmap-users] Weird issue when processing urls from a file
Brought to you by:
inquisb
From: Happy U. <rob...@gm...> - 2013-04-07 10:10:31
|
The command line I used was sqlmap.py -m test-urls.txt -Twp_users -Cid,user_login,user_pass --dump --stop 1 --answer="crack=N" -p id --technique=B --null-connection --batch > test-urls-output.txt When processing a list of urls from a file, sqlmap retrieves the database name from the first url and the uses this database name when trying to retrieve column names for all other urls. For example in the attachment test-url-a48948_1.txt the first database name retrieved was 'a48948_1', sqlmap tried to retrieve columns names for the database a48948_1 in all following urls and failed. In the attachment test-urls-drmoto_wp.txt the first database name to be retrieved was 'drmoto_wp', then sqlmap tried to retrieve columns names for the database a48948_1 in all following urls. The file test-urls.txt in these two runs contained the same 3 urls, just in different order. |