glimlach


Nameglimlach JSON
Version 0.4.7 PyPI version JSON
download
home_pagehttps://github.com/firstnuel/Glimlach
SummaryGlimlach is a project that allows you to easily run Docker images based on a configuration file.
upload_time2023-12-10 17:31:41
maintainer
docs_urlNone
author'Emmanuel Ikwunna', 'Arttu Juntunen', 'Piyumi Weebadu Arachchige'
requires_python
license
keywords
VCS
bugtrack_url
requirements python docker
Travis-CI No Travis.
coveralls test coverage No coveralls.
               Glimlach is a cybersecurity automation tool designed to streamline the execution of multiple open-source security tools in a single scan. The project is initiated to support Rauli's research, enabling automated complex security scans with commonly used tools like Nmap, Testssl.sh, and Ssh-audit. This tool is a Python script that allows you to run Docker tools in parallel based on a JSON configuration file. It is designed to make it easy to automate the execution of Docker images with customizable parameters.

The primary objective is to facilitate the execution of various cybersecurity tools as a single scan without the need for individual installations and configurations. Glimlach focuses on the containerized execution (OCI) of tools, allowing for isolation and reproducibility.
    

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/firstnuel/Glimlach",
    "name": "glimlach",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "'Emmanuel Ikwunna', 'Arttu Juntunen', 'Piyumi Weebadu Arachchige'",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/cb/75/3991c1667a09be750aca46db36395431656fc2f1b0635a83a0691c69f391/glimlach-0.4.7.tar.gz",
    "platform": null,
    "description": "   Glimlach is a cybersecurity automation tool designed to streamline the execution of multiple open-source security tools in a single scan. The project is initiated to support Rauli's research, enabling automated complex security scans with commonly used tools like Nmap, Testssl.sh, and Ssh-audit. This tool is a Python script that allows you to run Docker tools in parallel based on a JSON configuration file. It is designed to make it easy to automate the execution of Docker images with customizable parameters.\n\nThe primary objective is to facilitate the execution of various cybersecurity tools as a single scan without the need for individual installations and configurations. Glimlach focuses on the containerized execution (OCI) of tools, allowing for isolation and reproducibility.\n    \n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Glimlach is a project that allows you to easily run Docker images based on a configuration file.",
    "version": "0.4.7",
    "project_urls": {
        "Homepage": "https://github.com/firstnuel/Glimlach"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "752d6614b4e03be4e303d595a6a815a3eaffb8bb7d022ef5d7a46309e3fc20e7",
                "md5": "5ece59afc8903c628606cdcefafdb5d4",
                "sha256": "dbcf990ee11ee31f4467581885255cfb83f2fae0bcd04e329dcaf63407f7fc4a"
            },
            "downloads": -1,
            "filename": "glimlach-0.4.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5ece59afc8903c628606cdcefafdb5d4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3365,
            "upload_time": "2023-12-10T17:31:38",
            "upload_time_iso_8601": "2023-12-10T17:31:38.733183Z",
            "url": "https://files.pythonhosted.org/packages/75/2d/6614b4e03be4e303d595a6a815a3eaffb8bb7d022ef5d7a46309e3fc20e7/glimlach-0.4.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cb753991c1667a09be750aca46db36395431656fc2f1b0635a83a0691c69f391",
                "md5": "e14fc7b2ca504a2a96d5684b4a4275f5",
                "sha256": "662a44fa73df2618180636d2b0f2760e6089645867ec9a60de651d8a5aaf72e6"
            },
            "downloads": -1,
            "filename": "glimlach-0.4.7.tar.gz",
            "has_sig": false,
            "md5_digest": "e14fc7b2ca504a2a96d5684b4a4275f5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2750,
            "upload_time": "2023-12-10T17:31:41",
            "upload_time_iso_8601": "2023-12-10T17:31:41.121253Z",
            "url": "https://files.pythonhosted.org/packages/cb/75/3991c1667a09be750aca46db36395431656fc2f1b0635a83a0691c69f391/glimlach-0.4.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-10 17:31:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "firstnuel",
    "github_project": "Glimlach",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "python",
            "specs": [
                [
                    ">=",
                    "3.6"
                ]
            ]
        },
        {
            "name": "docker",
            "specs": [
                [
                    ">=",
                    "4.4.4"
                ]
            ]
        }
    ],
    "lcname": "glimlach"
}
        
Elapsed time: 0.47285s