This Python script converts a Windows Security Identifier (SID) to its hexadecimal representation.
- Make sure you have Python installed on your system.
- Clone this repository or download the script.
- Install the required dependencies by running: pip install click
- Run the script.
- Enter the SID when prompted.
- The script will output the hexadecimal representation of the entered SID.
- Python 3
- Click (Python library for command line interfaces)
chxsec
This project is licensed under the MIT License.