Update mcafee_vse_hashdump description

The description of this module has been added upon to include cracking details.
bug/bundler_fix
karllll 2015-04-16 16:09:43 -04:00
parent f0d6735332
commit cb2e8f4949
1 changed files with 5 additions and 2 deletions

View File

@ -20,8 +20,11 @@ class Metasploit3 < Msf::Post
info,
'Name' => 'McAfee Virus Scan Enterprise Password Hashes Dump',
'Description' => %q(
This module extracts the password hash from McAfee Virus Scan
Enterprise (VSE) used to lock down the user interface.
This module extracts the password hash from McAfee Virus Scan Enterprise (VSE)
used to lock down the user interface. Hashcat supports cracking this type of
hash using hash type sha1($salt.unicode($pass)) (-m 140) and a hex salt
(--hex-salt) of 01000f000d003300 (unicode "\x01\x0f\x0d\x33"). A dynamic
format is available for John the Ripper at the referenced URL.
),
'License' => MSF_LICENSE,
'Author' => [