Under the wire: Trebek — Walkthrough
Recommended VPS Providers:
Trebek, by Under the wire can be found at underthewire.tech
Get-WinEvent -Path .\Security.evtx -Verbose | Where-Object {$_.Id -eq 4699} | Select -ExpandProperty message
Read the value from the or use findstr Command
sc.exe qc C-3PO
Get-WinEvent -path .\Security.evtx | where {$_.id -eq 4624 -and $_.message -match “Account Name:\s+Yoda”} | select -expandproperty message
dir C:\windows\prefetch\MSACCESS*
get-childitem -path “HKLM:\Software\Microsoft\Windows\CurrentVersion\”
Read the Run key value
cd C:\Program Files (x86)\Adobe
Get-ChildItem *.dll -Recurse | group Extension -NoElement
Get-ChildItem -Path “HKLM:\Software\Microsoft\Windows NT\Curr entVersion\Image File Execution Options”
get-content -encoding Byte -totalcount 8 -path .\Clone_Trooper_ data.pdf
get-WmiObject -class Win32_Share
get-winevent -path .\Security.evtx | Where {$_.id -eq 4722} | Select -ExpandProperty message
get-winevent -path .\Security.evtx | Where {$_.id -eq 4720} | Select -ExpandProperty message
get-winevent -path .\Security.evtx | Where {$_.id -eq 4720} | Select -ExpandProperty message
get-aduser -Filter * -Properties City | Select -Property Nam e,City | Select -ExpandProperty City
get-aduser -Filter * -Properties City | Select -Property Nam e,City | Select -ExpandProperty City
[System.Text.Encoding]::UTF8.GetString([System.Convert]::FromBase64String(“blahblah”))
Special thanks to Fernando Tomlinson @Wired_Pulse for creation of this game.
Last modified 27d ago