[sqlmap-users] https request through proxy not working
Brought to you by:
inquisb
From: Jorge S. <jor...@ho...> - 2011-04-01 11:07:56
|
Hi All, I'm running sqlmap-0.9 rev 3162. When trying to use sqlmap for an https target through a proxy (webscarame or cntlm) I get a [CRITICAL] unable to connect to the target url or proxy, sqlmap is going to retry the request If the target is http, it works OK. My command line is: python sqlmap.py -r /home/samurai/Desktop/tmp3/conversations/7-request --proxy "http://127.0.0.1:8008" --current-db -v 3 --ignore-proxy Any thoughts? Thanks in advance JS |