Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.27 KB

File metadata and controls

37 lines (26 loc) · 1.27 KB

msFlagsDecoder

Decode the values of common Windows properties such as userAccountControl and sAMAccountType.
GitHub release (latest by date) YouTube Channel Subscribers

Usage

$ ./msFlagsDecoder.py -h
usage: msFlagsDecoder.py [-h] [-b] [-v] [--colors] attribute value

Decode the values of common Windows properties such as userAccountControl and sAMAccountType

positional arguments:
  attribute      attribute (choose from userAccountControl and sAMAccountType)
  value          value

options:
  -h, --help     show this help message and exit
  -b, --bits     show bits masks
  -v, --verbose  verbose mode
  --colors       print with colors

Contributing

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