hashcat


Namehashcat JSON
Version 24.11.17 PyPI version JSON
download
home_pagehttps://github.com/bannsec/hashcat
SummaryPython pip installer for hashcat
upload_time2024-11-17 04:01:57
maintainerNone
docs_urlNone
authorMichael Bann
requires_pythonNone
licenseMIT
keywords hashcat
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Overview
Little wrapper around hashcat so it can be installed via pip. Attempts to also correctly determine which binary you should run and adds `hashcat` to your path.

For the actual hashcat, please go to: https://hashcat.net/hashcat/

# Quickstart
```bash
$ pip install hashcat
$ hashcat -h
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/bannsec/hashcat",
    "name": "hashcat",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "hashcat",
    "author": "Michael Bann",
    "author_email": "self@bannsecurity.com",
    "download_url": null,
    "platform": null,
    "description": "# Overview\nLittle wrapper around hashcat so it can be installed via pip. Attempts to also correctly determine which binary you should run and adds `hashcat` to your path.\n\nFor the actual hashcat, please go to: https://hashcat.net/hashcat/\n\n# Quickstart\n```bash\n$ pip install hashcat\n$ hashcat -h\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python pip installer for hashcat",
    "version": "24.11.17",
    "project_urls": {
        "Homepage": "https://github.com/bannsec/hashcat"
    },
    "split_keywords": [
        "hashcat"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "089e8429aec1f71c59834aa0cbde0499375d8d55bad514342a3cf0e40856fb6a",
                "md5": "b2d7ce2d950d87a52ee42f1591f9e37b",
                "sha256": "dddcf83902f715a89ed0144e9fad669ad4b48b63de852cd563ab13f7b0010c1b"
            },
            "downloads": -1,
            "filename": "hashcat-24.11.17-py3-none-manylinux1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b2d7ce2d950d87a52ee42f1591f9e37b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 124818411,
            "upload_time": "2024-11-17T04:01:57",
            "upload_time_iso_8601": "2024-11-17T04:01:57.378109Z",
            "url": "https://files.pythonhosted.org/packages/08/9e/8429aec1f71c59834aa0cbde0499375d8d55bad514342a3cf0e40856fb6a/hashcat-24.11.17-py3-none-manylinux1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-17 04:01:57",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "bannsec",
    "github_project": "hashcat",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "hashcat"
}
        
Elapsed time: 0.48690s