Profile
Achievement
geneticcode's Recent Snippets
- All /
« Prev 1 Next »
With publicly available information and a little math it is possible to not only validate a given card number, but to determine the financial institution that issued the card, the type of industry the issuer belongs to, the actual account number and...
0
1275
posted 10 years ago by geneticcode
Make a simple XHR Request:
get(url, function(resp)(){ window.alert(resp); });
Source is minified.
0
980
posted 10 years ago by geneticcode