Skip to content

Commit 8892cbd

Browse files
committed
Fix some minor things
1 parent 95f19e6 commit 8892cbd

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

modules/exploits/multi/browser/adobe_flash_nellymoser_bof.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ def initialize(info={})
2424
Linux Mint "Rebecca" (32 bits), Firefox 33.0 and Adobe Flash 11.2.202.466, and
2525
Ubuntu 14.04.2 LTS, Firefox 35.01, and Adobe Flash 11.2.202.466.
2626
27-
2827
Note that this exploit is effective against both CVE-2015-3113 and the
2928
earlier CVE-2015-3043, since CVE-2015-3113 is effectively a regression
3029
to the same root cause as CVE-2015-3043.

modules/post/windows/gather/credentials/enum_laps.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def initialize(info={})
2222
'Name' => 'Windows Gather Credentials Local Administrator Password Solution',
2323
'Description' => %Q{
2424
This module will recover the LAPS (Local Administrator Password Solution) passwords,
25-
configured in Active Directory, which is usually only accessable by privileged users.
25+
configured in Active Directory, which is usually only accessible by privileged users.
2626
Note that the local administrator account name is not stored in Active Directory,
2727
so it is assumed to be 'Administrator' by default.
2828
},

0 commit comments

Comments
 (0)