Skip to content

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

Notifications You must be signed in to change notification settings

p0dalirius/msFlagsDecoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.