Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lalaio1/lbin-gen
CC generator
https://github.com/lalaio1/lbin-gen
card cardgenerator cc generator generator-cc generator-python
Last synced: 4 days ago
JSON representation
CC generator
- Host: GitHub
- URL: https://github.com/lalaio1/lbin-gen
- Owner: lalaio1
- License: apache-2.0
- Created: 2024-02-15T22:21:31.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-12-07T22:33:05.000Z (about 1 month ago)
- Last Synced: 2024-12-07T23:23:44.070Z (about 1 month ago)
- Topics: card, cardgenerator, cc, generator, generator-cc, generator-python
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 💳 LBin Credit Card Generator
## 🚀 Overview
O **LBin Credit Card Generator** é uma ferramenta baseada em Python projetada para gerar números válidos de cartões de crédito e débito. Além de gerar números válidos, o gerador também fornece informações sobre o banco e o número do cartão. A ferramenta inclui um recurso para gerar todas as combinações possíveis de 3 dígitos e datas.
🔒 **Atenção**: **Use esta ferramenta de maneira ética e responsável. Gerar números de cartão de crédito sem autorização é ilegal e antiético.**
---
## 📋 Quick Start
### ⚙️ Windows:
1. **Instale o Git:**
- Baixe e instale o Git para Windows [aqui](https://gitforwindows.org/).
- Durante a instalação, certifique-se de marcar a opção para adicionar o Git ao PATH do sistema.2. **Instale o Python:**
- Baixe e instale o Python [aqui](https://www.python.org/downloads/).
- Durante a instalação, marque a opção **"Add Python to PATH"**.3. **Clone o repositório:**
```bash
git clone https://github.com/lalaio1/LBin-CC-generator-.git
```4. **Navegue até o diretório do projeto:**
```bash
cd LBin-CC-generator-
```5. **Execute o script:**
```bash
python start.py
```---
### 🐧 Linux:
1. **Clone o repositório:**
```bash
git clone https://github.com/lalaio1/LBin-CC-generator-.git
```2. **Navegue até o diretório do projeto:**
```bash
cd LBin-CC-generator-
```3. **Adicione permissões de execução:**
```bash
chmod +x start.py
```4. **Execute o script:**
```bash
python3 start.py
```---
### 📱 Termux (Android):
1. **Instale o Termux:**
- Baixe e instale o Termux [aqui no Google Play](https://play.google.com/store/apps/details?id=com.termux).2. **Instale o Git:**
```bash
pkg install git
```3. **Instale o Python:**
```bash
pkg install python3
```4. **Clone o repositório:**
```bash
git clone https://github.com/lalaio1/LBin-CC-generator-.git
```5. **Navegue até o diretório do projeto:**
```bash
cd LBin-CC-generator-
```6. **Adicione permissões de execução:**
```bash
chmod +x start.py
```7. **Execute o script:**
```bash
python3 start.py
```---
## 💻 Suporte a Sistemas Operacionais
- **Windows** 💻
- **Linux** 🐧
- **Termux (Android)** 📱---
## 💬 Suporte no Discord
Se tiver alguma dúvida ou precisar de ajuda, fique à vontade para entrar em contato no **Discord**:
🎮 **Telegram**: [lalaio1](https://t.me/lalaio1)---
## 📚 Recursos e Notas Importantes
**GitHub Repository**:
🔗 [LBin-gen](https://github.com/lalaio1/LBin-gen)🔒 **Atenção**:
Use essa ferramenta de forma ética e responsável. **Gerar números de cartão de crédito sem permissão é ilegal e antiético.** O uso indevido pode resultar em sérias consequências legais.---
### 📜 Licença
Este projeto é licenciado sob a **MIT License** - veja o arquivo [LICENSE](LICENSE) para mais detalhes.