Removed comma in payload -> space
This commit is contained in:
@@ -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' =>
|
||||
|
||||
Reference in New Issue
Block a user