GithubHelp home page GithubHelp logo

hartl3y94 / name-that-hash Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hashpals/name-that-hash

0.0 0.0 0.0 7.89 MB

๐Ÿ”— Don't know what type of hash it is? Name That Hash will name that hash type! ๐Ÿค– Identify MD5, SHA256 and 300+ other hashes โ˜„ Comes with a neat web app ๐Ÿ”ฅ

Home Page: https://nth.skerritt.blog

License: GNU General Public License v3.0

Python 100.00%

name-that-hash's Introduction

โžก๏ธ Discord | Website โฌ…๏ธ

The Modern Hash Identification System
pip3 install name-that-hash && nth
Web App with no install needed

Discord PyPI - Downloads Twitter Follow PyPI - Python Version PyPI


๐Ÿค” What is this?

Have you ever come across a hash such as 5f4dcc3b5aa765d61d8327deb882cf99 and wondered what type of hash that is? ๐Ÿค”

Name-that-hash will name that hash type!

๐Ÿ”ฅ Features

  • ๐Ÿ“บ Popularity Ratings - Name that hash will show you the most popular hashes first. In older systems it would prioritise Skype Hash the same as Active Directory's NTLM! Which makes as much sense as saying that my GitHub is as popular as VSCode ๐Ÿ“ˆ
  • โœ Hash Summaries - no more wondering whether it's MD5 or NTLM. Name-that-hash will summarise the main usage of each hash, allowing you to make an informed & decisive choice โšก
  • ๐ŸŒˆ Colour Output - Don't worry, the colours were hand-selected with a designer to be 100% accessible and gnarly ๐Ÿ˜Ž
  • ๐Ÿค– JSON output && API - Want to use Name-That-Hash in your project? We are API first, CLI second. Use JSON output or import us as a Python module! ๐Ÿ’พ
  • ๐Ÿ‘ต Updated! - HashID was last updated in 2015. Hash-Identifier in 2011! Name-That-Hash is a 2021 project ๐Ÿฆง
  • โ™ฟ Accessible - We are 100% committed to making this an accessible hacking tool ๐Ÿ™
  • ๐ŸŽซ Extensible - Add new hashes as quickly as you can edit this README. No, seriously -- it's that easy! ๐ŸŽฑ

๐ŸฅŠ Name-That-Hash vs HashID vs Hash-Identifier

Features Name-That-Hash HashID Hash-Identifier
Last updated 2021, check commits. 17/03/2015 30/09/2011

Honestly, do you need any more convincing? ๐Ÿ˜‚

But, let's look at the features more in-depth.

๐Ÿ“ˆ Feature Comparison

Name-that-hash proudly displays the most likely hash types

Here HashID displays Skype before NTLM, whereas Name-That-Hash understands popularity of hashes so places NTLM before Skype.

๐Ÿ“• You can also see Name-That-Hash displaying a summary, whereas HashID doesn't. In the default view it also displays John + HashCat information. Because let's face it, the only reason you're using this tool is to figure out what to put into HashCat! ๐Ÿฑโ€๐Ÿš€

Name-That-Hash is radically different from HashID, I'm not going to list all the differences -- you can physically see them yourselves ๐Ÿ˜Ž

๐Ÿ’Œ Accessibility

Name-That-Hash is an accessible hacking tool. That means we spent time designing things, such as....

No long text or ascii art here

Removing the ASCII Art of very long "least likely" text blocks using --accessible.

Doing this means you don't get access to least likely, and if the hash is in that pile it'd suck. So we also have --no-banner.

Which removes the ASCII art banner.

๐Ÿ”จ Installation

Easy Mode Use our web app at https://nth.skerritt.blog.

You can install using Python's Pip.

pip3 install name-that-hash

or:

pip install name-that-hash

And then run:

nth

To use.

Packaging status

We're also in:

โšฑ Fun Facts

  • We have a test-matrix which makes sure all of our hashes are up-to-date, including the HashCat mode and John the Ripper modes!
  • Unlike other hash identifiers which identify non-hashes, we have removed these so you'll only get real hashes (base64 who?)
  • Each and every hash is tested multiple times, for both false positives and true positives. No mistakes here!
  • There is a magical lamp that summons a genie somewhere in the source code.

๐Ÿ’ก Documentation

Want to learn how popularity works?

What about using this in your own programs?

Or maybe even our commitment to accessibility?

Our documentation is for you!

๐Ÿ“š Documentation ๐Ÿฆ My Twitter (@ me for questions) ๐ŸŽณ Discord ๐Ÿงฉ Web App
Wiki https://twitter.com/bee_sec_san Discord Web App

๐Ÿ™ Contributing

The easiest way to contribute is by adding more hashes, writing descriptions, or changing their REGEX> All you have to do is go to this file and edit it.

You can read more about contributing here.

๐Ÿ’Œ Thanks

Many thanks to Jabba & Jayyy for their help :)

Thanks to HashID and Hash-Identifier for their work in this field, which heavily inspired this. ๐Ÿ’ The database of hashes was originally taken from them, but we've significantly modified it. Thank you so much for creating that database of 3000+ hashes ๐Ÿ˜ป

Thanks to the TryHackMe Community too, and especially Oriel for her feedback on early versions.

And special thanks to Varg on his masterful understanding of colour theory ๐ŸŒˆ

Finally, thanks too Blackout for helping write descriptions of hashes ๐Ÿฑโ€๐Ÿ‘ค

๐Ÿ“บ What people are saying

FalconSpy loves it!

We're in REMnux!

Contributors โœจ

All Contributors

Thanks goes to these wonderful people (emoji key):


Digital Sleuth

๐Ÿ’ป

amadejpapez

๐Ÿ› ๐Ÿ’ป

SkeletalDemise

๐Ÿ’ป ๐Ÿšง ๐Ÿค”

Brandon

๐Ÿ’ป ๐Ÿšง ๐Ÿค”

Swanand Mulay

๐Ÿ’ป

This project follows the all-contributors specification. Contributions of any kind welcome!

name-that-hash's People

Contributors

allcontributors[bot] avatar amadejpapez avatar bburky avatar bee-san avatar dependabot-preview[bot] avatar dependabot[bot] avatar digitalsleuth avatar faelana avatar imgbotapp avatar jayy001 avatar jgmoss avatar kevcui avatar skeletaldemise avatar swanandx avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.