SIDAnalyzer


NameSIDAnalyzer JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://github.com/mauricelambert/SIDAnalyzer
SummaryThis script analyzes Microsoft SID.
upload_time2023-05-14 14:30:22
maintainerMaurice Lambert
docs_urlNone
authorMaurice Lambert
requires_python>=3.8
licenseGPL-3.0 License
keywords sid user forensic analysis microsoft identifier
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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/).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mauricelambert/SIDAnalyzer",
    "name": "SIDAnalyzer",
    "maintainer": "Maurice Lambert",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "mauricelambert434@gmail.com",
    "keywords": "SID,User,Forensic,Analysis,Microsoft,Identifier",
    "author": "Maurice Lambert",
    "author_email": "mauricelambert434@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/cc/ee/156bd025bd5d69092cb852651569399a1cc3e81f7b6a61ebcb523417b740/SIDAnalyzer-0.0.2.tar.gz",
    "platform": "Windows",
    "description": "# SID Analyzer\n\n## Description\n\nThis script analyzes Microsoft SID.\n\n## Requirements\n\n - python3\n - Python 3 Standard library\n\n## Installation\n\n```bash\npip install SIDAnalyzer\n```\n\n## Usages\n\n```\n~# python3 SIDAnalyzer.py S-1-5-21-5846521589-7854895235-4517625475-500\n~# echo S-1-5-21-5846521589-7854895235-4517625475-500 | python3 SIDAnalyzer.py\n~# python3 SIDAnalyzer.py S-1-5-21-5846521589-7854895235-4517625475-500 S-1-5-21-5846521589-7854895235-4517625475-501\n~# python3 SIDAnalyzer.py\nS-1-5-21-5846521589-7854895235-4517625475-500\nS-1-5-21-5846521589-7854895235-4517625475-503\nS-1-5-21-5846521589-7854895235-4517625475-501\nS-1-5-21-5846521589-7854895235-4517625475-1002\nS-1-5-21-5846521589-7854895235-4517625475-504\n^D\n```\n\n## Screenshots\n\n![SIDAnalyzer demo](https://mauricelambert.github.io/info/python/security/SIDAnalyzer.png \"SIDAnalyzer demo\")\n\n## Links\n\n - [Github Page](https://github.com/mauricelambert/SIDAnalyzer/)\n - [Executable](https://mauricelambert.github.io/info/python/security/SIDAnalyzer.pyz)\n - [Pypi package](https://pypi.org/project/SIDAnalyzer/)\n\n## Licence\n\nLicensed under the [GPL, version 3](https://www.gnu.org/licenses/).\n",
    "bugtrack_url": null,
    "license": "GPL-3.0 License",
    "summary": "This script analyzes Microsoft SID.",
    "version": "0.0.2",
    "project_urls": {
        "Executable": "https://mauricelambert.github.io/info/python/security/SIDAnalyzer.pyz",
        "Homepage": "https://github.com/mauricelambert/SIDAnalyzer"
    },
    "split_keywords": [
        "sid",
        "user",
        "forensic",
        "analysis",
        "microsoft",
        "identifier"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ccee156bd025bd5d69092cb852651569399a1cc3e81f7b6a61ebcb523417b740",
                "md5": "309412ce93f591a8e876a67f1d031fc6",
                "sha256": "7a3595d9c637653deaf864dcdf4f77661ac0856f68577252f1004a4bc75c49c7"
            },
            "downloads": -1,
            "filename": "SIDAnalyzer-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "309412ce93f591a8e876a67f1d031fc6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 20140,
            "upload_time": "2023-05-14T14:30:22",
            "upload_time_iso_8601": "2023-05-14T14:30:22.876287Z",
            "url": "https://files.pythonhosted.org/packages/cc/ee/156bd025bd5d69092cb852651569399a1cc3e81f7b6a61ebcb523417b740/SIDAnalyzer-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-14 14:30:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mauricelambert",
    "github_project": "SIDAnalyzer",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "sidanalyzer"
}
        
Elapsed time: 0.07837s