Fix payload CacheSize for current pymet
parent
388edd3207
commit
3b3b569d8e
|
@ -12,7 +12,7 @@ require 'msf/base/sessions/meterpreter_python'
|
|||
|
||||
module Metasploit4
|
||||
|
||||
CachedSize = 50226
|
||||
CachedSize = 49482
|
||||
|
||||
include Msf::Payload::Single
|
||||
include Msf::Payload::Python
|
||||
|
|
|
@ -12,7 +12,7 @@ require 'msf/base/sessions/meterpreter_python'
|
|||
|
||||
module Metasploit4
|
||||
|
||||
CachedSize = 50190
|
||||
CachedSize = 49446
|
||||
|
||||
include Msf::Payload::Single
|
||||
include Msf::Payload::Python
|
||||
|
|
|
@ -12,7 +12,7 @@ require 'msf/base/sessions/meterpreter_python'
|
|||
|
||||
module Metasploit4
|
||||
|
||||
CachedSize = 50190
|
||||
CachedSize = 49446
|
||||
|
||||
include Msf::Payload::Single
|
||||
include Msf::Payload::Python
|
||||
|
|
|
@ -12,7 +12,7 @@ require 'msf/base/sessions/meterpreter_python'
|
|||
|
||||
module Metasploit4
|
||||
|
||||
CachedSize = 50146
|
||||
CachedSize = 49398
|
||||
|
||||
include Msf::Payload::Single
|
||||
include Msf::Payload::Python
|
||||
|
|
Loading…
Reference in New Issue