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.
- Host: GitHub
- URL: https://github.com/p0dalirius/msflagsdecoder
- Owner: p0dalirius
- Created: 2021-10-13T13:51:48.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-02T11:57:59.000Z (about 2 years ago)
- Last Synced: 2024-12-18T18:50:10.603Z (10 months ago)
- Topics: active, decode, directory, ldap, properties, samaccounttype, useraccountcontrol, windows
- Language: Python
- Homepage: https://podalirius.net/
- Size: 80.1 KB
- Stars: 21
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# msFlagsDecoder
Decode the values of common Windows properties such as userAccountControl and sAMAccountType.
![]()
![]()
![]()

## Usage
```
$ ./msFlagsDecoder.py -h
usage: msFlagsDecoder.py [-h] [-b] [-v] [--colors] attribute valueDecode the values of common Windows properties such as userAccountControl and sAMAccountType
positional arguments:
attribute attribute (choose from userAccountControl and sAMAccountType)
value valueoptions:
-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.