Carding Apple Pay & Google Pay: Carder's Complete Guide to Tokenization and NFC Relay Attacks

Professor

Professional
Messages
1,638
Reaction score
1,689
Points
113
Bro, you've hit on the most significant evolution in our world since the shift from magstripe to chip. Physical cards and skimmers are yesterday's game. The smart money has moved to digital wallets, and the methods have become industrialized.

This is the complete guide to Apple Pay and Google Pay carding in 2026 — how it works, how it's done, and how the professionals are scaling it.

📖 TABLE OF CONTENTS​

  1. The Evolution: Carding 3.0
  2. How Tokenization Works (Our Golden Key)
  3. The Carding 3.0 Attack Chain
  4. NFC Relay & Ghost Tap Technology
  5. Infrastructure & Tools
  6. Detection Risks & How Carders Evade Them
  7. OPSEC Rules
  8. Common Mistakes & Fixes
  9. Key Takeaways

1. THE EVOLUTION: CARDING 3.0​

Carding has gone through distinct phases:
Carding 1.0 — Physical skimmers, cloning magstripes, fake plastic cards.
Carding 2.0 — Online card-not-present fraud using stolen PANs, CVVs, and OTP bots.
Carding 3.0 — Tokenization into digital wallets (Apple Pay, Google Pay) and NFC relay attacks for physical cash-out.

The innovation coming out of Chinese carder groups is remarkable. They've developed mobile apps that let thieves relay NFC transactions to a payment terminal from halfway around the world. This is what's breathing new life into the carding industry.

Why This Works​

The broad deployment of chip-based payment cards weakened traditional carding. But tokenization creates a new attack surface: if you can pass the enrollment process, you get a valid token that banks treat as legitimate.

2. HOW TOKENIZATION WORKS (OUR GOLDEN KEY)​

When a legitimate user adds a card to Apple Pay or Google Pay:
  1. The payment network (Visa, Mastercard) generates a unique Device Account Number (DAN) token
  2. This token is tied to the specific device and stored in the Secure Enclave
  3. The real PAN is never transmitted during payment — only the token and dynamic cryptogram

For us: If we can pass the enrollment process, we get a valid, working token. The bank considers it legitimate because it was created through proper channels.

3. THE CARDING 3.0 ATTACK CHAIN​

Phase 1: Phishing Card Data & OTP​

To add a card to a wallet, carders need:
  1. PAN, expiry, CVV
  2. The OTP the bank sends to the cardholder

The Smishing 2.0 method — victims receive SMS messages impersonating:
  • Delivery services (USPS, FedEx, DHL)
  • Toll road operators
  • Utility companies
  • Large online retailers

How it works:
  1. Victim receives message: "Your package is delayed. Pay $1.99 fee via this link"
  2. Victim enters card details on fake site
  3. The site says the payment "failed" and asks for the OTP just sent to their phone
  4. This OTP is actually the confirmation code for adding the card to the attacker's Apple Pay/Google Pay wallet

Advanced phishing tricks:
  • Even if the victim abandons the form, entered characters are transmitted instantly
  • If one card "fails," victims are asked for a second card — carders harvest 2-3 cards per session
  • Carders use software that generates a card image from entered data, then scans it into Apple Pay

Phase 2: Tokenization — Linking the Card​

Carders add cards to their own devices using:
StepAction
1Card data entered into Apple Wallet/Google Pay on controlled device
2Bank sends OTP to victim's phone
3Carder enters the phished OTP
4Token is generated — card is now linked to the carder's device

Important: Some banks now require app-based verification instead of SMS OTP, making this stage harder.

Phase 3: NFC Relay & Cash-Out​

Instead of sending mules with phones physically present at stores, carders use NFC relay (Ghost Tap).

4. NFC RELAY & GHOST TAP TECHNOLOGY​

What Is NFCGate?​

NFCGate is an open-source research tool developed at the Technical University of Darmstadt in 2015 for testing NFC security. It was designed to capture and relay NFC signals.
Carders have weaponized it.

Ghost Tap Architecture​

Three components:
1. Master Device (Carder) — Has the stolen card linked to Apple Pay/Google Pay. Located in a safe country (often China). Runs NFCGate in Tag mode.
2. Mule Device (Runner) — Android phone with NFCGate in Reader mode. Physically at the point-of-sale terminal.
3. Relay Server — Passes NFC signals between devices over the internet.

The Payment Flow:
  1. Mule holds phone near POS terminal
  2. Terminal sends payment request
  3. Mule's phone relays request to the carder's phone via the server
  4. The carder's phone generates the cryptographic response
  5. Response relays back to the mule's phone → terminal
  6. Payment authorizes

To the terminal and bank, this looks like a legitimate contactless transaction.

NFC relay attacks complete in 0.5 to 3 seconds from initial signal capture to transaction authorization. The actual NFC communication takes milliseconds, network relay adds 100-500 milliseconds, and POS processing completes within 1-2 seconds.

Technical Setup​

Per the NFCGate documentation:
Requirements:
  • 2 rooted Android phones with NFC
  • Laptop/Server running Ubuntu (relay server)
  • NFCGate APK v2.4.4

Installation Steps:
On Phones:

  • Install Magisk v26.0 and LineagesOS v18.1
  • Install NFCGate via ADB: adb install Downloads/NFCGate.2.4.4.apk

On Ubuntu Server:
Code:
mkdir nfcGate
cd nfcGate
sudo git clone https://github.com/nfcgate/server.git
cd server
python3 server.py

Configuration:
  • Enable hotspot on one phone, connect server
  • Check server IP: ip a
  • In NFCGate settings: Set Hostname (server IP) and Port (5566)
  • One phone: Relay mode → Tag
  • Other phone: Relay mode → Reader

Professional-Grade Tools​

Beyond free NFCGate, carders use:
ZNFC — Commercial Android app sold for ~$500/month for global NFC relay attacks.
Burner phones — Pre-configured Android phones with NFCGate, ready for mules, sold for ~$90 USDT.

Cash-Out Methods​

  1. Physical goods purchases — Mules buy gift cards, gold, electronics at stores. Goods are resold for crypto.
  2. Fake merchant — Create a fake online store, "pay" for goods using the wallet. Funds go to controlled accounts.
  3. ATM withdrawals — Some countries allow NFC-enabled ATM withdrawals.

Industrial Scaling​

One Ghost Tapped threat group processed at least $355,000 in fraudulent transactions between November 2024 and August 2025.
The attacks involve thousands of victims globally with more than 54 malware variants circulating. Attackers are using WebSocket or MQTT protocols to maintain persistent connections to C2 servers.

5. INFRASTRUCTURE & TOOLS​

Roles in the Operation​

RoleFunction
CarderPhishes cards, adds to wallets, controls master device
MulesPhysically present at stores with relay phones
Server HostMaintains relay infrastructure
Software DeveloperModifies NFCGate, creates phishing kits

Tools Overview​

ToolTypePurpose
NFCGateOpen-sourceCore NFC relay
ZNFCCommercial (~$500/month)Global NFC relay
Phishing kitsCommercialMobile-only smishing campaigns
Burner phonesCommercial (~$90 USDT)Pre-configured for mules

6. DETECTION RISKS & HOW CARDERS EVADE THEM​

How Banks Detect Ghost Tap​

According to fraud prevention experts:
Key detection signals:
  • POS entry mode codes — Entry Mode 07 or 91 indicates contactless NFC. Inconsistent patterns flag fraud.
  • Device ID mismatches — Transactions from unfamiliar device IDs.
  • IP address mismatches — Device location inconsistent with merchant location.
  • Velocity anomalies — Multiple transactions in short timeframes.
  • Impossible travel — Purchases in geographically impossible locations within the same timeframe.
  • Unusual hours — Off-hours activity.

How Smart Carders Evade Detection​

  1. Stagger transactions — Make 1-2 purchases per day, not multiple simultaneously.
  2. Rotate mules — Use different mules in different cities.
  3. Keep amounts low — US contactless limits: $100-$250 per transaction. Multiple small transactions evade threshold alerts.
  4. Use VPN for master device — Mask location of the phone with the cards.
  5. "Airplane mode" — Put the master device in airplane mode to prevent location tracking.
  6. Split across banks — Use different cards from different banks.
  7. 2-10 day rest period — After linking cards, wait before using them.

Transaction Limits by Country​

CountryTypical Limit
USA$100-$250 per transaction
UK£30-£100
EU€30-€50

7. OPSEC RULES​

  1. Separate identities — Carder never meets mules.
  2. Encrypted communication — Telegram Secret Chats or Signal.
  3. Burner devices — Phones wiped after operations.
  4. No real IP — Use residential proxies/VPNs.
  5. Don't reuse accounts — Fresh burner email and phone for each operation.
  6. Test first — Test with $1-5 transactions before going big.

8. COMMON MISTAKES & FIXES​

MistakeFix
OTP not arrivingUse better phishing templates with realistic branding
Card won't linkTarget banks with weaker enrollment checks (Chase, BofA, Citi)
Transaction declinedSplit amount into multiple transactions under the limit
Relay delay > 0.5 secUse VPS with low ping, optimize network
Mule caughtOnly mule is at risk — carder must be isolated
Phone with cards blockedWait 2-10 days after linking before using

9. KEY TAKEAWAYS​

  1. Tokenization is the new frontier — Attackers no longer clone plastic; they create legitimate tokens through fraudulent enrollment.
  2. Smishing 2.0 is the primary method for harvesting OTPs — text messages impersonating delivery services, toll roads, and utilities.
  3. NFCGate is the enabler — This academic research tool has been weaponized for large-scale fraud.
  4. The attack is global — Master device in China, mules in the US/Europe, relay over the internet.
  5. Detection is possible but difficult — Banks can detect via device ID mismatches, impossible travel, and velocity analysis.
  6. The scale is industrial — Thousands of victims, $355,000+ from one POS provider, 54+ malware variants.

The game has changed. If you have solid phishing skills and access to cards, this niche can generate serious profit. But the heat is increasing — banks and payment systems are actively deploying new defenses. The professionals are staying ahead by industrializing. You must too.
 
Top