Skip to content

Commit eb6a6c1

Browse files
committed
Be more clear on protocol types
1 parent 4ea6b88 commit eb6a6c1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

msfconsole

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ def print_deprecation_warning
4040
$stdout.puts "[*] source checkouts will NO LONGER update over SVN, but will be using"
4141
$stdout.puts "[*] GitHub exclusively. You should either download a new Metasploit"
4242
$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."
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)."
4446
end
4547

4648
if is_svn

0 commit comments

Comments
 (0)