A cross-platform tool to compute the value of a Windows Security Identifier (SID) from a service name.
- Compute the value of a Windows Security Identifier (SID) from a service name
$ ./ComputeSIDFromServiceName --service-name Podalirius
S-1-5-80-3770745066-2942035328-3156452616-3958868927-3920104677$ ./ComputeSIDFromServiceName -h
Usage: ComputeSIDFromServiceName [--debug] --service-name <string>
-d, --debug Debug mode. (default: false)
-s, --service-name <string> Service name to compute SID from.
Pull requests are welcome. Feel free to open an issue if you want to add other features.
