zer1t0-aze


Namezer1t0-aze JSON
Version 0.0.10 PyPI version JSON
download
home_pagehttps://gitlab.com/Zer1t0/aze
SummaryEnhance azure cli
upload_time2024-05-16 17:46:33
maintainerNone
docs_urlNone
authorEloy Pérez González
requires_pythonNone
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # AZE (Azure Cli Enhacement)

Extended utilities for azure management.

A python package intended to be used along with Azure Cli to expand its
capabilities, even if many commands are completely independent from Azure Cli.


## Commands

AZE includes the following commands, many of them require to be
authenticated (marked with Auth) in Azure:

- **az-brute-add-app-secret**: Try to add a secret to all applications (Auth).
- **az-brute-passwords**: Validate Azure credentials (No auth).
- **az-brute-usernames**: Validates if a email is Microsoft managed (No auth).
- **az-brute-service-subdomains**: Check if any Azure service is using the given
  subdomains. (No auth)
- **az-brute-blob-containers**: Discover public containers in Azure blobs. (No auth)
- **az-download-blob**: Download blob from URL. (Auth with -a parameter)
- **az-download-deployment-template**: Download a deployment template. (Auth)
- **az-get-login-info**: Retrieve login information about an Azure domain (No auth).
- **az-get-tenant-domains**: Discover the domains associated with a tenant (No auth).
- **az-get-tenant-id**: Retrieves the tenant id from tenant domain (No auth).
- **az-inspect-token**: Show access token (jwt) payload in json format (No auth).
- **az-list-blobs**: List blobs or containers from URL. (Auth with -a parameter)
- **az-list-administrative-unit-members**: List Administrative Unit members (Auth).
- **az-list-administrative-unit-role-members**: List Administrative Unit scoped role members (Auth).
- **az-list-role-assignment**: List roles without requiring a graph access token. (Auth)
- **az-list-sp-app-role-assignment**: List App roles for a service principal. (Auth)
- **az-list-user-memberof**: List membership of user, both groups and administrative units. (Auth)
- **az-list-vm-extensions**: List virtual machine extensions. (Auth)
- **az-list-vm-permissions**: List virtual machine permissions. (Auth)
- **az-login-with-token**: Injects tokens directly into Azure Cli token cache.
- **az-search-token-in-cache**: Retrieve items from token cache based on the filters.
- **az-show-ad-role**: Show Entra ID role. (Auth)
- **az-show-administrative-unit**: Show Administrative Unit. (Auth)
- **az-whoami**: Shorcut for "az ad signed-in-user show". (Auth)

## Installation

```
pip install zer1t0-aze
```

## Development

For development, debugging or testing:
```
cd aze/
pip install -e .
```

## Credits
- [AADInternals](https://github.com/Gerenios/AADInternals)
- [MicroBurst](https://github.com/NetSPI/MicroBurst)
- [MSOLSpray](https://github.com/dafthack/MSOLSpray)
- [o365creeper](https://github.com/LMGsec/o365creeper)
- [OffensiveCloud](https://github.com/lutzenfried/OffensiveCloud)

            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.com/Zer1t0/aze",
    "name": "zer1t0-aze",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Eloy P\u00e9rez Gonz\u00e1lez",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/f3/64/ec6436d97b1a64a21d90864e82b45db7e9b34b26e5734d0e45c49b5617ae/zer1t0_aze-0.0.10.tar.gz",
    "platform": null,
    "description": "# AZE (Azure Cli Enhacement)\n\nExtended utilities for azure management.\n\nA python package intended to be used along with Azure Cli to expand its\ncapabilities, even if many commands are completely independent from Azure Cli.\n\n\n## Commands\n\nAZE includes the following commands, many of them require to be\nauthenticated (marked with Auth) in Azure:\n\n- **az-brute-add-app-secret**: Try to add a secret to all applications (Auth).\n- **az-brute-passwords**: Validate Azure credentials (No auth).\n- **az-brute-usernames**: Validates if a email is Microsoft managed (No auth).\n- **az-brute-service-subdomains**: Check if any Azure service is using the given\n  subdomains. (No auth)\n- **az-brute-blob-containers**: Discover public containers in Azure blobs. (No auth)\n- **az-download-blob**: Download blob from URL. (Auth with -a parameter)\n- **az-download-deployment-template**: Download a deployment template. (Auth)\n- **az-get-login-info**: Retrieve login information about an Azure domain (No auth).\n- **az-get-tenant-domains**: Discover the domains associated with a tenant (No auth).\n- **az-get-tenant-id**: Retrieves the tenant id from tenant domain (No auth).\n- **az-inspect-token**: Show access token (jwt) payload in json format (No auth).\n- **az-list-blobs**: List blobs or containers from URL. (Auth with -a parameter)\n- **az-list-administrative-unit-members**: List Administrative Unit members (Auth).\n- **az-list-administrative-unit-role-members**: List Administrative Unit scoped role members (Auth).\n- **az-list-role-assignment**: List roles without requiring a graph access token. (Auth)\n- **az-list-sp-app-role-assignment**: List App roles for a service principal. (Auth)\n- **az-list-user-memberof**: List membership of user, both groups and administrative units. (Auth)\n- **az-list-vm-extensions**: List virtual machine extensions. (Auth)\n- **az-list-vm-permissions**: List virtual machine permissions. (Auth)\n- **az-login-with-token**: Injects tokens directly into Azure Cli token cache.\n- **az-search-token-in-cache**: Retrieve items from token cache based on the filters.\n- **az-show-ad-role**: Show Entra ID role. (Auth)\n- **az-show-administrative-unit**: Show Administrative Unit. (Auth)\n- **az-whoami**: Shorcut for \"az ad signed-in-user show\". (Auth)\n\n## Installation\n\n```\npip install zer1t0-aze\n```\n\n## Development\n\nFor development, debugging or testing:\n```\ncd aze/\npip install -e .\n```\n\n## Credits\n- [AADInternals](https://github.com/Gerenios/AADInternals)\n- [MicroBurst](https://github.com/NetSPI/MicroBurst)\n- [MSOLSpray](https://github.com/dafthack/MSOLSpray)\n- [o365creeper](https://github.com/LMGsec/o365creeper)\n- [OffensiveCloud](https://github.com/lutzenfried/OffensiveCloud)\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Enhance azure cli",
    "version": "0.0.10",
    "project_urls": {
        "Homepage": "https://gitlab.com/Zer1t0/aze"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "23adb64a889a485230e6a3f6de2e3e866971a64a49a22682c03a7c6ba7df3638",
                "md5": "5b42ce391e5f5ce4a8cf11563e52a041",
                "sha256": "fa67019d9ad472816b543b4047da3807d094d334eb7b9848af48cc539b1c4e3b"
            },
            "downloads": -1,
            "filename": "zer1t0_aze-0.0.10-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5b42ce391e5f5ce4a8cf11563e52a041",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 46943,
            "upload_time": "2024-05-16T17:46:31",
            "upload_time_iso_8601": "2024-05-16T17:46:31.901349Z",
            "url": "https://files.pythonhosted.org/packages/23/ad/b64a889a485230e6a3f6de2e3e866971a64a49a22682c03a7c6ba7df3638/zer1t0_aze-0.0.10-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f364ec6436d97b1a64a21d90864e82b45db7e9b34b26e5734d0e45c49b5617ae",
                "md5": "87eb185cb9f2c0d7650d1b10cb8289b8",
                "sha256": "f7e798ab8fbd0f590d45385247f5b1f4a339eb8c87c12c007ee7d2a66eec8a43"
            },
            "downloads": -1,
            "filename": "zer1t0_aze-0.0.10.tar.gz",
            "has_sig": false,
            "md5_digest": "87eb185cb9f2c0d7650d1b10cb8289b8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 34594,
            "upload_time": "2024-05-16T17:46:33",
            "upload_time_iso_8601": "2024-05-16T17:46:33.697432Z",
            "url": "https://files.pythonhosted.org/packages/f3/64/ec6436d97b1a64a21d90864e82b45db7e9b34b26e5734d0e45c49b5617ae/zer1t0_aze-0.0.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-16 17:46:33",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "Zer1t0",
    "gitlab_project": "aze",
    "lcname": "zer1t0-aze"
}
        
Elapsed time: 0.44968s