[sqlmap-users] Bug
Brought to you by:
inquisb
|
From: Ümit S. <uem...@gm...> - 2009-01-22 14:05:49
|
uemitlaptop:~/Documents/Downloads/sqlmap-0.6.3 uemit$ python sqlmap.py
-u "192.168.1.39/testAPPs/news.php?datum=2007-01-01"
--string='Willkommen' --union-use --os-shell
/Users/uemit/Documents/Downloads/sqlmap-0.6.3/lib/core/convert.py:27:
DeprecationWarning: the md5 module is deprecated; use hashlib instead
import md5
/Users/uemit/Documents/Downloads/sqlmap-0.6.3/lib/core/convert.py:28:
DeprecationWarning: the sha module is deprecated; use the hashlib
module instead
import sha
sqlmap version: 0.6.3
Python version: 2.6.1
Operating system: darwin
Traceback (most recent call last):
File "sqlmap.py", line 81, in main
start()
File "/Users/uemit/Documents/Downloads/sqlmap-0.6.3/lib/controller/controller.py",
line 267, in start
action()
File "/Users/uemit/Documents/Downloads/sqlmap-0.6.3/lib/controller/action.py",
line 134, in action
conf.dbmsHandler.osShell()
File "/Users/uemit/Documents/Downloads/sqlmap-0.6.3/plugins/dbms/mysql.py",
line 473, in osShell
page, _ = Request.getPage(url=uploaderUrl, multipart=multipartParams)
ValueError: too many values to unpack
|