Investigo is the Go
implementation of Sherlock.
Sherlock is a command-line tool for searching usernames on many social media.
You can download the binary for Windows.
$ investigo.exe -h
To compile investigo, Go 1.8 or higher is required.
$ git clone https://github.com/tdh8316/Investigo.git
$ cd investigo
$ go get github.com/fatih/color
$ go run investigo.go -h
$ investigo USERNAMES [-v|--verbose] [--no-color]
Investigo is trying to build our own database while keeping compatibility with Sherlock. This is because even though Sherlock project contains a vast database, adult sites are forbidden.
Furthermore, Investigo is more than twice as fast as the original implementation!
Investigo is another implementation of Sherlock. Accordingly, I would like not to make a competition with Sherlock.
- Avoid deep packet inspection
- Support Tor
- Implement regex check
- Command-line arguments
- Add tests
★
Investigo uses Sherlock's database.
Accordingly, If you want to add sites to Investigo, make a PR to Sherlock project. Or if you want to add prohibited sites for Sherlock, make an issue or a PR to this repository!
Licensed under the MIT License
Copyright 2019 Donghyeok Tak