View Full Version : Lost Thread
Porksta
12-01-2004, 06:36 PM
In the Freebies section today, there was a thread that had a link to a site that generated fake credit card numbers. I can't seem to find it. Can anyone help me out?
lowpro
12-01-2004, 06:42 PM
yes, it was removed. The legality is not known, so it was removed to protect our members.
Porksta
12-02-2004, 04:01 AM
Interesting.
Benno123
12-02-2004, 06:27 AM
In the Freebies section today, there was a thread that had a link to a site that generated fake credit card numbers. I can't seem to find it. Can anyone help me out?
why would you need a fake credit card number other than to commit fraud?
why would you need a fake credit card number other than to commit fraud?
To look at pRon sites, hehehe...
Benno123
12-02-2004, 09:40 AM
To look at pRon sites, hehehe...
and it isnt fraud to use a fake cc number for that?
(ps if somebody still has that link, please pm it to me, there is nothing better than watching porn for free. thanks)
jed mchiggins
12-02-2004, 11:14 AM
why would you need a fake credit card number other than to commit fraud?
There is no problem with randomly generated credit card numbers, but they have limited uses. It's easy enough to generate a number yourself that will pass a CC valid-form check - just make sure the first 2 numbers are a proper identifier (4 numbers for Discover, 3 for Diner's Club) and that the entire number itself will pass a Luhn Mod 10 check. However, I doubt you'd be able to get into porn sites with a random number. A very small authorization is made to your card (a couple cents?) when you submit it for verification. The charge is never captured and disapppears after a week/month (depending on your bank).
I had to use a site like the one posted (but better ;)) to test a website payment system I wrote. The payment gateway has a test server and a live server - the test server wouldn't accept real-life CC numbers but still needed valid-looking numbers. For 6 different card types. Why write new code to generate numbers when someone else has already done it for you?