From f1be6b720b7aaec00d5d9e5dd19be2ebbfbaf64b Mon Sep 17 00:00:00 2001 From: Pearce Barry Date: Fri, 22 Sep 2017 13:38:06 -0500 Subject: [PATCH] Tweaky bits. --- modules/post/multi/manage/system_session.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/post/multi/manage/system_session.rb b/modules/post/multi/manage/system_session.rb index e878343f98..c19958a2ec 100644 --- a/modules/post/multi/manage/system_session.rb +++ b/modules/post/multi/manage/system_session.rb @@ -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