GOOGLE DORKS – THE SECRET SEARCHES THAT FIND CARDABLE SITES
What makes a dork find a cardable site?
Cardable sites are usually small stores running common platforms without extra security. Dorks look for the signs: the platform name, the checkout URL pattern, the lack of 3DS hints. When you search for the platform + the weak pattern, you get a pile of candidates.
The dork operators you need to know
Before the dorks, learn the building blocks:
site:
- search inside one domain (site:amazon.com)
inurl:
- keyword must be in the URL (inurl:checkout)
intitle:
- keyword in the page title
intext:
- keyword in the page body
inurl:"=" or inurl:"?"
- dynamic pages, often where injection happens
ext:
- file type (ext
df, ext:sql)
-keyword
- exclude results (checkout -paypal)
"exact phrase"
- match the exact phrase
Platform-based, the fastest way to find candidate shops:
Code:
inurl:cart.php inurl:viewcart.php inurl:"index.php?route=checkout" inurl:"index.php?route=product" inurl:shop/checkout inurl:store/checkout inurl:com/checkout inurl:eshop inurl:products/checkout inurl:"wp-content/plugins/woocommerce" intitle:"checkout" inurl:cart inurl:"basket" inurl:"order.php" inurl:"purchase.php" inurl:"buy.php" inurl:"payment.php" inurl:"pay.php" inurl:"confirm.php" inurl:"process_order" inurl:"place_order" inurl:"add-to-cart" inurl:"?add-to-cart="
Code:
intext:"Powered by WooCommerce" inurl:checkout intext:"Powered by Shopify" inurl:cart intext:"Powered by PrestaShop" inurl:checkout intext:"Powered by Magento" inurl:checkout intext:"Powered by OpenCart" inurl:checkout intext:"Powered by osCommerce" intext:"Powered by Zen Cart" intext:"Powered by BigCommerce" intext:"Powered by Wix" inurl:checkout intext:"Powered by Squarespace" inurl:checkout
Code:
inurl:checkout intext:"cash on delivery" inurl:checkout intext:"bank transfer" -paypal inurl:cart intext:"pay on delivery" inurl:checkout intext:"no credit card required" inurl:checkout intext:"authorize.net" -3d intext:"SSL secured" inurl:checkout -"verified by visa" inurl:checkout intext:"3D Secure" -"verified by visa" -"mastercard securecode" intext:"verified by visa" -"securecode" inurl:cart.php -inurl:login
Code:
inurl:digital inurl:checkout inurl:download inurl:checkout inurl:"product" inurl:"download" inurl:"checkout" intext:"instant delivery" inurl:checkout intext:"instant download" inurl:checkout intext:"gift card" inurl:checkout intext:"e-voucher" inurl:checkout intext:"email delivery" inurl:checkout inurl:redeem inurl:checkout
Code:
inurl:shop inurl:checkout intext:"contact us" inurl:store inurl:checkout -amazon -ebay -walmart inurl:cart inurl:checkout intext:"free shipping" inurl:checkout intext:"© 2024" -"© 2026" inurl:checkout intext:"© 2025" -"© 2026" intext:"powered by" inurl:checkout -"3D secure" -"verified"
- Run the dorks and collect the results, aim for 20-50 candidate URLs.
- Open each site and check the checkout flow. Add a test item, go to checkout, see what happens.
- Green flags: no OTP page, no verification popup, country selector, COD option.
- Test with a small amount using a fresh BIN from the non VBV list.
- Keep the winners in the cardable sites list and share them.
Public dorks get burned. Everyone uses them, everyone hammers the same sites, sites patch, and Google starts filtering the results. Private dorks are your own combinations, unique operators, niche platforms, small country TLDs. Ten minutes of combining operators in your own way gives you results nobody else is seeing.
Dork FAQ
Are dorks illegal?
Searching is not a crime. What you do with the results is your responsibility.
Google blocked my search?
That's usually too many automated searches. Slow down, use different keyword combos, rotate search engines.
Why do my results look like junk?
Dork results always have noise. The skill is reading titles and URLs fast and knowing which links are worth opening.
Dorks or checkers?
Both. Dorks find candidates, checkers test them at scale. Dorks are free and keep working when checkers fail.
Last edited: