Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 1.16 KB

README.md

File metadata and controls

54 lines (35 loc) · 1.16 KB


Find usernames across social networks


Faster and minimal implementation of sherlock-project/sherlock written in Go.

Installation

Download an executable or:

go get -u github.com/mesuutt/sherlock

See in action

See in action

Usage

$ sherlock --help
Find usernames across social networks

Usage:
  sharlock USERNAME

Examples:
sherlock user123

Flags:
  -h, --help         help for sharlock
  -i, --only-found     Prints only found messages. Errors, and invalid username errors will not appear.
  -p, --proxy string   Make requests over a proxy.
  -v, --verbose        Enable verbose mode for detailed error messages.

TODO:

  • Write tests

License

MIT