Skip to content

Commit 8672697

Browse files
committed
payload size updated
1 parent 363d3c2 commit 8672697

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

modules/payloads/stagers/php/bind_tcp.rb

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

99
module MetasploitModule
1010

11-
CachedSize = 1188
11+
CachedSize = 1338
1212

1313
include Msf::Payload::Stager
1414
include Msf::Payload::Php::BindTcp

modules/payloads/stagers/php/bind_tcp_ipv6.rb

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

99
module MetasploitModule
1010

11-
CachedSize = 1187
11+
CachedSize = 1337
1212

1313
include Msf::Payload::Stager
1414
include Msf::Payload::Php::BindTcp

modules/payloads/stagers/php/bind_tcp_ipv6_uuid.rb

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

99
module MetasploitModule
1010

11-
CachedSize = 1361
11+
CachedSize = 1511
1212

1313
include Msf::Payload::Stager
1414
include Msf::Payload::Php::BindTcp

modules/payloads/stagers/php/bind_tcp_uuid.rb

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

99
module MetasploitModule
1010

11-
CachedSize = 1362
11+
CachedSize = 1512
1212

1313
include Msf::Payload::Stager
1414
include Msf::Payload::Php::BindTcp

modules/payloads/stagers/php/reverse_tcp.rb

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

99
module MetasploitModule
1010

11-
CachedSize = 966
11+
CachedSize = 1116
1212

1313
include Msf::Payload::Stager
1414
include Msf::Payload::Php::ReverseTcp

modules/payloads/stagers/php/reverse_tcp_uuid.rb

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

99
module MetasploitModule
1010

11-
CachedSize = 1140
11+
CachedSize = 1290
1212

1313
include Msf::Payload::Stager
1414
include Msf::Payload::Php::ReverseTcp

0 commit comments

Comments
 (0)