Investigo is a command-line tool written in Go
for searching usernames on 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
If you don't have Docker/Docker-Compose check Setup Docker section
Setup Docker
macOS: https://docs.docker.com/docker-for-mac/install/
linux: https://docs.docker.com/install/linux/docker-ce/ubuntu/
Example with docker
$ docker run x0rzkov/investigo:latest investigo tdh8316
Example with docker-compose
$ docker-compose run investigo investigo tdh8316
Example run with docker
$ docker run -v $(pwd)/data:/screenshots x0rzkov/investigo-chromium:latest -s tdh8316
Example run with docker-compose
$ docker-compose run investigo-chromium -s tdh8316
$ investigo [-h] [--no-color] [-v|--verbose] [-t|--tor] [--update] USERNAME [USERNAMES...]
positional arguments:
USERNAMES one or more usernames to investigate
optional arguments:
-h, --help show this help message and exit
-v, --verbose output sites which is username was not found
--no-color disable colored stdout output
--update update datebase from github.com/tdh8316/investigo/
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.
If you want to add sites to Investigo, make a Pull Request to Sherlock project. Or if you want to add prohibited sites for Sherlock, make an issue or a Pull Request to this repository!
Make an issue here to let Sherlock developers know.
Licensed under the MIT License
Copyright 2019 Donghyeok Tak