File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed
ui/console/command_dispatcher Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 2
2
# -*- coding: binary -*-
3
3
4
4
require 'rex/post/meterpreter/extensions/mimikatz/tlv'
5
+ require 'csv'
5
6
6
7
module Rex
7
8
module Post
@@ -11,14 +12,14 @@ module Mimikatz
11
12
12
13
###
13
14
#
14
- # This meterpreter extensions a privilege escalation interface that is capable
15
- # of doing things like dumping password hashes and performing local
16
- # exploitation.
15
+ # Mimikatz extension - grabs credentials from windows memory.
16
+ #
17
+ # Benjamin DELPY `gentilkiwi`
18
+ # http://blog.gentilkiwi.com/mimikatz
17
19
#
20
+ # extension converted by Ben Campbell (Meatballs)
18
21
###
19
22
20
- require 'csv'
21
-
22
23
class Mimikatz < Extension
23
24
24
25
def initialize ( client )
Original file line number Diff line number Diff line change @@ -8,8 +8,12 @@ module Ui
8
8
9
9
###
10
10
#
11
- # Privilege escalation extension user interface .
11
+ # Mimikatz extension - grabs credentials from windows memory .
12
12
#
13
+ # Benjamin DELPY `gentilkiwi`
14
+ # http://blog.gentilkiwi.com/mimikatz
15
+ #
16
+ # extension converted by Ben Campbell (Meatballs)
13
17
###
14
18
class Console ::CommandDispatcher ::Mimikatz
15
19
You can’t perform that action at this time.
0 commit comments