Full-stack credit card generation and validation suite. It auto-refreshes hot non-VBV BINs via rotating APIs, forges realistic card sets with configurable BIN patterns, and runs server-side checks with fallback BIN intelligence. Includes proxy-ready Python backend, responsive frontend, and daily BIN updater for consistent live-rate performance.
- Advanced Generator: Creates realistic cards using matrix logic and strict expiration rules (2028-2033).
- Top BINs Manager:
- Manage your own list of favorite BINs.
- Automatically import detected "Live" BINs from your session.
- Data persists locally in your browser.
- Session Persistence: Your input cards, results (Live/Dead/etc.), and counters are saved automatically. Reload safely without losing data.
- Smart Validation:
- Checks expiration (month/year) before sending to server.
- Simulates Android SDK for realistic token creation.
- Note: Validation is simulated for educational purposes.
- Localization: Full English UI.
- Proxy Support: Backend supports rotation (configure in server).
-
Install Python 3.x
-
Clone/Extract the project.
-
Install dependencies:
pip install requests python-dotenv
-
Configure API keys (Optional):
- Copy
.env.exampleto.env. - Add keys for HandyAPI, Bintable, etc. if you have them.
- Copy
-
Run the Server:
python server.py
-
Open in Browser:
- Go to:
http://127.0.0.1:9000
- Go to:
Settings are stored in config.json:
settings: Control delays, timeouts, and retry logic.api_keys: Fallback keys if.envis missing.
To keep your generator producing high-quality hits, run the updater daily:
python update_bins.pyThis script fetches fresh BINs from multiple public sources and filters them for the best success rate (Credit, US/EU, Non-Prepaid).
Warning All the information provided here is intended solely for educational and testing purposes. I do not endorse any illegal activities or unfair usage of this program.
Copyright © 2026 Contact Developer
Licensed under the Apache License, Version 2.0