Skip to content

Commit db243a8

Browse files
committed
x360_video_player_set_text_bof actually uses SetText for ActiveX
1 parent 3248f02 commit db243a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/windows/browser/x360_video_player_set_text_bof.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def initialize(info={})
4747
:activex => [
4848
{
4949
:clsid => "{4B3476C6-185A-4D19-BB09-718B565FA67B}",
50-
:method => "ConvertFile"
50+
:method => "SetText"
5151
}
5252
],
5353
:os_name => OperatingSystems::Match::WINDOWS,

0 commit comments

Comments
 (0)