Skip to content

Commit e514ff3

Browse files
author
Tod Beardsley
committed
Description and print_status fixes for release
@cdoughty-r7, I choose you! Or @wvu-r7.
1 parent 1faf069 commit e514ff3

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

modules/auxiliary/scanner/http/oracle_demantra_database_credentials_leak.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def run_host(ip)
5353
})
5454

5555
if res.nil? or res.body.empty?
56-
vprint_error("#{peer} - No content retrieved from")
56+
vprint_error("#{peer} - No content retrieved")
5757
return
5858
end
5959

modules/exploits/windows/browser/ms14_012_cmarkup_uaf.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ def initialize(info={})
1515
'Name' => "MS14-012 Microsoft Internet Explorer CMarkup Use-After-Free",
1616
'Description' => %q{
1717
This module exploits an use after free condition on Internet Explorer as used in the wild
18-
on the "Operation SnowMan" in February 2014. The module uses Flash Player 12 in order to
19-
bypass ASLR and finally DEP.
18+
as part of "Operation SnowMan" in February 2014. The module uses Flash Player 12 in order to
19+
bypass ASLR and DEP.
2020
},
2121
'License' => MSF_LICENSE,
2222
'Author' =>

modules/post/windows/manage/change_password.rb

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@ def initialize(info={})
1111
super(update_info(info,
1212
'Name' => "Windows Manage Change Password",
1313
'Description' => %q{
14-
This module will attempt to change the password of the targetted account.
15-
Its main purpose is when you have valid credentials on a remote host but
16-
they require a password change before you can login e.g.
17-
'System error 1907 has occurred.'
14+
This module will attempt to change the password of the targeted account.
15+
The typical usage is to change a newly created account's password on a
16+
remote host to avoid the error, 'System error 1907 has occurred,' which
17+
is caused when the account policy enforces a password change before the
18+
next login.
1819
},
1920
'License' => MSF_LICENSE,
2021
'Platform' => ['win'],
@@ -33,7 +34,7 @@ def initialize(info={})
3334

3435
def run
3536
unless client.railgun
36-
print_error('This module requires a native windows payload that supports railgun.')
37+
print_error('This module requires a native Windows payload that supports Railgun.')
3738
return
3839
end
3940

0 commit comments

Comments
 (0)