File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ def initialize(info = {})
19
19
'Name' => 'Firefox XMLSerializer Use After Free' ,
20
20
'Description' => %q{
21
21
This module exploits a vulnerability found on Firefox 17.0 (< 17.0.2), specifically
22
- an use after free of an Element object, when using the serializeToStream method
22
+ a use- after- free of an Element object, when using the serializeToStream method
23
23
with a specially crafted OutputStream defining its own write function. This module
24
24
has been tested successfully with Firefox 17.0.1 ESR, 17.0.1 and 17.0 on Windows XP
25
25
SP3.
Original file line number Diff line number Diff line change @@ -29,12 +29,12 @@ def initialize(info={})
29
29
super ( update_info ( info ,
30
30
'Name' => 'OSX Capture Userspace Keylogger' ,
31
31
'Description' => %q{
32
- Logs all keyboard events except cmd-keys and GUI password input.
32
+ This module logs all keyboard events except cmd-keys and GUI password input.
33
33
34
34
Keylogs are transferred between client/server in chunks
35
35
every SYNCWAIT seconds for reliability.
36
36
37
- Works by calling the Carbon GetKeys() hook using the DL lib
37
+ It works by calling the Carbon GetKeys() hook using the DL lib
38
38
in OSX's system Ruby. The Ruby code is executed in a shell
39
39
command using -e, so the payload never hits the disk.
40
40
} ,
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ def initialize(info={})
21
21
super ( update_info ( info ,
22
22
'Name' => 'OSX Manage Record Microphone' ,
23
23
'Description' => %q{
24
- This module will allow you to detect (with the LIST action) and
24
+ This module will allow the user to detect (with the LIST action) and
25
25
capture (with the RECORD action) audio inputs on a remote OSX machine.
26
26
} ,
27
27
'License' => MSF_LICENSE ,
You can’t perform that action at this time.
0 commit comments