{ "info": { "author": "JPCERT/CC Analysis Center", "author_email": "aa-info@jpcert.or.jp", "bugtrack_url": null, "classifiers": [], "description": "# pyimpfuzzy\n Python module for comparing the impfuzzy \n pyimpfuzzy is python module which calculate and compare the impfuzzy(import fuzzy hashing) \n\n More details are described in the following documents: \n https://www.jpcert.or.jp/magazine/acreport-impfuzzy.html (Japanese) \n http://blog.jpcert.or.jp/2016/05/classifying-mal-a988.html (English)\n\n## Requirements\n pyimpfuzzy requires the following modules:\n\n * pefile 1.2.10-139 or later\n * ssdeep http://ssdeep.sourceforge.net\n\n## Installation\n\n```bash\n$ pip install pyimpfuzzy\n```\nor\n```bash\n$ sudo python setup.py install\n```\n\n## Usage\n * get_impfuzzy - return the impfuzzy hash for a given file\n * get_impfuzzy_data - return the impfuzzy hash for a buffer\n * hash_compare - return the match between 2 hashes\n\n### Example Usage\n\n```python\nimport pyimpfuzzy\nimport sys\n\nhash1 = pyimpfuzzy.get_impfuzzy(sys.argv[1])\nhash2 = pyimpfuzzy.get_impfuzzy(sys.argv[2])\nprint(\"ImpFuzzy1: %s\" % hash1)\nprint(\"ImpFuzzy2: %s\" % hash2)\nprint(\"Compare: %i\" % pyimpfuzzy.hash_compare(hash1, hash2))\n```", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/JPCERTCC/impfuzzy/", "keywords": "", "license": "the GNU General Public License version 2", "maintainer": "", "maintainer_email": "", "name": "pyimpfuzzy", "package_url": "https://pypi.org/project/pyimpfuzzy/", "platform": "", "project_url": "https://pypi.org/project/pyimpfuzzy/", "project_urls": { "Homepage": "https://github.com/JPCERTCC/impfuzzy/" }, "release_url": "https://pypi.org/project/pyimpfuzzy/0.5/", "requires_dist": null, "requires_python": "", "summary": "Python modules for impfuzzy", "version": "0.5" }, "last_serial": 3852556, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "2ebccb35912e5d67c64bd1833b43d9fd", "sha256": "09c997df16c822d88f0aac21e21cdfb7195716e2b24dc6c4554eaa99b7de81da" }, "downloads": -1, "filename": "pyimpfuzzy-0.1.tar.gz", "has_sig": false, "md5_digest": "2ebccb35912e5d67c64bd1833b43d9fd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2880, "upload_time": "2016-07-29T01:51:49", "url": "https://files.pythonhosted.org/packages/9b/f9/3abdd7e0e2cbfe3328260c06e38e693d86d54b95e9954a7ca6b953005513/pyimpfuzzy-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "755714e9ef4193927294e17d8d4d7358", "sha256": "06cfe1588055ceeef839446cea7bac9c08cce8aa2eb1621bc591a97af2729622" }, "downloads": -1, "filename": "pyimpfuzzy-0.2.tar.gz", "has_sig": false, "md5_digest": "755714e9ef4193927294e17d8d4d7358", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2546, "upload_time": "2016-11-28T01:35:45", "url": "https://files.pythonhosted.org/packages/41/46/f01a1730da6b0a7e91a861b69ce1f79f244487ff1e4c05c30dba5cb22eea/pyimpfuzzy-0.2.tar.gz" } ], "0.5": [ { "comment_text": "", "digests": { "md5": "5cffaab4f1249881e28a9407f6221c5f", "sha256": "da9796df302db4b04a197128637f84988f1882f1e08fdd69bbf9fdc6cfbaf349" }, "downloads": -1, "filename": "pyimpfuzzy-0.5.tar.gz", "has_sig": false, "md5_digest": "5cffaab4f1249881e28a9407f6221c5f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3106, "upload_time": "2018-05-11T00:44:54", "url": "https://files.pythonhosted.org/packages/87/bd/552292946148a8300fcbca597f2acaf060a8e76d75219a3f4d0201178c1c/pyimpfuzzy-0.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5cffaab4f1249881e28a9407f6221c5f", "sha256": "da9796df302db4b04a197128637f84988f1882f1e08fdd69bbf9fdc6cfbaf349" }, "downloads": -1, "filename": "pyimpfuzzy-0.5.tar.gz", "has_sig": false, "md5_digest": "5cffaab4f1249881e28a9407f6221c5f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3106, "upload_time": "2018-05-11T00:44:54", "url": "https://files.pythonhosted.org/packages/87/bd/552292946148a8300fcbca597f2acaf060a8e76d75219a3f4d0201178c1c/pyimpfuzzy-0.5.tar.gz" } ] }