File tree Expand file tree Collapse file tree 2 files changed +16
-12
lines changed Expand file tree Collapse file tree 2 files changed +16
-12
lines changed Original file line number Diff line number Diff line change 36
36
37
37
def print_deprecation_warning
38
38
$stdout. puts ""
39
- $stdout. puts "[*] Deprecation Note: After 2013-03-15 (March 15, 2013), Metasploit"
40
- $stdout. puts "[*] source checkouts will NO LONGER update over SVN, but will be using"
41
- $stdout. puts "[*] GitHub exclusively. You should either download a new Metasploit"
42
- $stdout. puts "[*] installer, or use a git clone of Metasploit Framework before"
43
- $stdout. puts "[*] then. You will also need outbound access to github.com on"
44
- $stdout. puts "[*] TCP port 9418 (git), 22 (ssh) or 443 (https), depending on the"
45
- $stdout. puts "[*] protocol used to clone Metasploit Framework (usually, git protocol)."
39
+ $stdout. puts "[-] Deprecation Note: Metasploit source checkouts NO LONGER update"
40
+ $stdout. puts "[-] over SVN. You will need to reinstall Metasploit using"
41
+ $stdout. puts "[-] binary installers (from http://www.metasploit.com/download ),"
42
+ $stdout. puts "[-] Debian packages (currently only supported on Kali Linux), or"
43
+ $stdout. puts "[-] a development source checkout from GitHub (see http://r-7.co/ZLhA8P )"
44
+ $stdout. puts "[-] "
45
+ $stdout. puts "[-] For more on msfupdate and migrating off of SVN, see http://r-7.co/MSF-UP"
46
+ $stdout. puts ""
46
47
end
47
48
48
49
if is_svn
Original file line number Diff line number Diff line change 58
58
59
59
def print_deprecation_warning
60
60
$stdout. puts ""
61
- $stdout. puts "[*] Deprecation Note: After 2013-02-28 (February 28, 2013), Metasploit"
62
- $stdout. puts "[*] source checkouts will NO LONGER update over SVN, but will be using"
63
- $stdout. puts "[*] GitHub exclusively. You should either download a new Metasploit"
64
- $stdout. puts "[*] installer, or use a git clone of Metasploit Framework before"
65
- $stdout. puts "[*] then. You will also need outbound access to github.com:9418/TCP."
61
+ $stdout. puts "[-] Deprecation Note: Metasploit source checkouts NO LONGER update"
62
+ $stdout. puts "[-] over SVN. You will need to reinstall Metasploit using"
63
+ $stdout. puts "[-] binary installers (from http://www.metasploit.com/download ),"
64
+ $stdout. puts "[-] Debian packages (currently only supported on Kali Linux), or"
65
+ $stdout. puts "[-] a development source checkout from GitHub (see http://r-7.co/ZLhA8P )"
66
+ $stdout. puts "[-] "
67
+ $stdout. puts "[-] For more on msfupdate and migrating off of SVN, see http://r-7.co/MSF-UP"
66
68
$stdout. puts ""
69
+ maybe_wait_and_exit 0x11
67
70
end
68
71
69
72
def maybe_wait_and_exit ( exit_code = 0 )
You can’t perform that action at this time.
0 commit comments