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 dcf2317 commit 60099d4Copy full SHA for 60099d4
msfcli
@@ -6,6 +6,13 @@
6
# or web-based interface.
7
#
8
9
+$stderr.puts "[!] ************************************************************************"
10
+$stderr.puts "[!] * The utility msfcli is deprecated! *"
11
+$stderr.puts "[!] * It will be removed on or about 2015-06-18 *"
12
+$stderr.puts "[!] * Please use msfconsole -r or -x instead *"
13
+$stderr.puts "[!] * Details: https://github.com/rapid7/metasploit-framework/pull/3802 *"
14
15
+
16
msfbase = __FILE__
17
while File.symlink?(msfbase)
18
msfbase = File.expand_path(File.readlink(msfbase), File.dirname(msfbase))
0 commit comments