Coder Social home page Coder Social logo

hoardd-client's Introduction

hoardd-client

This is a golang implementation of an elasticsearch client that queries the Hoardd OSINT platform for emails and passwords.

There is currently no public version of Hoardd, as it is fully owned by Optiv. However, a closed beta is starting soon.

The full Hoardd tool will be released publicly eventually (hopefully in 2021)

No actual data will be provided with the public release, but infrastructure and processing code will be present that will allow anyone to set up their own private instance of Hoardd. They could then use this client and the other code contained in the Hoardd repo to process data breaches and other OSINT data to suit their needs. :)

Basic Usage

  1. Download release for your OS from Releases
  2. chmod +x
  3. ???
  4. Profit

image

Help Output

Usage of ./hoardd-client:
  -c, --config string      Path to YAML config file
      --csv-file string    CSV output filename. Only email, password, and breach_name are written to the CSV file
      --debug              Enable debug output
  -d, --domain strings     domains to search
  -e, --email strings      Emails to search
  -i, --index string       Elasticsearch index name i.e. leak_linkedin (default "leak_*")
      --json-file string   JSON output filename. The entire JSON document will be written in JSON Lines format.
      --limit int          Maximum number of results to return (default 1,000,000) - set to 0 for no limit
      --pass strings       Passwords to search
  -p, --password string    Elasticsearch password
  -q, --query string       Raw elasticsearch query
      --url string         ElasticsSearch url
  -u, --username string    Elasticsearch username
  -v, --verbose            Enable verbose output

Notes

  • file size estimate: 50MB/1 million results
  • query time estimate: 3-5 min/1 million results
  • the speed of this client is bound by the scroll API in elasticsearch, which is not built to export huge amounts of data. if you need to output huge amounts of data, I recommend you use spark to query elasticsearch directly, then write the files to disk from spark.

hoardd-client's People

Contributors

cham423 avatar eatonchips avatar impostorkeanu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  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.