Giter Club home page Giter Club logo

gohashmob's Introduction

gohashmob

Quickly look up hashes in your terminal using the HashMob API

Features:

  • 🗣   Read one or more hashes from argument
    • gohashmob [hash], gohashmob [hash],[hash]
  • 📄   Read hashes from file
    • gohashmob /path/to/file
  • ↙️   Read hashes from STDIN
    • cat hashes.txt | gohashmob
  • ✨   Pretty print API response JSON
  • 💿   Output founds in hash:plain format
  • 🏷   Read API key from environmennt variable
    • export HASHMOB_KEY=[key]

Demo:

Installation:

go install github.com/n0kovo/gohashmob@latest

Usage:

acidbrn@gibson# gohashmob -h
Reads a list of hashes and looks for their cleartext counterparts in HashMob's database.
If no positional argument is provided and the program detects a pipe, hashes are read from STDIN.
A valid API key must be supplied via the HASHMOB_KEY environment variable.

Usage: ./hashmob [-q] [-n] <hash input> (single hash / comma separated hashes / file path)
  -n	Disable JSON response prettifying
  -no-color
    	Disable colored log output
  -q	Output founds as hash:plain instead of the full API response

Examples:
   ./hashmob -q 098f6bcd4621d373cade4e832627b4f6
   cat hashes.txt | ./hashmob -q
   ./hashmob 098f6bcd4621d373cade4e832627b4f6,5f4dcc3b5aa765d61d8327deb882cf99
   ./hashmob -q path/to/hashes.txt

gohashmob's People

Contributors

n0kovo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 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.