Removed comma in payload -> space

This commit is contained in:
Steve Embling
2018-01-02 12:28:20 +00:00
committed by GitHub
parent e1fdd403ed
commit 1161787cbd
@@ -28,7 +28,7 @@ class MetasploitModule < Msf::Exploit::Remote
],
'Payload' =>
{
'Space' => 4096, #arbitrary, but it seems to max out the size
'Space' => 4096 #arbitrary, but it seems to max out the size
#'BadChars' => "\x00"
},
'Targets' =>