cardutil
// telegram card utility · v1.0
user@cardutil ~ — bash
whoami
root@cardutil :: filter · remove · clean · split — built for bulk card files
cat /etc/motd

Operate on .txt card dumps inside Telegram. Filter or remove by brand, type, bank, country, category — inline buttons or full-screen web selector for large lists.

./cardutil --connect
// status
online
// uptime
24/7
// runtime
python3.11
// transport
telethon
$

ls -la /opt/cardutil/features

six core operations · zero spreadsheets · everything in chat

-rwxr-xr-xfilter.sh

filter by field

Brand · Type · Bank · Country · Category. Multi-select with live counts. Returns a clean .txt of matching cards.

-rwxr-xr-xremove.sh

remove by field

Inverted filter. Tick values to drop — get back every card that does not match. Works for Brand · Bank · Country.

-rwxr-xr-xbin.sh

BIN extract & remove

Pull cards starting with specific BINs, or strip them out of a file. Pure digit prefix matching, no enrichment delay.

-rwxr-xr-xclean.sh

clean

De-duplicate, normalise format, strip garbage lines. Paste a messy dump in, get exactly one clean card per line.

-rwxr-xr-xsplit.sh

file split

Slice large files into chunks of N cards each. Perfect for batch testing or distributing work across workers.

-rwxr-xr-xwebui.sh

web selector

Long lists? Tap 🌐 Open Web Selector on any filter page. Search · multi-select · confirm — result lands in your chat.

$

cat /usr/share/cardutil/commands

slash-commands you can fire straight into chat · arguments in [brackets] are required

/gen bin [amount]
Generate cards. Produces fresh card|mm|yy|cvv lines from a BIN. Default 10 per call, max 2000.
/scr channel amount [bin]
Scrape cards from channel. Pulls cards from a public Telegram channel, optionally filtered by BIN.
/topbin
Top 30 BINs from a file. Reply to a .txt of cards with /topbin — get a ranked list with bank & country.
/bin [bin/card]
BIN lookup. Inline arg, or reply to a file/text. Returns brand · type · issuer · country · flag.
/px host:port:user:pass
Proxy checker. Single or many proxies (one per line). Returns Live ✅/Dead ❌, resolved exit IP & geo.
/fake [country]
Fake address generator. Country code or name (us, bd, united kingdom). Returns name · username · gender · street · city · state · postal · phone · password with a 🔄 Regenerate button.
/sk sk_live_… / sk_test_…
Stripe SK checker. Single or many keys (one per line). Returns Live ✅/Dead ❌ with mode · country · currency · balance · charges & payouts.
$

man cardutil

five steps · same in DMs with the mother bot or any cloned sub-bot

  1. boot the botOpen the bot in Telegram and press /start. The main menu loads.
  2. pick an actionTap 🔍 Filters, ⚡ Bin Manipulations, 🧹 Clean or ✂️ File Split.
  3. upload cardsSend a .txt (up to 50 MB) or paste cards straight into the chat.
  4. choose valuesTap inline buttons, or open the 🌐 Web Selector for a searchable list. Multi-select supported.
  5. get the outputBot replies with a clean .txt containing exactly the cards you asked for.
$

tail -f /var/log/cardutil/updates

subscribe to live notes · new features · downtime alerts

ToolX69 · live feed

Release notes, new features, downtime alerts, direct support. Stay in the loop.

open @ToolX69