Skip to content

Commit

Permalink
Land #10631, warning message fix for #10619
Browse files Browse the repository at this point in the history
  • Loading branch information
wvu committed Sep 12, 2018
2 parents b70960b + 84e87b1 commit 200b4bb
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -42,7 +42,7 @@ def initialize(shell)
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

Expand Down

0 comments on commit 200b4bb

Please sign in to comment.