Skip to content

Commit fe51f55

Browse files
committed
Make stageless, and reverse_tcp x64 non-dynamic
1 parent 29649ff commit fe51f55

12 files changed

+24
-24
lines changed

modules/payloads/singles/windows/meterpreter_bind_tcp.rb

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

1414
module Metasploit4
1515

16-
CachedSize = :dynamic
16+
CachedSize = 906910
1717

1818
include Msf::TransportConfig
1919
include Msf::Payload::Windows

modules/payloads/singles/windows/meterpreter_reverse_http.rb

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

1414
module Metasploit4
1515

16-
CachedSize = :dynamic
16+
CachedSize = 907954
1717

1818
include Msf::TransportConfig
1919
include Msf::Payload::Windows

modules/payloads/singles/windows/meterpreter_reverse_https.rb

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

1414
module Metasploit4
1515

16-
CachedSize = :dynamic
16+
CachedSize = 907954
1717

1818
include Msf::TransportConfig
1919
include Msf::Payload::Windows

modules/payloads/singles/windows/meterpreter_reverse_ipv6_tcp.rb

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

1414
module Metasploit4
1515

16-
CachedSize = :dynamic
16+
CachedSize = 906910
1717

1818
include Msf::TransportConfig
1919
include Msf::Payload::Windows

modules/payloads/singles/windows/meterpreter_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 = :dynamic
16+
CachedSize = 906910
1717

1818
include Msf::TransportConfig
1919
include Msf::Payload::Windows

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

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

1414
module Metasploit4
1515

16-
CachedSize = :dynamic
16+
CachedSize = 1128098
1717

1818
include Msf::TransportConfig
1919
include Msf::Payload::Windows

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

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

1414
module Metasploit4
1515

16-
CachedSize = :dynamic
16+
CachedSize = 1129142
1717

1818
include Msf::TransportConfig
1919
include Msf::Payload::Windows

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

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

1414
module Metasploit4
1515

16-
CachedSize = :dynamic
16+
CachedSize = 1129142
1717

1818
include Msf::TransportConfig
1919
include Msf::Payload::Windows

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

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

1414
module Metasploit4
1515

16-
CachedSize = :dynamic
16+
CachedSize = 1128098
1717

1818
include Msf::TransportConfig
1919
include Msf::Payload::Windows

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

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

1414
module Metasploit4
1515

16-
CachedSize = :dynamic
16+
CachedSize = 1128098
1717

1818
include Msf::TransportConfig
1919
include Msf::Payload::Windows

0 commit comments

Comments
 (0)