[sqlmap-users] Garbled output
Brought to you by:
inquisb
|
From: fuzion <ad...@nu...> - 2009-01-21 01:53:38
|
I was testing a script with the lastest svn r346 (and a few revisions
prior) and I keep getting garbled output:
[19:40:39] [INPUT] there were multiple injection points, please select
the one to use to go ahead:
[0] place: POST, parameter: email, type: stringdouble (default)
[1] place: User-Agent, parameter: User-Agent, type: numeric
[q] Quit
Choice: 0
[19:40:46] [INFO] testing for parenthesis on injectable parameter
[19:40:46] [INFO] the injectable parameter requires 3 parenthesis
[19:40:46] [INFO] testing MySQL
[19:40:46] [INFO] confirming MySQL
[19:40:46] [INFO] query: SELECT 9 FROM information_schema.TABLES LIMIT 0, 1
[19:40:46] [INFO] retrieved: ow♂_K/{oX=WY{Y⌂vz_L~gm;o⌂1~W
[19:40:52] [ERROR] user aborted
Here's the command I used:
sqlmap.py -u "http://site/forgot.php" --method=POST
--data="email=1&location=%2Fforgot%2Ephp" --dbms=mysql
Any idea what's causing this? It's the same DB I've always used for testing...
--
http://www.nukeit.org
|