We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d7de4b commit 628f676Copy full SHA for 628f676
msfupdate
@@ -38,8 +38,10 @@ def is_svn
38
end
39
40
# TODO
41
-def print_depreciation_warning
42
-
+def print_deprecation_warning
+ $stdout.puts "[*] Deprecation : The next version of Metasploit will update over the git"
43
+ $stdout.puts "[*] protocol, which requires outbound access to github.com:9418/TCP."
44
+ $stdout.puts "[*] Please adjust your egress firewall rules accordingly."
45
46
47
# Some of these args are meaningful for SVN, some for Git,
@@ -77,7 +79,7 @@ end
77
79
78
80
####### Since we're SVN, do it all this way #######
81
if is_svn
- print_depreciation_warning
82
+ print_deprecation_warning
83
@args.push("--config-dir=#{@configdir}")
84
@args.push("--non-interactive")
85
0 commit comments