Daniel Cuthbert commented about adding proxy server support to SQLBrute. Well, a nice (and perhaps a little obscure) feature of urllib2 (which SQLBrute uses to send HTTP requests) is that you get HTTP proxy support out of the box. All you need to do is set your environment to point to the server, either by setting the http_proxy environment variable to point to your proxy, or (on Windows) by setting Internet Explorer to point to your proxy.
If setting the environment variable, on the Windows command line you can do this:
set http_proxy=myproxy:8080
Which should point it to your proxy. The same works for Unix/Linux with whatever export or set command is relevant for your shell.
The proxy support in urllib2 doesn't support authentication so if you have a proxy with authentication you might want to chain SQLBrute through your favourite local proxy (i.e. Burp, Paros etc) and have that handle the authentication for you. Enjoy!
Found this useful? Then Digg It.

Comments (1)
nice one sir!
Beers on me in September :)
Posted by Daniel | August 2, 2007 12:53 PM
Posted on August 2, 2007 12:53