Updated payload cached size

bug/bundler_fix
benpturner 2015-04-26 09:30:41 +01:00
parent e6c61c461e
commit 4cb1a6c255
2 changed files with 3 additions and 3 deletions

View File

@ -8,14 +8,14 @@ require 'msf/base/sessions/powershell'
module Metasploit3
CachedSize = 0
CachedSize = 1294
include Msf::Payload::Single
include Rex::Powershell::Command
def initialize(info = {})
super(merge_info(info,
'Name' => 'Windows Interactive Powershell Session, Bins TCP',
'Name' => 'Windows Interactive Powershell Session, Bind TCP',
'Description' => 'Interacts with a powershell session on an established socket connection',
'Author' =>
[

View File

@ -8,7 +8,7 @@ require 'msf/base/sessions/powershell'
module Metasploit3
CachedSize = 0
CachedSize = 1294
include Msf::Payload::Single
include Rex::Powershell::Command