Re: [sqlmap-users] Exception when processing url with spaces (%20)
Brought to you by:
inquisb
From: Miroslav S. <mir...@gm...> - 2012-11-26 12:31:14
|
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 |