Skip to content

Commit 9877a61

Browse files
author
Brent Cook
committed
bump payloads
1 parent b38a962 commit 9877a61

15 files changed

+16
-18
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ PATH
1717
metasploit-concern
1818
metasploit-credential
1919
metasploit-model
20-
metasploit-payloads (= 1.3.3)
20+
metasploit-payloads (= 1.3.4)
2121
metasploit_data_models
2222
metasploit_payloads-mettle (= 0.2.2)
2323
msgpack
@@ -150,7 +150,7 @@ GEM
150150
activemodel (~> 4.2.6)
151151
activesupport (~> 4.2.6)
152152
railties (~> 4.2.6)
153-
metasploit-payloads (1.3.3)
153+
metasploit-payloads (1.3.4)
154154
metasploit_data_models (2.0.15)
155155
activerecord (~> 4.2.6)
156156
activesupport (~> 4.2.6)

lib/msf/core/payload/windows/x64/meterpreter_loader.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def asm_invoke_metsrv(opts={})
4242
push rbp ; save rbp
4343
mov rbp, rsp ; set up a new stack frame
4444
sub rsp, 32 ; allocate some space for calls.
45-
and rsp, ~0xF ; Ensure RSP is 16 byte aligned
45+
and rsp, ~0xF ; Ensure RSP is 16 byte aligned
4646
; GetPC
4747
call $+5 ; relative call to get location
4848
pop rbx ; pop return value

metasploit-framework.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Gem::Specification.new do |spec|
7070
# are needed when there's no database
7171
spec.add_runtime_dependency 'metasploit-model'
7272
# Needed for Meterpreter
73-
spec.add_runtime_dependency 'metasploit-payloads', '1.3.3'
73+
spec.add_runtime_dependency 'metasploit-payloads', '1.3.4'
7474
# Needed for the next-generation POSIX Meterpreter
7575
spec.add_runtime_dependency 'metasploit_payloads-mettle', '0.2.2'
7676
# Needed by msfgui and other rpc components

modules/payloads/singles/windows/meterpreter_bind_tcp.rb

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

1313
module MetasploitModule
1414

15-
CachedSize = 171583
15+
CachedSize = 179267
1616

1717
include Msf::Payload::TransportConfig
1818
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
@@ -12,7 +12,7 @@
1212

1313
module MetasploitModule
1414

15-
CachedSize = 172627
15+
CachedSize = 180311
1616

1717
include Msf::Payload::TransportConfig
1818
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
@@ -12,7 +12,7 @@
1212

1313
module MetasploitModule
1414

15-
CachedSize = 172627
15+
CachedSize = 180311
1616

1717
include Msf::Payload::TransportConfig
1818
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
@@ -12,7 +12,7 @@
1212

1313
module MetasploitModule
1414

15-
CachedSize = 171583
15+
CachedSize = 179267
1616

1717
include Msf::Payload::TransportConfig
1818
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
@@ -12,7 +12,7 @@
1212

1313
module MetasploitModule
1414

15-
CachedSize = 171583
15+
CachedSize = 179267
1616

1717
include Msf::Payload::TransportConfig
1818
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
@@ -12,7 +12,7 @@
1212

1313
module MetasploitModule
1414

15-
CachedSize = 194623
15+
CachedSize = 205379
1616

1717
include Msf::Payload::TransportConfig
1818
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
@@ -12,7 +12,7 @@
1212

1313
module MetasploitModule
1414

15-
CachedSize = 195667
15+
CachedSize = 206423
1616

1717
include Msf::Payload::TransportConfig
1818
include Msf::Payload::Windows

0 commit comments

Comments
 (0)