GithubHelp home page GithubHelp logo

gohashid's Introduction

gohashID

Identify a hash type.

gohashID is written in Go. It takes a hash, calculates the length, and compares the length against the hashcat example hashes

  • Hash is provided in a file to clean up whitespace and prevent interpolation.
  • Only 1 hash can be provided at a time in a file.
  • Remove any usernames, domain information, etc. from the raw hash provided. This tool compares hashes by length so usernames with varying length sizes will not match the examples in hashcatexamples.csv
  • The next upgrade will address some of these limitations.

Usage

go run gohashID.go -file <> [default: hash.txt]

Example: go run gohashID.go -file hash.txt

or build

  • env GOOS=windows GOARCH=386 go build -v gohashID.go
  • env GOOS=linux GOARCH=amd64 go build -v gohashID.go

hashcatexamples.csv file is required

Parameter Description
-file inpute file with hash <> [default: hash.txt]
-h, --help show help message and exit

Screenshot

$ go run gohashID.go -file hash.txt
gohashID v0.6          Pat Flanigan
=========================================

NetNTLMv1 / NetNTLMv1+ESS [-m 5500]


$ cat hash.txt
338d08f8e26de93300000000000000000000000000000000:9526fb8c23a90751cdd619b6cea564742e1e4bf33006ba41:cb8086049ec4736c

Resources

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.