[framework] Is it possible to use update behind a proxy ?
H D Moore
hdm at metasploit.com
Sat Feb 10 00:20:56 CST 2007
MSFUpdate is now based on Subversion, which supports proxies. You can
configure proxy support by editing the 'servers' file in your subversion
directory.
On Windows (using our installer), you can find this file under:
?:\Program Files\Metasploit\Framework3\home\.subversion\servers
On Unix-like systems (Linux, Mac OS X, etc), you can find this file under:
~/.subversion/servers
To tell your copy of Subversion to use a proxy for MSFUpdate, just add the
following two sections to this servers file:
---
# Make a metasploit group
[groups]
metasploit = metasploit.com
# Define how the metasploit group should be accessed
[metasploit]
http-proxy-host = proxy1.some-domain-name.com
http-proxy-port = 80
# Optional username and password
# http-proxy-username = blah
# http-proxy-password = doubleblah
---
-HD
On Friday 09 February 2007 23:58, Border wrote:
> run normal MSFUpdate won't work, but i can't find any proxy settings
> ... use V2.7
More information about the framework
mailing list