Skip to content

mesuutt/sherlock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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