2.7 KiB
2.7 KiB
Table of Contents
Priv-Paths
Description
A payload to enumerate unqouted service paths for privilege escalation and send to a discord webhook.
Getting Started
Dependencies
- Discord Webhook or other service that uses webhooks
- Windows 10
Executing program
- Plug in your device
- Command will be entered in the command prompt to search for unqouted service paths so you can later exploit them for priv esc
wmic service get name, displayname, pathname, startmode | findstr /i "Auto" | findstr /i /v "C:\Windows\\" | findstr /i /v ^"^"^" > p.txt
Contributing
All contributors names will be listed here
atomiczsec
Version History
- 0.1
- Initial Release