Land #5175, Update mcafee_vse_hashdump description

bug/bundler_fix
wchen-r7 2015-04-20 21:49:24 -05:00
commit a3b0f2e424
No known key found for this signature in database
GPG Key ID: 2384DB4EF06F730B
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' => [