Skip to content

Commit 657be3a

Browse files
author
jvazquez-r7
committed
Fix typo
1 parent 4a6bf1d commit 657be3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/exploits/windows/browser/hp_loadrunner_writefilestring.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ def initialize(info={})
3636
embedded in a dll, which is later loaded through the Init() method from the
3737
lrMdrvService control, by abusing an insecure LoadLibrary call. This module has
3838
been tested successfully on IE8 on Windows XP. Virtualization based on the Low
39-
Integrity Process, on Windows Vista and 7, will stop this stop this module because
40-
the DLL will be dropped to a virtualized folder, which isn't used by LoadLibrary.
39+
Integrity Process, on Windows Vista and 7, will stop this module because the DLL
40+
will be dropped to a virtualized folder, which isn't used by LoadLibrary.
4141
},
4242
'License' => MSF_LICENSE,
4343
'Author' =>

0 commit comments

Comments
 (0)