You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Create-WMIshell.ps1
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Author : Jesse "RBOT" Davis
30
30
.LINK
31
31
#>
32
32
$getOutput=@()
33
-
$getOutput= gwmi -Credential $Credential-ComputerName $ComputerName-Namespace root\default-Query "SELECT Name FROM __Namespace WHERE Name like 'SKULLTAG%'"|Select-Object Name
33
+
$getOutput= gwmi -Credential $Credential-ComputerName $ComputerName-Namespace root\default-Query "SELECT Name FROM __Namespace WHERE Name like 'EVILTAG%'"|Select-Object Name
0 commit comments