x360_video_player_set_text_bof actually uses SetText for ActiveX

bug/bundler_fix
sinn3r 2015-03-23 23:36:20 -05:00
parent 3248f02c2c
commit db243a8225
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ class Metasploit3 < Msf::Exploit::Remote
:activex => [
{
:clsid => "{4B3476C6-185A-4D19-BB09-718B565FA67B}",
:method => "ConvertFile"
:method => "SetText"
}
],
:os_name => OperatingSystems::Match::WINDOWS,