Re: [sqlmap-users] Exception when processing url with spaces (%20)
Brought to you by:
inquisb
From: Miroslav S. <mir...@gm...> - 2012-11-26 12:36:10
|
Hi again. Just update to the latest revision. This was fixed 4 months ago [1]. Kind regards, Miroslav Stampar [1] https://github.com/sqlmapproject/sqlmap/issues/142 On Mon, Nov 26, 2012 at 1:33 PM, Miroslav Stampar < mir...@gm...> wrote: > p.s. you are using quite old version of sqlmap (that third party library > currently is inside "thirdparty/clientform" directory). please update to > the latest revision from [1] to have it up to date. > > [1] https://github.com/sqlmapproject/sqlmap > > > On Mon, Nov 26, 2012 at 1:31 PM, Miroslav Stampar < > mir...@gm...> wrote: > >> Hi Tran. >> >> If you take a good look into the exception message you would see that the >> error is related to something totally different. Somebody in your case used >> invalid HTML escaping and put hexadecimal number instead of decimal to the >> &#....; format (e.g. éde; instead of 𣏞). Nevertheless, there >> should be no crashes like this. We'll fix it ASAP. >> >> Kind regards, >> Miroslav Stampar >> >> >> On Mon, Nov 26, 2012 at 12:33 PM, Tran Vien Ha <tra...@gm...>wrote: >> >>> ValueError: invalid literal for int() with base 10: '233de' >> >> >> >> >> -- >> Miroslav Stampar >> http://about.me/stamparm >> > > > > -- > Miroslav Stampar > http://about.me/stamparm > -- Miroslav Stampar http://about.me/stamparm |