Metasploit mailing list archives

Is it possible to use update behind a proxy ?


From: hdm at metasploit.com (H D Moore)
Date: Sat, 10 Feb 2007 00:20:56 -0600

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



Current thread: