Updated comments

bug/bundler_fix
benpturner 2015-04-25 07:02:25 +01:00
parent 941a4ee572
commit 215e67bcbd
4 changed files with 6 additions and 6 deletions

View File

@ -18,8 +18,8 @@ module Metasploit3
def initialize(info = {})
super(merge_info(info,
'Name' => 'Windows Command, Interact with Established Connection',
'Description' => 'Interacts with a shell on an established socket connection',
'Name' => 'Windows Bind Powershell, Interact with Established Connection',
'Description' => 'Interacts with a powershell session on an established socket connection',
'Author' => 'hdm',
'License' => MSF_LICENSE,
'Platform' => 'windows',

View File

@ -18,8 +18,8 @@ module Metasploit3
def initialize(info = {})
super(merge_info(info,
'Name' => 'Windows Command, Interact with Established Connection',
'Description' => 'Interacts with a shell on an established socket connection',
'Name' => 'Windows Reverse Powershell, Interact with Established Connection',
'Description' => 'Interacts with a powershell session on an established socket connection',
'Author' => 'hdm',
'License' => MSF_LICENSE,
'Platform' => 'windows',

View File

@ -13,7 +13,7 @@ require 'msf/base/sessions/powershell'
###
module Metasploit3
CachedSize = 1455
CachedSize = :dynamic
include Msf::Payload::Windows::Exec
include Rex::Powershell::Command

View File

@ -13,7 +13,7 @@ require 'msf/base/sessions/powershell'
###
module Metasploit3
CachedSize = 1439
CachedSize = :dynamic
include Msf::Payload::Windows::Exec
include Rex::Powershell::Command