Delete comma

unstable
jvazquez-r7 2013-07-17 20:46:03 -05:00
parent 7ee4855345
commit bf023f261a
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ class Metasploit4 < Msf::Exploit::Remote
],
'Payload' =>
{
'BadChars' => "\x00", # js_property_spray no like nilz
'BadChars' => "\x00" # js_property_spray no like nilz
},
'DefaultOptions' =>
{