Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
0x6d69636b committed Aug 7, 2020
1 parent caf23b5 commit 584f087
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Invoke-KleptoKitty.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -341,10 +341,10 @@
)

Switch($Type) {
"Log" {$RandomName = "de_ch", "setupmod", "en_ir", "Synaptics.MD", "fr_ch", "unso" | Get-Random; Break}
"Log" {$RandomName = "de_ch", "setupmod", "en_ir", "Synaptics.MD", "fr_ch", "unso", "nI-NL" | Get-Random; Break}
Default {$RandomName = "AdmTmpl", "agentactivationruntimestarter", "CallHistoryClient", "EasPolicyManagerBrokerPS", "LockScreenData", "MsSpellCheckingFacility", "ReAgentTask" | Get-Random;}
}

$RandomName
}

Expand Down

0 comments on commit 584f087

Please sign in to comment.