Update mcafee_vse_hashdump description
The description of this module has been added upon to include cracking details.bug/bundler_fix
parent
f0d6735332
commit
cb2e8f4949
|
@ -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' => [
|
||||
|
|
Loading…
Reference in New Issue