Skip to content

Commit 628f676

Browse files
committed
Fill in the deprecation warning
1 parent 0d7de4b commit 628f676

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

msfupdate

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,10 @@ def is_svn
3838
end
3939

4040
# TODO
41-
def print_depreciation_warning
42-
41+
def print_deprecation_warning
42+
$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."
4345
end
4446

4547
# Some of these args are meaningful for SVN, some for Git,
@@ -77,7 +79,7 @@ end
7779

7880
####### Since we're SVN, do it all this way #######
7981
if is_svn
80-
print_depreciation_warning
82+
print_deprecation_warning
8183
@args.push("--config-dir=#{@configdir}")
8284
@args.push("--non-interactive")
8385

0 commit comments

Comments
 (0)