badsnakes


Namebadsnakes JSON
Version 0.0.0.dev1 PyPI version JSON
download
home_pageNone
SummaryA toolset to identify malware in Python projects.
upload_time2024-10-04 15:55:29
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseGNU GPL-3
keywords library utility utilities security malware detection
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# A toolset to identify malware in Python projects.

Currently a **placeholder** for when this project is ready in the near future.

The ``badsnakes`` project is a CPython library and command line utility which plugs the gap in malware analysis for Python-based malware by employing code and syntax analysis, searching for various patterns and techniques used by threat actors.


## Installation
Coming soon ...


## Toolset
Coming soon ...


## Using the Library
Coming soon ...


## Additional Information
Coming soon ...


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "badsnakes",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "library, utility, utilities, security, malware detection",
    "author": null,
    "author_email": "The Developers <development@s3dev.uk>",
    "download_url": "https://files.pythonhosted.org/packages/67/7d/a7a3649d4d302519caca3ded96378c3cabfa64f262ec283a88fba1f31552/badsnakes-0.0.0.dev1.tar.gz",
    "platform": null,
    "description": "\n# A toolset to identify malware in Python projects.\n\nCurrently a **placeholder** for when this project is ready in the near future.\n\nThe ``badsnakes`` project is a CPython library and command line utility which plugs the gap in malware analysis for Python-based malware by employing code and syntax analysis, searching for various patterns and techniques used by threat actors.\n\n\n## Installation\nComing soon ...\n\n\n## Toolset\nComing soon ...\n\n\n## Using the Library\nComing soon ...\n\n\n## Additional Information\nComing soon ...\n\n",
    "bugtrack_url": null,
    "license": "GNU GPL-3",
    "summary": "A toolset to identify malware in Python projects.",
    "version": "0.0.0.dev1",
    "project_urls": null,
    "split_keywords": [
        "library",
        " utility",
        " utilities",
        " security",
        " malware detection"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "677da7a3649d4d302519caca3ded96378c3cabfa64f262ec283a88fba1f31552",
                "md5": "b66e2f8712c28640a33a9feed07e032e",
                "sha256": "0870ca4e11cd69cfb0b6131450b4afd1b52a754dc8b829351ff27a31728b4a06"
            },
            "downloads": -1,
            "filename": "badsnakes-0.0.0.dev1.tar.gz",
            "has_sig": false,
            "md5_digest": "b66e2f8712c28640a33a9feed07e032e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 14541,
            "upload_time": "2024-10-04T15:55:29",
            "upload_time_iso_8601": "2024-10-04T15:55:29.392846Z",
            "url": "https://files.pythonhosted.org/packages/67/7d/a7a3649d4d302519caca3ded96378c3cabfa64f262ec283a88fba1f31552/badsnakes-0.0.0.dev1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-04 15:55:29",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "badsnakes"
}
        
Elapsed time: 1.85396s