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