Credit-Card-Maker is a command line tool used for creating thousands of credit cards of different type
The Python tool for creating valid credit cards is intended for educational purposes only. Any use of this tool for illegal or fraudulent activities is strictly prohibited and may result in severe legal consequences. The tool generates credit card numbers that may be valid, but it is not intended to be used for making actual purchases or transactions. The creator of this tool is not responsible for any illegal or unauthorized use of the tool. Use at your own risk and discretion.
pip3 install -r requirements
generator.py [-h] [-c CARD_TYPE] [-l LIMIT_CARDS] [-i] [-o OUTPUT_FILE]
options:
python3 generator.py -c AMEX -l 5
python3 generator.py -c AMEX -l 5 -i -o ./cards.txt
Card Types |
---|
AMEX |
Discover |
MasterCard |
Visa |