Ahmed.Attia

51 Privilege Escalation | Offensive Security Certified Professional

  • Like
Reactions: z3r0n18r00t
There are no comments to display.

Media information

Album
OSCP
Added by
Ahmed.Attia
Date added
View count
1,603
Comment count
0
Rating
5.00 star(s) 1 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