Skip to content

WoBuGs/msFlagsDecoder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%