Skip to content

Commit ca8dacb

Browse files
author
Tod Beardsley
committed
Minor module description updates for grammar.
1 parent a88c63c commit ca8dacb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

modules/exploits/windows/browser/mozilla_firefox_xmlserializer.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def initialize(info = {})
1919
'Name' => 'Firefox XMLSerializer Use After Free',
2020
'Description' => %q{
2121
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
2323
with a specially crafted OutputStream defining its own write function. This module
2424
has been tested successfully with Firefox 17.0.1 ESR, 17.0.1 and 17.0 on Windows XP
2525
SP3.

modules/post/osx/capture/keylog_recorder.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ def initialize(info={})
2929
super(update_info(info,
3030
'Name' => 'OSX Capture Userspace Keylogger',
3131
'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.
3333
3434
Keylogs are transferred between client/server in chunks
3535
every SYNCWAIT seconds for reliability.
3636
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
3838
in OSX's system Ruby. The Ruby code is executed in a shell
3939
command using -e, so the payload never hits the disk.
4040
},

modules/post/osx/manage/record_mic.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def initialize(info={})
2121
super(update_info(info,
2222
'Name' => 'OSX Manage Record Microphone',
2323
'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
2525
capture (with the RECORD action) audio inputs on a remote OSX machine.
2626
},
2727
'License' => MSF_LICENSE,

0 commit comments

Comments
 (0)