Skip to content

Commit 37e0683

Browse files
authored
Merge pull request #24 from bwatters-r7/update-cache-sizes
update cached payload sizes
2 parents 124a153 + f996597 commit 37e0683

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

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

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

1111
module MetasploitModule
1212

13-
CachedSize = 1518
13+
CachedSize = 1501
1414

1515
include Msf::Payload::Single
1616
include Rex::Powershell::Command

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

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

1111
module MetasploitModule
1212

13-
CachedSize = 1526
13+
CachedSize = 1509
1414

1515
include Msf::Payload::Single
1616
include Rex::Powershell::Command

modules/payloads/singles/windows/powershell_bind_tcp.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
###
1616
module MetasploitModule
1717

18-
CachedSize = 1703
18+
CachedSize = 1501
1919

2020
include Msf::Payload::Windows::Exec
2121
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
@@ -15,7 +15,7 @@
1515
###
1616
module MetasploitModule
1717

18-
CachedSize = 1711
18+
CachedSize = 1509
1919

2020
include Msf::Payload::Windows::Exec
2121
include Msf::Payload::Windows::Powershell

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
###
1616
module MetasploitModule
1717

18-
CachedSize = 1786
18+
CachedSize = 1501
1919

2020
include Msf::Payload::Windows::Exec_x64
2121
include Rex::Powershell::Command

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
###
1616
module MetasploitModule
1717

18-
CachedSize = 1794
18+
CachedSize = 1509
1919

2020
include Msf::Payload::Windows::Exec_x64
2121
include Msf::Payload::Windows::Powershell

0 commit comments

Comments
 (0)