GitHunt
JO

joaostack/InstaMailChecker

A OSINT tool that checks if the specified email is registered on Instagram.

README

  _____           _        __  __       _ _  _____ _               _             
 |_   _|         | |      |  \/  |     (_) |/ ____| |             | |            
   | |  _ __  ___| |_ __ _| \  / | __ _ _| | |    | |__   ___  ___| | _____ _ __ 
   | | | '_ \/ __| __/ _` | |\/| |/ _` | | | |    | '_ \ / _ \/ __| |/ / _ \ '__|
  _| |_| | | \__ \ || (_| | |  | | (_| | | | |____| | | |  __/ (__|   <  __/ |   
 |_____|_| |_|___/\__\__,_|_|  |_|\__,_|_|_|\_____|_| |_|\___|\___|_|\_\___|_|   
                                                                                 

  A OSINT tool that checks if the specified email is registered on Instagram.

USAGE:
    InstaMailChecker.dll [OPTIONS]

OPTIONS:
    -h, --help     Prints help information
    -e, --email    Target e-mail. Required

Dependencies


Basic Usage

./InstaMailChecker -e target@gmail.com

Read mails list

cat mails.txt | xargs -I@ sh -c './InstaMailChecker -e @'

Read mails list using GNU Parallel

cat mails.txt | parallel -I% './InstaMailChecker -e %'

Save results

cat mails.txt | parallel -I% './InstaMailChecker -e %' | tee results.txt

Author

João H. (joaostack) – GitHub

Donations
Monero (XMR)

4BE47AD2o1QFu2oq1HEx6i9QBM2xcMaMGSc4vdW9sPZz8LNNue9DZqqiagR9KbQndYgNNTmDjXY87CdQTETAFmAgSSjAEQj

Languages

C#100.0%
Created December 6, 2024
Updated February 27, 2026