Skip to content

Commit 4cb1a6c

Browse files
committed
Updated payload cached size
1 parent e6c61c4 commit 4cb1a6c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

modules/payloads/singles/cmd/windows/powershell_bind_tcp.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88

99
module Metasploit3
1010

11-
CachedSize = 0
11+
CachedSize = 1294
1212

1313
include Msf::Payload::Single
1414
include Rex::Powershell::Command
1515

1616
def initialize(info = {})
1717
super(merge_info(info,
18-
'Name' => 'Windows Interactive Powershell Session, Bins TCP',
18+
'Name' => 'Windows Interactive Powershell Session, Bind TCP',
1919
'Description' => 'Interacts with a powershell session on an established socket connection',
2020
'Author' =>
2121
[

modules/payloads/singles/cmd/windows/powershell_reverse_tcp.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
module Metasploit3
1010

11-
CachedSize = 0
11+
CachedSize = 1294
1212

1313
include Msf::Payload::Single
1414
include Rex::Powershell::Command

0 commit comments

Comments
 (0)