Updated payload cached size
parent
e6c61c461e
commit
4cb1a6c255
|
@ -8,14 +8,14 @@ require 'msf/base/sessions/powershell'
|
||||||
|
|
||||||
module Metasploit3
|
module Metasploit3
|
||||||
|
|
||||||
CachedSize = 0
|
CachedSize = 1294
|
||||||
|
|
||||||
include Msf::Payload::Single
|
include Msf::Payload::Single
|
||||||
include Rex::Powershell::Command
|
include Rex::Powershell::Command
|
||||||
|
|
||||||
def initialize(info = {})
|
def initialize(info = {})
|
||||||
super(merge_info(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',
|
'Description' => 'Interacts with a powershell session on an established socket connection',
|
||||||
'Author' =>
|
'Author' =>
|
||||||
[
|
[
|
||||||
|
|
|
@ -8,7 +8,7 @@ require 'msf/base/sessions/powershell'
|
||||||
|
|
||||||
module Metasploit3
|
module Metasploit3
|
||||||
|
|
||||||
CachedSize = 0
|
CachedSize = 1294
|
||||||
|
|
||||||
include Msf::Payload::Single
|
include Msf::Payload::Single
|
||||||
include Rex::Powershell::Command
|
include Rex::Powershell::Command
|
||||||
|
|
Loading…
Reference in New Issue