From f195c4bde340844da83e176d94bc596d0c969565 Mon Sep 17 00:00:00 2001 From: Jacob Robles Date: Fri, 26 Apr 2019 08:40:07 -0500 Subject: [PATCH] Update payload cache sizes --- modules/payloads/singles/cmd/windows/powershell_bind_tcp.rb | 2 +- modules/payloads/singles/cmd/windows/powershell_reverse_tcp.rb | 2 +- modules/payloads/singles/windows/powershell_bind_tcp.rb | 2 +- modules/payloads/singles/windows/powershell_reverse_tcp.rb | 2 +- modules/payloads/singles/windows/x64/powershell_bind_tcp.rb | 2 +- modules/payloads/singles/windows/x64/powershell_reverse_tcp.rb | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/payloads/singles/cmd/windows/powershell_bind_tcp.rb b/modules/payloads/singles/cmd/windows/powershell_bind_tcp.rb index 83e3bc0f93..566e876fd9 100644 --- a/modules/payloads/singles/cmd/windows/powershell_bind_tcp.rb +++ b/modules/payloads/singles/cmd/windows/powershell_bind_tcp.rb @@ -10,7 +10,7 @@ require 'msf/core/handler/bind_tcp' module MetasploitModule - CachedSize = 1518 + CachedSize = 1553 include Msf::Payload::Single include Rex::Powershell::Command diff --git a/modules/payloads/singles/cmd/windows/powershell_reverse_tcp.rb b/modules/payloads/singles/cmd/windows/powershell_reverse_tcp.rb index 48bcf2a81d..c1f78af712 100644 --- a/modules/payloads/singles/cmd/windows/powershell_reverse_tcp.rb +++ b/modules/payloads/singles/cmd/windows/powershell_reverse_tcp.rb @@ -10,7 +10,7 @@ require 'msf/core/handler/reverse_tcp_ssl' module MetasploitModule - CachedSize = 1526 + CachedSize = 1561 include Msf::Payload::Single include Rex::Powershell::Command diff --git a/modules/payloads/singles/windows/powershell_bind_tcp.rb b/modules/payloads/singles/windows/powershell_bind_tcp.rb index 85f68c50be..c362619664 100644 --- a/modules/payloads/singles/windows/powershell_bind_tcp.rb +++ b/modules/payloads/singles/windows/powershell_bind_tcp.rb @@ -15,7 +15,7 @@ require 'msf/core/handler/bind_tcp' ### module MetasploitModule - CachedSize = 1703 + CachedSize = 1738 include Msf::Payload::Windows::Exec include Rex::Powershell::Command diff --git a/modules/payloads/singles/windows/powershell_reverse_tcp.rb b/modules/payloads/singles/windows/powershell_reverse_tcp.rb index a832263888..adf0025e27 100644 --- a/modules/payloads/singles/windows/powershell_reverse_tcp.rb +++ b/modules/payloads/singles/windows/powershell_reverse_tcp.rb @@ -15,7 +15,7 @@ require 'msf/core/handler/reverse_tcp_ssl' ### module MetasploitModule - CachedSize = 1711 + CachedSize = 1746 include Msf::Payload::Windows::Exec include Msf::Payload::Windows::Powershell diff --git a/modules/payloads/singles/windows/x64/powershell_bind_tcp.rb b/modules/payloads/singles/windows/x64/powershell_bind_tcp.rb index 596c8c787f..7a30cb39da 100644 --- a/modules/payloads/singles/windows/x64/powershell_bind_tcp.rb +++ b/modules/payloads/singles/windows/x64/powershell_bind_tcp.rb @@ -15,7 +15,7 @@ require 'msf/core/handler/bind_tcp' ### module MetasploitModule - CachedSize = 1786 + CachedSize = 1821 include Msf::Payload::Windows::Exec_x64 include Rex::Powershell::Command diff --git a/modules/payloads/singles/windows/x64/powershell_reverse_tcp.rb b/modules/payloads/singles/windows/x64/powershell_reverse_tcp.rb index 9e6b57f410..d4d6588e7b 100644 --- a/modules/payloads/singles/windows/x64/powershell_reverse_tcp.rb +++ b/modules/payloads/singles/windows/x64/powershell_reverse_tcp.rb @@ -15,7 +15,7 @@ require 'msf/core/handler/reverse_tcp_ssl' ### module MetasploitModule - CachedSize = 1794 + CachedSize = 1829 include Msf::Payload::Windows::Exec_x64 include Msf::Payload::Windows::Powershell