Metadata-Version: 2.1
Name: SIDAnalyzer
Version: 0.0.2
Summary: This script analyzes Microsoft SID.
Home-page: https://github.com/mauricelambert/SIDAnalyzer
Author: Maurice Lambert
Author-email: mauricelambert434@gmail.com
Maintainer: Maurice Lambert
Maintainer-email: mauricelambert434@gmail.com
License: GPL-3.0 License
Project-URL: Executable, https://mauricelambert.github.io/info/python/security/SIDAnalyzer.pyz
Keywords: SID,User,Forensic,Analysis,Microsoft,Identifier
Platform: Windows
Platform: Linux
Platform: MacOS
Classifier: Topic :: Security
Classifier: Environment :: Console
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# SID Analyzer

## Description

This script analyzes Microsoft SID.

## Requirements

 - python3
 - Python 3 Standard library

## Installation

```bash
pip install SIDAnalyzer
```

## Usages

```
~# python3 SIDAnalyzer.py S-1-5-21-5846521589-7854895235-4517625475-500
~# echo S-1-5-21-5846521589-7854895235-4517625475-500 | python3 SIDAnalyzer.py
~# python3 SIDAnalyzer.py S-1-5-21-5846521589-7854895235-4517625475-500 S-1-5-21-5846521589-7854895235-4517625475-501
~# python3 SIDAnalyzer.py
S-1-5-21-5846521589-7854895235-4517625475-500
S-1-5-21-5846521589-7854895235-4517625475-503
S-1-5-21-5846521589-7854895235-4517625475-501
S-1-5-21-5846521589-7854895235-4517625475-1002
S-1-5-21-5846521589-7854895235-4517625475-504
^D
```

## Screenshots

![SIDAnalyzer demo](https://mauricelambert.github.io/info/python/security/SIDAnalyzer.png "SIDAnalyzer demo")

## Links

 - [Github Page](https://github.com/mauricelambert/SIDAnalyzer/)
 - [Executable](https://mauricelambert.github.io/info/python/security/SIDAnalyzer.pyz)
 - [Pypi package](https://pypi.org/project/SIDAnalyzer/)

## Licence

Licensed under the [GPL, version 3](https://www.gnu.org/licenses/).
