Skip to content

Commit 0d979f6

Browse files
author
Tod Beardsley
committed
Minor fixups on newish modules
1 parent a39539f commit 0d979f6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

modules/auxiliary/gather/avtech744_dvr_accounts.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ def initialize(info = {})
99
super(update_info(info,
1010
'Name' => 'AVTECH 744 DVR Account Information Retrieval',
1111
'Description' => %q{
12-
This module will extract the accounts information from the AVTECH 744 DVR devices,
13-
including all the usernames and cleartext passwords plus the device PIN, along with
12+
This module will extract the account information from the AVTECH 744 DVR devices,
13+
including usernames, cleartext passwords, and the device PIN, along with
1414
a few other miscellaneous details. In order to extract the information, hardcoded
1515
credentials admin/admin are used. These credentials can't be changed from the device
16-
console UI neither the web UI.
16+
console UI nor from the web UI.
1717
},
1818
'Author' => [ 'nstarke' ],
1919
'License' => MSF_LICENSE

modules/exploits/multi/browser/adobe_flash_net_connection_confusion.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def initialize(info={})
1717
This module exploits a type confusion vulnerability in the NetConnection class on
1818
Adobe Flash Player. When using a correct memory layout this vulnerability allows
1919
to corrupt arbitrary memory. It can be used to overwrite dangerous objects, like
20-
vectors, and finally accomplish remote code execution. This module has been tested
20+
vectors, and ultimately accomplish remote code execution. This module has been tested
2121
successfully on:
2222
* Windows 7 SP1 (32-bit), IE 8, IE11 and Adobe Flash 16.0.0.305.
2323
* Windows 7 SP1 (32-bit), Firefox 38.0.5 and Adobe Flash 16.0.0.305.

0 commit comments

Comments
 (0)