Re: [sqlmap-users] raise InvalidURL nonnumeric port
Brought to you by:
inquisb
From: Julia W. <jw...@fi...> - 2012-04-06 00:16:54
|
On Fri, 16 Mar 2012, Miroslav Stampar wrote: > After a through examination I believe that something other is screwed. In > your case "Host" header value is used for establishing origin of request [...] > Now, I can't imagine how is this happening. Could you please send me > privately more information? What command line have you used (or > configuration file in your case)? Also, traffic file (or maybe a part of > it) would be great. Oops, I meant to get back to you sooner. Anyway, attached is the config file, and the beginnings and endings of the inputs and outputs. Unrelated... I can't seem to get SQLMap to fully parse Burp logs. It says [19:13:04] [DEBUG] parsing targets list from '/home/jwolf/burpreq.log' [19:13:05] [INFO] sqlmap parsed 18 testable requests from the targets list [19:13:05] [INFO] sqlmap got a total of 18 targets I know there's more than eighteen targets... egrep "^GET|^POST" /home/jwolf/burpreq.log |sort | uniq |wc 262 786 15488 grep "^Content-Type: application/x-www-form-urlencoded" /home/jwolf/burpreq.log |wc 535 1545 33340 |