remove extra commas

bug/bundler_fix
jvazquez-r7 2012-09-28 12:21:59 +02:00
parent 4087790cf7
commit 6679ff765a
1 changed files with 5 additions and 5 deletions

View File

@ -53,7 +53,7 @@ class Metasploit3 < Msf::Exploit::Remote
'Compat' =>
{
'PayloadType' => 'cmd',
'RequiredCmd' => 'generic bash telnet python perl',
'RequiredCmd' => 'generic bash telnet python perl'
}
},
'Platform' => 'unix',
@ -69,7 +69,7 @@ class Metasploit3 < Msf::Exploit::Remote
# The start for the final version should be 0xb20 aligned, and then step 0x1000.
'Start' => { 'Ret' => 0x00230b20 },
'Stop' => { 'Ret' => 0x22a00b20 },
'Step' => 0x1000,
'Step' => 0x1000
}
}
],
@ -81,7 +81,7 @@ class Metasploit3 < Msf::Exploit::Remote
# The start should be 0x950 aligned, and then step 0x1000.
'Start' => { 'Ret' => 0x00230950 },
'Stop' => { 'Ret' => 0x22a00950 },
'Step' => 0x1000,
'Step' => 0x1000
}
}
],
@ -93,13 +93,13 @@ class Metasploit3 < Msf::Exploit::Remote
# The start should be 0x680 aligned, and then step 0x1000.
'Start' => { 'Ret' => 0x00230680 },
'Stop' => { 'Ret' => 0x22a00680 },
'Step' => 0x1000,
'Step' => 0x1000
}
}
]
],
'DisclosureDate' => 'Apr 10 2012',
'DefaultTarget' => 0,
'DefaultTarget' => 0
))
register_options([