{"id":4422,"date":"2017-02-14T02:33:10","date_gmt":"2017-02-13T18:33:10","guid":{"rendered":"https:\/\/www.darknet.org.uk\/?p=4422"},"modified":"2017-02-14T02:33:23","modified_gmt":"2017-02-13T18:33:23","slug":"hashid-identify-different-types-of-hashes","status":"publish","type":"post","link":"https:\/\/www.darknet.org.uk\/2017\/02\/hashid-identify-different-types-of-hashes\/","title":{"rendered":"hashID – Identify Different Types of Hashes"},"content":{"rendered":"

hashID is a tool to help you identify different types of hashes used to encrypt data, especially passwords. It’s written in Python 3 and supports the identification of over 220 unique hash types using regular expressions.<\/p>\n

\"hashID<\/p>\n

hashID is able to identify a single hash, parse a file or read multiple files in a directory and identify the hashes within them. hashID is also capable of including the corresponding hashcat mode and\/or JohnTheRipper format in its output.<\/p>\n

There are other similar tools like hash-identifier<\/a>, which is outdated and this claims to replace. And the original HashTag \u2013 Password Hash Type Identification (Identify Hashes)<\/a> – which is even older.<\/p>\n

And to be fair, this hasn’t been updated since 2015 either so yah.<\/p>\n

Usage<\/h3>\n
$ .\/hashid.py [-h] [-e] [-m] [-j] [-o FILE] [--version] INPUT\r\n\r\n-e, --extended\tlist all hash algorithms including salted passwords\r\n-m, --mode\tshow corresponding hashcat mode in output\r\n-j, --john\tshow corresponding JohnTheRipper format in output\r\n-o FILE, --outfile FILE\twrite output to file (default: STDOUT)\r\n--help\tshow help message and exit\r\n--version\tshow program's version number and exit<\/pre>\n

Installation<\/h3>\n

You can install, upgrade, uninstall hashID with these commands:<\/p>\n

$ pip install hashid\r\n$ pip install --upgrade hashid\r\n$ pip uninstall hashid<\/pre>\n

Or you can install by cloning the repository:<\/p>\n

$ sudo apt-get install python3 git\r\n$ git clone https:\/\/github.com\/psypanda\/hashid.git\r\n$ cd hashid\r\n$ sudo install -g 0 -o 0 -m 0644 doc\/man\/hashid.7 \/usr\/share\/man\/man7\/\r\n$ sudo gzip \/usr\/share\/man\/man7\/hashid.7<\/pre>\n

You can download hashID here:<\/p>\n

hashID-v3.1.4.zip<\/a><\/p>\n

Or read more here<\/a>. <\/p>\n","protected":false},"excerpt":{"rendered":"

hashID is a tool to help you identify different types of hashes used to encrypt data, especially passwords. It’s written in Python 3 and supports the identification of over 220 unique hash types using regular expressions. hashID is able to identify a single hash, parse a file or read multiple files in a directory and […]<\/p>\n","protected":false},"author":25,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_seopress_robots_primary_cat":"","_seopress_titles_title":"","_seopress_titles_desc":"hashID is a tool to help you identify different types of hashes used to encrypt data, especially passwords. It's can identify over 220 unique hash types.","_seopress_robots_index":"","_genesis_hide_title":false,"_genesis_hide_breadcrumbs":false,"_genesis_hide_singular_image":false,"_genesis_hide_footer_widgets":false,"_genesis_custom_body_class":"","_genesis_custom_post_class":"","_genesis_layout":"","footnotes":""},"categories":[26,9,31],"tags":[7751,7749,7826],"featured_image_src":null,"featured_image_src_square":null,"author_info":{"display_name":"Darknet","author_link":"https:\/\/www.darknet.org.uk\/author\/darknet\/"},"_links":{"self":[{"href":"https:\/\/www.darknet.org.uk\/wp-json\/wp\/v2\/posts\/4422"}],"collection":[{"href":"https:\/\/www.darknet.org.uk\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.darknet.org.uk\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.darknet.org.uk\/wp-json\/wp\/v2\/users\/25"}],"replies":[{"embeddable":true,"href":"https:\/\/www.darknet.org.uk\/wp-json\/wp\/v2\/comments?post=4422"}],"version-history":[{"count":0,"href":"https:\/\/www.darknet.org.uk\/wp-json\/wp\/v2\/posts\/4422\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.darknet.org.uk\/wp-json\/wp\/v2\/media?parent=4422"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.darknet.org.uk\/wp-json\/wp\/v2\/categories?post=4422"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.darknet.org.uk\/wp-json\/wp\/v2\/tags?post=4422"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}