This project will resume when I become a college student.
Investigo is a command-line tool written in Go
to investigate usernames and download their data on social media.
You can download the binary for Windows.
Note that the frequency of update of release is too slow.
$ investigo.exe -h
To compile investigo, Go 1.12 or higher is required.
$ git clone https://github.com/tdh8316/Investigo.git
$ cd investigo
$ go build
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 USERNAME
Example with docker-compose
$ docker-compose run investigo investigo USERNAME
Example run with docker
$ docker run -v $(pwd)/data:/screenshots x0rzkov/investigo-chromium:latest -s USERNAME
Example run with docker-compose
$ docker-compose run investigo-chromium -s USERNAME
$ investigo -h
Investigo - Investigate User Across Social Networks.
usage: investigo USERNAME [USERNAMES...] flags options
perform test: investigo [--test]
positional arguments:
USERNAMES one or more usernames to investigate
flags:
-h, --help show this help message and exit
--no-color disable colored stdout output
--update update database before run from Sherlock repository
-t, --tor use tor proxy
-s, --screenshot take a screenshot of each matched urls
-v, --verbose verbose output
-d, --download download the contents of site if available
options:
--database DATABASE use custom database
--site SITE specific site to investigate
Investigo is compatible with Sherlock database.
To add sites to Investigo, make a Pull Request to Sherlock project. Whenever the Sherlock repository updates, the Investigo database will update automatically!
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.
Thanks to all contributors!
Contributions are more than welcome!
Licensed under the MIT License
Copyright 2020 Donghyeok Tak