File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
modules/auxiliary/scanner/mysql Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ def initialize
18
18
'Description' => %Q{
19
19
This module exploits a password bypass vulnerability in MySQL in order
20
20
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.
22
22
} ,
23
23
'Author' => [
24
24
'theLightCosine' , # Original hashdump module
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ def initialize
15
15
super (
16
16
'Name' => 'MySQL Server Version Enumeration' ,
17
17
'Description' => %q{
18
- Enumerates the version of MySQL servers
18
+ Enumerates the version of MySQL servers.
19
19
} ,
20
20
'Author' => 'kris katterjohn' ,
21
21
'License' => MSF_LICENSE
You can’t perform that action at this time.
0 commit comments