Skip to content

Commit 6e21684

Browse files
committed
Fix typo.
1 parent 3ad7ef9 commit 6e21684

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/auxiliary/scanner/mysql/mysql_authbypass_hashdump.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def initialize
1818
'Description' => %Q{
1919
This module exploits a password bypass vulnerability in MySQL in order
2020
to extract the usernames and encrypted password hashes from a MySQL server.
21-
These hashes ares stored as loot for later cracking.
21+
These hashes are stored as loot for later cracking.
2222
},
2323
'Author' => [
2424
'theLightCosine', # Original hashdump module

modules/auxiliary/scanner/mysql/mysql_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def initialize
1515
super(
1616
'Name' => 'MySQL Server Version Enumeration',
1717
'Description' => %q{
18-
Enumerates the version of MySQL servers
18+
Enumerates the version of MySQL servers.
1919
},
2020
'Author' => 'kris katterjohn',
2121
'License' => MSF_LICENSE

0 commit comments

Comments
 (0)