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 628f676 commit c8fd6deCopy full SHA for c8fd6de
msfupdate
@@ -39,9 +39,10 @@ end
39
40
# TODO
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."
+ $stdout.puts "[*] Deprecation Note: The next version of Metasploit will"
+ $stdout.puts "[*] update over the git protocol, which requires outbound"
+ $stdout.puts "[*] access to github.com:9418/TCP."
45
+ $stdout.puts "[*] Please adjust your egress firewall rules accordingly."
46
end
47
48
# Some of these args are meaningful for SVN, some for Git,
0 commit comments