Fast and lightweight username lookup tool inspired by sherlock.

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

Owner
eternity
c++ is a cool language
eternity
Similar Resources

PoC ransomware. Inspired by Mr. Robot

PoC ransomware. Inspired by Mr. Robot

Fsociety Ransomware This is a small piece of software intended to be a PoC (Proof of Concept) of a ransomware with similar GUI to the one seen in Mr.

Aug 22, 2022

A Quake Enhanced mod to manipulate entities. Inspired by the Half-Life metamod plugin 'Entmod'

QEEntmod A Quake Enhanced mod to manipulate entities. Inspired by the Half-Life metamod plugin 'Entmod' Can be used standalone or easily implemented i

Jul 5, 2022

A Sol-inspired minimalist Lua binding for Zig.

A Sol-inspired minimalist Lua binding for Zig.

zoltan A Sol-inspired minimalist Lua binding for Zig. Features Supports Zig 0.9.0 Lua tables table creation from Zig get/set/create methods possible k

Dec 4, 2022

A C++ fast and lightweight 3D vector library

Vector3D A C++ fast and lightweight 3D vector library. Usage On your C++ code include the file. #include vector.h Then, declare your vector and ini

Dec 21, 2022

A lightweight ARM reverse engineering tool.

eydis A lightweight (basic and slow) ARM reverse engineering tool. I. Requierements macOS/Linux, Basics compiling tools, The SQLite3 + readline framew

Aug 15, 2022

jvm-monitor is a lightweight monitoring tool that logs all the local variables whenever exceptions occur.

jvm-monitor jvm-monitor is a Java agent attached to a Java VM (virtual machine), which logs all the local variables when exceptions occur. Rationales

Nov 21, 2021

weggli is a fast and robust semantic search tool for C and C++ codebases. It is designed to help security researchers identify interesting functionality in large codebases.

weggli is a fast and robust semantic search tool for C and C++ codebases. It is designed to help security researchers identify interesting functionality in large codebases.

weggli is a fast and robust semantic search tool for C and C++ codebases. It is designed to help security researchers identify interesting functionality in large codebases.

Dec 28, 2022

6D - Pose Annotation Tool (6D-PAT) - is a tool that allows the user to load a set of images and also a set of 3D models and annotate where in the 2D image the 3D object ist placed.

6D - Pose Annotation Tool (6D-PAT) - is a tool that allows the user to load a set of images and also a set of 3D models and annotate where in the 2D image the 3D object ist placed.

6D - Pose Annotation Tool (6D-PAT) For detiled explanations checkout the WikiPage. What is it? With 6D-PAT you can create 6D annotations on images for

Nov 20, 2022

A fast Perforce to Git conversion tool written in C++ using Perforce Helix Core C++ API and Libgit2

P4 Fusion A fast Perforce depot to Git repository converter using the Helix Core C/C++ API as an attempt to mitigate the performance bottlenecks in gi

Dec 30, 2022
C64 Watch is a customized T-Watch 2020 that was inspired by the Commodore 64 computer. It features a C64 theme and a built-in BASIC interpreter.
C64 Watch is a customized T-Watch 2020 that was inspired by the Commodore 64 computer. It features a C64 theme and a built-in BASIC interpreter.

C64 Watch C64 Watch is a customized T-Watch 2020 that was inspired by the Commodore 64 computer. It features a C64 theme and a built-in BASIC interpre

Nov 26, 2022
Oct 6, 2021
An open source alternative to and inspired by IOBit Unlocker
An open source alternative to and inspired by IOBit Unlocker

EzUnlock An open source alternative to and inspired by IOBit Unlocker EzUnlock is a simple GUI application for deleting stuck / stale / undeletable fi

Aug 9, 2022
Send messages to a LED Matrix display through Telegram. Inspired by a tweet from Smarter Every Day

Send messages to a LED Matrix display through Telegram. Inspired by a tweet from Smarter Every Day

Oct 8, 2022
Project in the field of Advanced Programming Techniques by prof. Brian Kernighan, inspired by real event that made Ken Thompson invent grep command

ed_to_grep Project in the field of Advanced Programming Techniques by prof. Brian Kernighan, inspired by real event that made Ken Thompson invent grep

Nov 1, 2022
Code for the Arduino-based BadUSB inspired from the legendary Rubber Ducky from Hak5
Code for the Arduino-based BadUSB inspired from the legendary Rubber Ducky from Hak5

Arduino BadUSB A Ducky Script interpreter that runs on an Arduino, decodes and executes scripts saved on a microSD card. The goal of this project is t

Nov 27, 2022
Bau Bau is a DIY 4 legged quadruped robot inspired for construction robotics course.

Bau-Bau-Robot Bau Bau is a DIY 4 legged quadruped robot inspired for construction robotics course. In this course, we are looking forward to solve a p

Nov 19, 2021
a unix inspired, non posix compliant micro kernel (more of a monolithic kernel for now though) that i am working on in my spare time

toy-kernel a unix inspired, non posix compliant micro kernel (more of a monolithic kernel for now though) that i am working on in my spare time prereq

Nov 27, 2022
Polybox - Late ninties, PS1 inspired fantasy console
Polybox - Late ninties, PS1 inspired fantasy console

Polybox Polybox is an in-development PS1 era fantasy console, a bit like Pico-8, but with simple 3D as well as 2D. It's still rather primitive and ear

Dec 22, 2022
A polite conversation is a mini C++ project inspired by the game "The Turing Test".

A polite conversation A polite conversation is mini C++ project inspired by the game "The Turing Test". Installation You need clang and GNU readline l

Jan 5, 2022