Fix crash when generating payload sizes

This commit is contained in:
adfoster-r7
2022-11-04 00:33:03 +00:00
parent 0b2ee36e8a
commit 0d9cca79b4
194 changed files with 202 additions and 251 deletions
@@ -34,7 +34,7 @@ module MetasploitModule
#
# Constructs the payload
#
def generate
def generate(_opts = {})
super + command_string
end