Skip to content

Commit 69dead8

Browse files
committed
Tidier
1 parent 36ef2cb commit 69dead8

File tree

1 file changed

+1
-1
lines changed
  • lib/rex/post/meterpreter/ui/console/command_dispatcher

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class Console::CommandDispatcher::Mimikatz
2626
#
2727
def initialize(shell)
2828
super
29-
if (shell.client.platform =~ /x86/) and (shell.client.sys.config.sysinfo['Architecture'] =~ /x64/)
29+
if (client.platform =~ /x86/) and (client.sys.config.sysinfo['Architecture'] =~ /x64/)
3030
print_line
3131
print_warning "Loaded x86 Mimikatz on an x64 architecture."
3232
end

0 commit comments

Comments
 (0)