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
782
posted 8 years ago by geneticcode
Make a simple XHR Request:
get(url, function(resp)(){ window.alert(resp); });
Source is minified.
0
572
posted 8 years ago by geneticcode