/DescribeSDDL

A python tool to parse and describe the SDDL string.

Primary LanguagePython

A python tool to parse and describe the contents of a SDDL string.
GitHub release (latest by date) YouTube Channel Subscribers

Features

Usage

usage: DescribeSDDL.py [-h] [-v] [-S SDDL] [--summary] [--describe]

Parse and describe the contents of a SDDL string

options:
  -h, --help            show this help message and exit
  -v, --verbose         Verbose mode. (default: False)
  -S SDDL, --sddl SDDL  SDDL string
  --summary             Generate a human readable summary of the rights.
  --describe            Describe the raw structure.