File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed
modules/post/windows/gather/credentials Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change 1
1
##
2
- # This file is part of the Metasploit Framework and may be subject to
3
- # redistribution and commercial restrictions. Please see the Metasploit
4
- # web site for more information on licensing and terms of use.
5
- # http://metasploit.com/
2
+ # This module requires Metasploit: http//metasploit.com/download
3
+ # Current source: https://github.com/rapid7/metasploit-framework
6
4
##
7
5
8
6
require 'msf/core'
@@ -15,16 +13,16 @@ class Metasploit3 < Msf::Post
15
13
16
14
def initialize ( info = { } )
17
15
super ( update_info ( info ,
18
- 'Name' => 'Windows Single Sign On Credential Collector (Mimikatz)' ,
19
- 'Description' => %q{
16
+ 'Name' => 'Windows Single Sign On Credential Collector (Mimikatz)' ,
17
+ 'Description' => %q{
20
18
This module will collect cleartext Single Sign On credentials from the Local
21
19
Security Authority using the Mimikatz extension. Blank passwords will not be stored
22
20
in the database.
23
21
} ,
24
- 'License' => MSF_LICENSE ,
25
- 'Author' => [ 'Ben Campbell <eat_meatballs[at]hotmail.co.uk>' ] ,
26
- 'Platform' => [ 'win' ] ,
27
- 'SessionTypes' => [ 'meterpreter' ]
22
+ 'License' => MSF_LICENSE ,
23
+ 'Author' => [ 'Ben Campbell <eat_meatballs[at]hotmail.co.uk>' ] ,
24
+ 'Platform' => [ 'win' ] ,
25
+ 'SessionTypes' => [ 'meterpreter' ]
28
26
) )
29
27
end
30
28
You can’t perform that action at this time.
0 commit comments