An open API service indexing awesome lists of open source software.

https://github.com/p0dalirius/msflagsdecoder

Decode the values of common Windows properties such as userAccountControl and sAMAccountType.
https://github.com/p0dalirius/msflagsdecoder

active decode directory ldap properties samaccounttype useraccountcontrol windows

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

          

# msFlagsDecoder


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


GitHub release (latest by date)

YouTube Channel Subscribers


![](./.github/uac.png)

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