Skip to content

Commit d19406c

Browse files
committed
Update the payload cache size
1 parent 1cc167a commit d19406c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/payloads/singles/windows/powershell_bind_tcp.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
###
1414
module Metasploit3
1515

16-
CachedSize = 1455
16+
CachedSize = 1495
1717

1818
include Msf::Payload::Windows::Exec
1919
include Rex::Powershell::Command

modules/payloads/singles/windows/powershell_reverse_tcp.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
###
1414
module Metasploit3
1515

16-
CachedSize = 1439
16+
CachedSize = 1479
1717

1818
include Msf::Payload::Windows::Exec
1919
include Rex::Powershell::Command

0 commit comments

Comments
 (0)