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 4ea6b88 commit eb6a6c1Copy full SHA for eb6a6c1
msfconsole
@@ -40,7 +40,9 @@ def print_deprecation_warning
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:9418/TCP."
+ $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)."
46
end
47
48
if is_svn
0 commit comments