Skip to content

Commit c2ef888

Browse files
author
Jesse Davis
committed
minor
1 parent ac15dca commit c2ef888

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Create-WMIshell.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Author : Jesse "RBOT" Davis
3030
.LINK
3131
#>
3232
$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
3434

3535
if ([BOOL]$getOutput.Length) {
3636

@@ -269,4 +269,4 @@ function Enter-WmiShell{
269269
} #End END
270270
#End Enum-Adapter funcion
271271

272-
#Enum-Adapter -ComputerName localhost,localhost,127.0.0.1 -Ping -TXT
272+
#Enum-Adapter -ComputerName localhost,localhost,127.0.0.1 -Ping -TXT

0 commit comments

Comments
 (0)