Fix a payload cache size generation issue and bump the gem

This commit is contained in:
Spencer McIntyre
2020-09-04 15:43:55 -04:00
parent 749423da02
commit 1b77d01f23
10 changed files with 54 additions and 47 deletions
@@ -11,7 +11,7 @@ require 'msf/base/sessions/meterpreter_python'
module MetasploitModule
CachedSize = 112317
CachedSize = 112765
include Msf::Payload::Single
include Msf::Payload::Python