Skip to content

Commit 83fbc3e

Browse files
committed
Small fix and attribution to gentilkiwi
1 parent cec737d commit 83fbc3e

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

lib/rex/post/meterpreter/extensions/mimikatz/mimikatz.rb

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# -*- coding: binary -*-
33

44
require 'rex/post/meterpreter/extensions/mimikatz/tlv'
5+
require 'csv'
56

67
module Rex
78
module Post
@@ -11,14 +12,14 @@ module Mimikatz
1112

1213
###
1314
#
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
1719
#
20+
# extension converted by Ben Campbell (Meatballs)
1821
###
1922

20-
require 'csv'
21-
2223
class Mimikatz < Extension
2324

2425
def initialize(client)

lib/rex/post/meterpreter/ui/console/command_dispatcher/mimikatz.rb

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,12 @@ module Ui
88

99
###
1010
#
11-
# Privilege escalation extension user interface.
11+
# Mimikatz extension - grabs credentials from windows memory.
1212
#
13+
# Benjamin DELPY `gentilkiwi`
14+
# http://blog.gentilkiwi.com/mimikatz
15+
#
16+
# extension converted by Ben Campbell (Meatballs)
1317
###
1418
class Console::CommandDispatcher::Mimikatz
1519

0 commit comments

Comments
 (0)