{
"info": {
"author": "c0re",
"author_email": "c0re@psypanda.org",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"Intended Audience :: Other Audience",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Natural Language :: English",
"Operating System :: OS Independent",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4"
],
"description": "hashID \\| hash-identifier\n=========================\n\nIdentify the different types of hashes used to encrypt data and especially passwords.\n\nThis tool replaces `hash-identifier `__, which\nis outdated!\n\nhashID is a tool written in Python 3 which supports the\nidentification of over 220 unique hash types using regular expressions.\nA detailed list of supported hashes can be found\n`here `__.\n\nIt is able to identify a single hash, parse a file or read multiple\nfiles in a directory and identify the hashes within them.\nhashID is also capable of including the corresponding\n`hashcat `__ mode and/or\n`JohnTheRipper `__ format in its output.\n\nhashID works out of the box with Python 2 \u2265 2.7.x or Python 3 \u2265 3.3 on any platform.\n\n*Note: When identifying a hash on *nix operating systems use single\nquotes to prevent interpolation*\n\nInstallation\n------------\n\nYou can install, upgrade, uninstall hashID with these commands:\n\n.. code:: console\n\n $ pip install hashid\n $ pip install --upgrade hashid\n $ pip uninstall hashid\n\nOr you can install by cloning the repository:\n\n.. code:: console\n\n $ sudo apt-get install python3 git\n $ git clone https://github.com/psypanda/hashid.git\n $ cd hashid\n $ sudo install -g 0 -o 0 -m 0644 doc/man/hashid.7 /usr/share/man/man7/\n $ sudo gzip /usr/share/man/man7/hashid.7\n\nAlternatively you can grab the latest release\n`here `__.\n\nUsage\n-----\n\n.. code:: console\n\n $ ./hashid.py [-h] [-e] [-m] [-j] [-o FILE] [--version] INPUT\n\n+---------------------------+-------------------------------------------------------+\n| Parameter | Description |\n+===========================+=======================================================+\n| INPUT | input to analyze (default: STDIN) |\n+---------------------------+-------------------------------------------------------+\n| -e, --extended | list all hash algorithms including salted passwords |\n+---------------------------+-------------------------------------------------------+\n| -m, --mode | show corresponding hashcat mode in output |\n+---------------------------+-------------------------------------------------------+\n| -j, --john | show corresponding JohnTheRipper format in output |\n+---------------------------+-------------------------------------------------------+\n| -o FILE, --outfile FILE | write output to file (default: STDOUT) |\n+---------------------------+-------------------------------------------------------+\n| --help | show help message and exit |\n+---------------------------+-------------------------------------------------------+\n| --version | show program's version number and exit |\n+---------------------------+-------------------------------------------------------+\n\nScreenshot\n----------\n\n.. code:: console\n\n $ ./hashid.py '$P$8ohUJ.1sdFw09/bMaAQPTGDNi2BIUt1'\n Analyzing '$P$8ohUJ.1sdFw09/bMaAQPTGDNi2BIUt1'\n [+] Wordpress \u2265 v2.6.2\n [+] Joomla \u2265 v2.5.18\n [+] PHPass' Portable Hash\n\n $ ./hashid.py -mj '$racf$*AAAAAAAA*3c44ee7f409c9a9b'\n Analyzing '$racf$*AAAAAAAA*3c44ee7f409c9a9b'\n [+] RACF [Hashcat Mode: 8500][JtR Format: racf]\n\n $ ./hashid.py hashes.txt\n --File 'hashes.txt'--\n Analyzing '*85ADE5DDF71E348162894C71D73324C043838751'\n [+] MySQL5.x\n [+] MySQL4.1\n Analyzing '$2a$08$VPzNKPAY60FsAbnq.c.h5.XTCZtC1z.j3hnlDFGImN9FcpfR1QnLq'\n [+] Blowfish(OpenBSD)\n [+] Woltlab Burning Board 4.x\n [+] bcrypt\n --End of file 'hashes.txt'--\n\nResources\n---------\n\n- http://pythonhosted.org/passlib/index.html\n- http://openwall.info/wiki/john\n- http://openwall.info/wiki/john/sample-hashes\n- http://hashcat.net/wiki/doku.php?id=example\\_hashes",
"description_content_type": null,
"docs_url": null,
"download_url": "https://github.com/psypanda/hashID/tarball/v3.1.4",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://github.com/psypanda/hashID",
"keywords": "hashid hash identifier hash-identifier",
"license": "GNU GPL",
"maintainer": null,
"maintainer_email": null,
"name": "hashID",
"package_url": "https://pypi.org/project/hashID/",
"platform": "UNKNOWN",
"project_url": "https://pypi.org/project/hashID/",
"project_urls": {
"Download": "https://github.com/psypanda/hashID/tarball/v3.1.4",
"Homepage": "https://github.com/psypanda/hashID"
},
"release_url": "https://pypi.org/project/hashID/3.1.4/",
"requires_dist": null,
"requires_python": null,
"summary": "Software to identify the different types of hashes",
"version": "3.1.4"
},
"last_serial": 1454485,
"releases": {
"3.1.3": [
{
"comment_text": "",
"digests": {
"md5": "42c0fbe5eadf8c6bba4dba533522ba2d",
"sha256": "2171c59d5a6dbfc0756d16ea9183a5067f18b72969e6054f6f43f7b8ae5b739e"
},
"downloads": -1,
"filename": "hashID-3.1.3-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "42c0fbe5eadf8c6bba4dba533522ba2d",
"packagetype": "bdist_wheel",
"python_version": "3.4",
"requires_python": null,
"size": 12924,
"upload_time": "2015-02-21T14:26:25",
"url": "https://files.pythonhosted.org/packages/c5/25/6ae9231c5d7464aec63a5514f6ea6bdf518b1940d5e768b6b24798ca35cc/hashID-3.1.3-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "bfe439f1ee5283e62c84229039bc6d19",
"sha256": "e983fc88c8671a84a186af02bbb3d17611646cae0c3b2c8aaff56dfc762cd8da"
},
"downloads": -1,
"filename": "hashID-3.1.3.zip",
"has_sig": false,
"md5_digest": "bfe439f1ee5283e62c84229039bc6d19",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 30334,
"upload_time": "2015-02-21T14:26:11",
"url": "https://files.pythonhosted.org/packages/a0/ef/79483b1e7f7e358aed33e21dd6c9f6cae7313ee0b615b620e9cd521fae5f/hashID-3.1.3.zip"
}
],
"3.1.4": [
{
"comment_text": "",
"digests": {
"md5": "641880c4e3be1ad3d0805a817982d047",
"sha256": "56c52041c7599d2469276da7041340526bd0f02eb1502e60b021cee37f04da6a"
},
"downloads": -1,
"filename": "hashID-3.1.4-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "641880c4e3be1ad3d0805a817982d047",
"packagetype": "bdist_wheel",
"python_version": "3.4",
"requires_python": null,
"size": 13077,
"upload_time": "2015-03-09T18:44:14",
"url": "https://files.pythonhosted.org/packages/67/16/0363abdd7de6d610643cdf73a75f6f22e62bfe19f69890c2a1b16dcfe279/hashID-3.1.4-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "7a2cce64bef0417bf8f8005f72ab5d02",
"sha256": "af8f7f4c48e95139fd6298f17cb96d46a449312efc402f4d1566a1482df563c7"
},
"downloads": -1,
"filename": "hashID-3.1.4.zip",
"has_sig": false,
"md5_digest": "7a2cce64bef0417bf8f8005f72ab5d02",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 30900,
"upload_time": "2015-03-09T18:43:59",
"url": "https://files.pythonhosted.org/packages/09/ce/d26df4843e6d62ce016a126e8faae1905b6f2b5629a59982dd3af23761aa/hashID-3.1.4.zip"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "641880c4e3be1ad3d0805a817982d047",
"sha256": "56c52041c7599d2469276da7041340526bd0f02eb1502e60b021cee37f04da6a"
},
"downloads": -1,
"filename": "hashID-3.1.4-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "641880c4e3be1ad3d0805a817982d047",
"packagetype": "bdist_wheel",
"python_version": "3.4",
"requires_python": null,
"size": 13077,
"upload_time": "2015-03-09T18:44:14",
"url": "https://files.pythonhosted.org/packages/67/16/0363abdd7de6d610643cdf73a75f6f22e62bfe19f69890c2a1b16dcfe279/hashID-3.1.4-py2.py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "7a2cce64bef0417bf8f8005f72ab5d02",
"sha256": "af8f7f4c48e95139fd6298f17cb96d46a449312efc402f4d1566a1482df563c7"
},
"downloads": -1,
"filename": "hashID-3.1.4.zip",
"has_sig": false,
"md5_digest": "7a2cce64bef0417bf8f8005f72ab5d02",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 30900,
"upload_time": "2015-03-09T18:43:59",
"url": "https://files.pythonhosted.org/packages/09/ce/d26df4843e6d62ce016a126e8faae1905b6f2b5629a59982dd3af23761aa/hashID-3.1.4.zip"
}
]
}