Land #10631, warning message fix for #10619

4.x
William Vu 2018-09-12 17:35:17 -05:00 committed by Metasploit
parent 2cde5641ad
commit 90c31b96a7
No known key found for this signature in database
GPG Key ID: CDFB5FA52007B954
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ class Console::CommandDispatcher::Mimikatz
end
unless si['OS'] =~ /Windows (NT|XP|2000|2003|\.NET)/i
print_warning("Loaded Mimikatz on a newer OS (#{si['OS']}). Did you mean to 'load mimikatz' instead?")
print_warning("Loaded Mimikatz on a newer OS (#{si['OS']}). Did you mean to 'load kiwi' instead?")
end
end