git-eternal / scout

Fast and lightweight username lookup tool inspired by sherlock.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

preview

Compiling and contributing

Prerequisites

  • cpr (curl-for-people)
  • nlohmann-json

Using vcpkg

How to install 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

About

Fast and lightweight username lookup tool inspired by sherlock.

License:MIT License


Languages

Language:C++ 100.0%