Skip to content

Commit 4128aa8

Browse files
author
Tod Beardsley
committed
Resplat and tabs
1 parent 9045eb0 commit 4128aa8

File tree

1 file changed

+8
-10
lines changed
  • modules/post/windows/gather/credentials

1 file changed

+8
-10
lines changed

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

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
##
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
64
##
75

86
require 'msf/core'
@@ -15,16 +13,16 @@ class Metasploit3 < Msf::Post
1513

1614
def initialize(info={})
1715
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{
2018
This module will collect cleartext Single Sign On credentials from the Local
2119
Security Authority using the Mimikatz extension. Blank passwords will not be stored
2220
in the database.
2321
},
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' ]
2826
))
2927
end
3028

0 commit comments

Comments
 (0)