Re: [sqlmap-users] SQLMap Bug
Brought to you by:
inquisb
From: Bernardo D. A. G. <ber...@gm...> - 2008-11-10 23:11:33
|
Hi Marc-Andre', Marc-André Laverdière wrote: > ... > I'm having the following problem on a vanilla install on my Ubuntu 8.10 box: > > sqlmap -u="http://localhost:8180/securibench-micro/" > > sqlmap/0.6.2 coded by Bernardo Damele A. G. <ber...@gm...> > and Daniele Bellucci <dan...@gm...> > > [*] starting at: 15:09:51 > > [15:09:51] [ERROR] unhandled exception in sqlmap/0.6.2, please copy the > command line and the following text and send by e-mail to > ber...@gm.... I will fix it as soon as possible: > sqlmap version: 0.6.2 > Python version: 2.5.2 > Operating system: linux2 > Traceback (most recent call last): > File "/usr/bin/sqlmap", line 74, in main > start() > File "/usr/share/sqlmap/lib/controller/controller.py", line 125, in start > initTargetEnv() > File "/usr/share/sqlmap/lib/core/target.py", line 200, in initTargetEnv > parseTargetUrl() > File "/usr/share/sqlmap/lib/core/common.py", line 502, in parseTargetUrl > conf.port = int(__hostnamePort[1]) > ValueError: invalid literal for int() with base 10: '' The syntax is -u "http://localhost:8180/securibench-micro/" or --url="http://localhost:8180/securibench-micro/". Refer to the user's manual and sqlmap.py -h next time. Cheers, -- Bernardo Damele A. G. E-mail / Jabber: bernardo.damele (at) gmail.com Mobiles: +39-3493821385 (IT), +44-(0)7788962949 (UK) PGP Key ID: 0x05F5A30F |