File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
lib/metasploit/framework/command Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ class Metasploit::Framework::Command::Console < Metasploit::Framework::Command::
11
11
def spinner
12
12
return if $msf_spinner_thread
13
13
$msf_spinner_thread = Thread . new do
14
+ $stdout. print "[*] Starting the Metasploit Framework console..."
14
15
loop do
15
16
%q{/-\|} . each_char do |c |
16
17
$stdout. print c
Original file line number Diff line number Diff line change 45
45
require Pathname . new ( __FILE__ ) . realpath . expand_path . parent . join ( 'config' , 'boot' )
46
46
require 'metasploit/framework/command/console'
47
47
48
- $stdout. print "[*] Starting the Metasploit Framework console..."
49
48
Metasploit ::Framework ::Command ::Console . start
50
49
$stdout. puts "[*] Metasploit Framework console session ended"
You can’t perform that action at this time.
0 commit comments