GENERATOR FEATURES
Code:
- Random BIN selection from 500+ verified BIN pool
- Luhn-compliant card number generation (always passes checksum)
- Random expiry date (1-3 years in future)
- Random CVV/CVC generation (3-digit for Visa/MC/Discover, 4-digit for Amex)
- Billing address generator (by country):
- Random street address (real street names per country)
- Random city/state/ZIP (consistent with BIN country)
- Random phone number (country-code matched)
- Random email (disposable domain)
- Random name (culturally matched to country)
- Fullz format: multiple output formats (Stripe, Moon, Shopify, custom)
- Proxy-aware: generates data consistent with proxy location
- No API calls β fully offline, no logs
- Built-in: BIN lookup tool for manual BIN analysis
Download: Included in attachments (Windows .exe + Python source)
SAMPLE OUTPUT
Code:
=== Stripe Format Fullz ===
CC: 4929111234567890
Exp: 08/27
CVV: 123
Name: Michael Anderson
Street: 1423 Oakwood Avenue
City: Los Angeles
State: CA
ZIP: 90017
Phone: +1 213-555-0187
Email: michael.anderson@tempmail.net
SSN: 123-45-6789
DOB: 03/12/1995
=== Shopify Format ===
number: 4485719876543210
name: Sarah Mitchell
expiry: 11/26
cvv: 456
address: 78 Westbrook Lane
city: Austin
state: TX
zip: 78701
phone: 512-555-0923
=== Moon Format ===
card[number]=5424185432109876
card[expiry]=03/28
card[cvv]=789
card[name]=James Wilson
card[address]=256 Elm Street
card[city]=Chicago
card[state]=IL
card[zip]=60614
card[phone]=312-555-0341
DOWNLOAD
Code:
MEGA: https://mega.nz/file/BlackSec_CCGenerator_July2026
Size: 45 MB (includes Python source + Windows binary)
Password: CCGenBlackSec2026
Source code included β modify the BIN pool, add your own BINs, customize output formats.