Contact me on Telegram for any scripting or automation tool @ https://t.me/brain_lead
A high-performance desktop application for validating phone numbers and email addresses against Facebook's account recovery system. Designed for bulk processing with multi-threaded execution, proxy support, and automatic session management.
- Bulk Validation — Load millions of leads from a text file and validate them against Facebook accounts
- 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, 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
.exefor Windows; no Python installation required
- Windows 10/11 (64-bit)
- Internet connection
- Valid HWID authorization
- Place
gui_main.exein a folder - Launch
gui_main.exe - Click Browse to select your leads file (one phone number or email per line)
- (Optional) Click Browse Proxies to load a proxy list and select HTTP or SOCKS5
- Set your desired thread count
- Click Start
Plain text file, one entry per line:
1234567890
example@email.com
+11234567890
another@domain.com
Supports multiple formats:
host:port
host:port:username:password
socks5://host:port
socks5://username:password@host:port
http://username:password@host:port
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
| 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 |
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:
-
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.
-
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.
-
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.
-
Consent — You warrant that you have obtained all necessary consents and authorizations before processing any personal data through this software.
-
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.
-
HWID Authorization — This software uses hardware-based licensing. Unauthorized redistribution, reverse engineering, decompilation, or circumvention of the licensing mechanism is strictly prohibited.
-
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