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:
llamasoft
2022-11-05 15:58:10 -04:00
parent d6e9e1508c
commit 1a353ee273
19 changed files with 36 additions and 36 deletions
@@ -6,7 +6,7 @@
module MetasploitModule
CachedSize = 96025
CachedSize = :dynamic
include Msf::Payload::Single
include Msf::Payload::Python