Skip to content

Commit e3ce4eb

Browse files
committed
Update mcafee_vse_hashdump.rb
1 parent cb2e8f4 commit e3ce4eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/post/windows/gather/credentials/mcafee_vse_hashdump.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ def initialize(info = {})
2121
'Name' => 'McAfee Virus Scan Enterprise Password Hashes Dump',
2222
'Description' => %q(
2323
This module extracts the password hash from McAfee Virus Scan Enterprise (VSE)
24-
used to lock down the user interface. Hashcat supports cracking this type of
25-
hash using hash type sha1($salt.unicode($pass)) (-m 140) and a hex salt
26-
(--hex-salt) of 01000f000d003300 (unicode "\x01\x0f\x0d\x33"). A dynamic
24+
used to lock down the user interface. Hashcat supports cracking this type of
25+
hash using hash type sha1($salt.unicode($pass)) (-m 140) and a hex salt
26+
(--hex-salt) of 01000f000d003300 (unicode "\x01\x0f\x0d\x33"). A dynamic
2727
format is available for John the Ripper at the referenced URL.
2828
),
2929
'License' => MSF_LICENSE,

0 commit comments

Comments
 (0)