Re: [sqlmap-users] bug
Brought to you by:
inquisb
From: Bernardo D. A. G. <ber...@gm...> - 2009-05-18 23:31:07
|
Hi Gabriel, On Thu, May 14, 2009 at 14:10, Gabriel eu <mes...@gm...> wrote: > cmd: ./sqlmap.py -u > "http://.../?conteudo=integra&numero=97&titulo=Uma%20refdorma%20atrasada" > -p numero --union-use --read-file > '.../login.php >... > unhexStr = binascii.unhexlify(hexStr) > TypeError: Odd-length string It looks like the enumerated hexadecimal encoded file content is not a pair number so it can not be converted back to its original value on the attacker side. Use -s option to save the file content in the session file if possible and get back to me privately. Cheers, -- Bernardo Damele A. G. E-mail / Jabber: bernardo.damele (at) gmail.com Mobiles: +447788962949 (UK), +393493821385 (IT) PGP Key ID: 0x05F5A30F |