Lightweight username lookup inspired by Sherlock. Created in C++.
Features
- Works on 250+ websites
- Fast, easy to use and compact
How to use
$ scout.exe --help
Usage: scout [options]
Optional arguments:
-h --help shows help message and exits
-v --version prints version information and exits
-u --user the username you want to search [required]
-o --output output the results to a file
-f --found only output found username hits [default: false]
Example usage: scout.exe -f -u eternalrift --output result.txt
Preview
Compiling and contributing
Prerequisites
- cpr (curl-for-people)
- nlohmann-json
Using vcpkg
vcpkg install cpr:x86-windows-static
vcpkg install nlohmann-json:x86-windows-static
Build
# clone the repo
$ git clone https://github.com/EternalRift/scout.git
- Open scout.sln with Visual Studio 2019 and compile with x86 Release