Skip to content

Latest commit

 

History

History
executable file
·
39 lines (27 loc) · 1.39 KB

File metadata and controls

executable file
·
39 lines (27 loc) · 1.39 KB

A cross-platform tool to compute the value of a Windows Security Identifier (SID) from a service name.
GitHub release (latest by date) YouTube Channel Subscribers

Features

  • Compute the value of a Windows Security Identifier (SID) from a service name

Example

$ ./ComputeSIDFromServiceName --service-name Podalirius
S-1-5-80-3770745066-2942035328-3156452616-3958868927-3920104677

Usage

$ ./ComputeSIDFromServiceName -h
Usage: ComputeSIDFromServiceName [--debug] --service-name <string>

  -d, --debug                 Debug mode. (default: false)
  -s, --service-name <string> Service name to compute SID from.

Contributing

Pull requests are welcome. Feel free to open an issue if you want to add other features.

References