Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
hak5
GitHub Repository: hak5/usbrubberducky-payloads
Path: blob/master/payloads/library/exfiltration/Priv-Paths/README.md
2968 views

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

Contact

📱 My Socials 📱

C#
YouTube
Python
Twitter
Jsonnet
I-Am-Jakoby's Discord

Acknowledgments