mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
16 lines
No EOL
346 B
JavaScript
16 lines
No EOL
346 B
JavaScript
// Detect It Easy: detection rule file
|
|
// Author: Arjan Onwezen
|
|
|
|
// Rewritten by: DosX
|
|
|
|
init("packer", "Quest PowerGUI");
|
|
|
|
function detect() {
|
|
bDetected = PE.isNetObjectPresent("Quest.PowerGUI.ScriptRunner");
|
|
|
|
sOptions = (bDetected && !PE.isConsole()) ? "Hide console" : "";
|
|
|
|
_setLang("PowerShell", bDetected);
|
|
|
|
return result();
|
|
} |