Ahmed.Attia

51 Privilege Escalation | Offensive Security Certified Professional

There are no comments to display.

Media information

Album
OSCP
Added by
Ahmed.Attia
Date added
View count
1,435
Comment count
0
Rating
0.00 star(s) 0 ratings

Caption

Code:
Get-ChildItem "C:\Program Files" -R ecurse | Get-ACL | ?{$_.AccessToString -match "Everyone\sAllow\s\sModify"}
Code:
driverquery.exe /v /fo csv | ConvertFrom-CSV | Select-Object ‘Display Name’, ‘Start Mode’, Path
Code:
Get-WmiObject Win32_PnPSignedDriver | Select-Object DeviceName, DriverVersion, Manufacturer | Where-Object {$_.DeviceName -like "*VMware*"}

Share this media

Top