A powerful, multi-threaded Netflix cookie validator that checks cookie validity, extracts account information, and organizes results efficiently.
- 🚀 Multi-threaded Processing - Fast concurrent cookie validation
- 🌐 Proxy Support - Rotate through multiple proxies to avoid rate limiting
- 📊 Detailed Account Info - Extract plan details, country, member status, and more
- 🔄 Auto Format Conversion - Convert JSON cookies to Netscape format
- 📁 Smart Organization - Automatically sort results into different folders
- 🔍 Duplicate Detection - Prevent duplicate accounts using User GUID tracking
- 📈 Real-time Statistics - Live progress tracking and final results
- 🎨 Colorful Interface - Beautiful console output with status indicators
pip install requests colorama
- Clone the repository
git clone https://github.com/harshitkamboj/netflix-cookie-checker.git
cd netflix-cookie-checker
- Install dependencies
pip install -r requirements.txt
-
Setup your files
- Add your Netflix cookies (
.txt
or.json
format) to thecookies/
folder - Add proxies to
proxy.txt
(optional but recommended)
- Add your Netflix cookies (
-
Run the checker
python main.py
├── cookies/ # Input folder for your cookies
├── hits/ # Working subscribed accounts
├── free/ # Working but unsubscribed accounts
├── failures/ # Invalid/expired cookies
├── broken/ # Malformed cookie files
├── json_cookies_after_conversion/ # Processed JSON files
├── proxy.txt # Your proxy list (optional)
└── main.py # Main script
.netflix.com TRUE / FALSE 1234567890 cookie_name cookie_value
[
{
"domain": ".netflix.com",
"flag": "TRUE",
"path": "/",
"secure": false,
"expiration": "1234567890",
"name": "cookie_name",
"value": "cookie_value"
}
]
Create a proxy.txt
file with your proxies (one per line):
ip:port
user:pass@ip:port
http://ip:port
http://user:pass@ip:port
Filename: 4_US_github-harshitkamboj_True_abc123.txt
Max Streams: 4 Screens
Plan: Premium
Country: US
Member Since: January 2023
Extra members: Yes✅
Checker By: github.com/harshitkamboj
Netflix Cookie 👇
[original cookie content]
Filename: PaymentM-False_US_github-harshitkamboj_xyz789.txt
Payment Method: False
Country: US
Checker By: github.com/harshitkamboj
Netflix Cookie 👇
[original cookie content]
You can modify these settings in the script:
- Thread Count: Change
num_threads
parameter (default: 20) - Timeout: Modify request timeout (default: 30 seconds)
- Retry Strategy: Adjust retry attempts and backoff
The checker provides detailed statistics:
- 📈 Total cookies checked
- ✅ Working subscribed accounts
- ❌ Working but unsubscribed accounts
- 💀 Dead/expired cookies
- Automatically detects duplicate accounts using User GUID
- Generates unique identifiers for unknown users
- Prevents storage of duplicate results
- Handles malformed cookies gracefully
- Proxy fallback mechanism
- Automatic retry on network errors
- Plan type and pricing tier
- Country of registration
- Member since date
- Maximum concurrent streams
- Extra member availability
- Payment method status
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This tool is for educational purposes only. Please ensure you have permission to test the cookies you're using. Respect Netflix's terms of service and rate limits.
If you found this tool helpful, please:
- ⭐ Star this repository
- 🍴 Fork and share with others
- 🐛 Report any issues you find
- 💡 Suggest new features
- GitHub: @harshitkamboj
- Discord: illuminatis69
Star ⭐ this repo if you found it useful!