Update Python payloads to have dynamic sizes
While the length of the input payload is always the same size, it may not always have the same contents due to random checksum URI and UUID generation. This leads to payloads whose sizes can vary by a few bytes between runs.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
module MetasploitModule
|
||||
|
||||
CachedSize = 96025
|
||||
CachedSize = :dynamic
|
||||
|
||||
include Msf::Payload::Single
|
||||
include Msf::Payload::Python
|
||||
|
||||
Reference in New Issue
Block a user