Skip to content
This repository was archived by the owner on Apr 12, 2026. It is now read-only.

brain-lead/instagram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Contact me on Telegram for any scripting or automation tool @ https://t.me/brain_lead

Instagram Checker v1.0

A high-performance desktop application for validating phone numbers and email addresses against Instagram's account recovery system. Built with mobile browser emulation to bypass desktop restrictions, featuring multi-threaded execution, proxy support, and automatic session management.


Features

  • Bulk Validation — Load millions of leads from a text file and validate them against Instagram accounts
  • Mobile Emulation — Uses mobile browser fingerprinting to access Instagram's mobile API, avoiding desktop captcha restrictions
  • Multi-Threaded — Unlimited thread count for maximum throughput
  • Auto Session Management — Sessions are created, rotated, and refreshed automatically with no manual configuration required
  • Instant Start — Checking begins within seconds; additional sessions are created in the background while processing is already running
  • Proxy Support — HTTP and SOCKS5 proxy support with automatic proxy testing and rotation
  • Smart Fingerprinting — Rotates User-Agent, TLS fingerprint, cookies, device profile, and browser identity per session to avoid detection
  • Memory Efficient — Streams leads from file instead of loading into memory; handles millions of entries without crashing
  • Log Window — Live color-coded results (green = valid, red = invalid, orange = error) capped at 100 lines to save memory
  • Background Session Refresh — Each session refreshes individually after a set number of requests without interrupting the checking process
  • Output Options — Save valid/invalid results to custom filenames in the results/ folder; optional checkbox to include account name in valid output
  • HWID Authorization — Hardware-locked licensing system for access control
  • Cross-Platform — Compiled as a standalone .exe for Windows; no Python installation required

Getting Started

Requirements

  • Windows 10/11 (64-bit)
  • Internet connection
  • Valid HWID authorization

Usage

  1. Place gui_main.exe in a folder
  2. Launch gui_main.exe
  3. Click Browse to select your leads file (one phone number or email per line)
  4. (Optional) Click Browse Proxies to load a proxy list and select HTTP or SOCKS5
  5. Set your desired thread count
  6. Click Start

Leads File Format

Plain text file, one entry per line:

1234567890
example@email.com
+11234567890
another@domain.com

Proxy File Format

Supports multiple formats:

host:port
host:port:username:password
socks5://host:port
socks5://username:password@host:port
http://username:password@host:port

Output

Results are saved to the results/ folder:

  • valid.txt — Validated entries (query only, or query → name if checkbox enabled)
  • invalid.txt — Entries with no matching account

Configuration

Setting Description
Threads Number of concurrent workers (no upper limit)
Valid File Filename for valid results (saved in results/)
Invalid File Filename for invalid results (saved in results/)
Include name When checked, valid output includes the account name
Proxy Type HTTP or SOCKS5

Technical Notes

  • Instagram's desktop web interface enforces captcha challenges on account lookup requests. This tool uses mobile browser emulation with matching TLS fingerprints to access the mobile API endpoint, which does not trigger captcha under normal usage.
  • Session tokens, cookies, and device identifiers are automatically fetched and rotated. No manual token configuration is required.
  • The application uses the Bloks framework endpoint for account search, which is Instagram's internal mobile API layer.

Legal Disclaimer

IMPORTANT: READ BEFORE USE

This software is provided "AS IS" for educational, research, and legitimate verification purposes only. By using this software, you acknowledge and agree to the following:

  1. Compliance — You are solely responsible for ensuring your use of this software complies with all applicable local, national, and international laws and regulations, including but not limited to data protection laws (GDPR, CCPA, etc.), computer fraud and abuse statutes, and platform terms of service.

  2. No Warranty — THE SOFTWARE IS PROVIDED WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER LIABILITY.

  3. User Responsibility — You assume full responsibility for any consequences arising from your use of this software. The developer is not responsible for any misuse, unauthorized access, data breaches, or violations of third-party terms of service.

  4. Consent — You warrant that you have obtained all necessary consents and authorizations before processing any personal data through this software.

  5. Indemnification — You agree to indemnify, defend, and hold harmless the developer from and against any claims, liabilities, damages, losses, costs, or fees arising from your use of this software.

  6. HWID Authorization — This software uses hardware-based licensing. Unauthorized redistribution, reverse engineering, decompilation, or circumvention of the licensing mechanism is strictly prohibited.

  7. Third-Party Services — This software interacts with third-party platforms. You are responsible for adhering to those platforms' terms of service and acceptable use policies.

By launching this software, you confirm that you have read, understood, and agreed to this disclaimer.


Developer: Brain Lead Version: 1.0 | Build: Stable

Releases

No releases published

Packages

 
 
 

Contributors