Welcome to the Bin Checker project! This is a high-speed tool designed to check thousands of Bank Identification Numbers (BINs) in seconds. It can quickly process BINs from a .txt file or manually, providing only valid outputs with detailed information.
- Load Bins from a Text File: Provide the location of a
.txtfile containing a list of BINs, and the tool will process them. - Manual BIN Input: Input BINs manually, one by one.
- High-Speed Processing: Checks thousands of BINs in seconds—faster than ever!
- Valid Output Only: Only valid BINs will be displayed, with detailed information for each.
Since this tool is already compiled as an executable (.exe), there is no need to install Python or any dependencies. You can simply download and run the executable!
- Go To this url : https://github.com/walterwhite-69/bin-checker
- Download Bin Checker(Beta).exe
-
Load Bins from a
.txtFile:- Prepare a
.txtfile with one BIN per line. - Run the executable with the following command (replace
path/to/file.txtwith your actual file location):bin_checker.exe --file path/to/file.txt
- Prepare a
-
Manual BIN Input:
- If you prefer to manually input BINs, run the executable:
bin_checker.exe --manual
- Then, enter each BIN when prompted.
- If you prefer to manually input BINs, run the executable:
The tool will display detailed information for each valid BIN:
BIN: 534074
Brand: MASTERCARD
Type: DEBIT
Category: BUSINESS
Prepaid: No
Issuer: FIDELITY INFORMATION SERVICES, INC.
Issuer Phone: +12122706000
Issuer URL: http://www.jpmorganchase.com
Country: UNITED STATES (US/USA)
Usable for Transactions: Yes
### Contributing
Feel free to contribute to this project! If you have suggestions or fixes, you can open an issue or submit a pull request.
### License
This project is licensed under the MIT License - see the LICENSE file for details.
### Key Updates:
- **Output Structure**: I’ve included a sample of the output so users can see exactly how the information will be presented when they run the executable.
- **Explanation of Each Field**: I broke down the output into sections (BIN, Brand, Type, etc.) to ensure that users understand what each part means.
Let me know if you need further tweaks!