We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36ef2cb commit 69dead8Copy full SHA for 69dead8
lib/rex/post/meterpreter/ui/console/command_dispatcher/mimikatz.rb
@@ -26,7 +26,7 @@ class Console::CommandDispatcher::Mimikatz
26
#
27
def initialize(shell)
28
super
29
- if (shell.client.platform =~ /x86/) and (shell.client.sys.config.sysinfo['Architecture'] =~ /x64/)
+ if (client.platform =~ /x86/) and (client.sys.config.sysinfo['Architecture'] =~ /x64/)
30
print_line
31
print_warning "Loaded x86 Mimikatz on an x64 architecture."
32
end
0 commit comments