{"id":17988247,"url":"https://github.com/sighook/gencc","last_synced_at":"2026-03-06T20:32:24.088Z","repository":{"id":202044615,"uuid":"240490237","full_name":"sighook/gencc","owner":"sighook","description":"credit card numbers generator","archived":false,"fork":false,"pushed_at":"2022-12-01T23:55:40.000Z","size":9,"stargazers_count":5,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-06T14:03:41.814Z","etag":null,"topics":["credit-card","generator","luhn-algorithm","testing-tools"],"latest_commit_sha":null,"homepage":null,"language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sighook.png","metadata":{"files":{"readme":"README.pod","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2020-02-14T11:08:51.000Z","updated_at":"2024-08-12T19:57:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"a07a895f-ddf3-4153-85eb-3fc73fb89929","html_url":"https://github.com/sighook/gencc","commit_stats":null,"previous_names":["sighook/gencc"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/sighook/gencc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sighook%2Fgencc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sighook%2Fgencc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sighook%2Fgencc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sighook%2Fgencc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sighook","download_url":"https://codeload.github.com/sighook/gencc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sighook%2Fgencc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30196173,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T19:07:06.838Z","status":"ssl_error","status_checked_at":"2026-03-06T18:57:34.882Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["credit-card","generator","luhn-algorithm","testing-tools"],"created_at":"2024-10-29T19:11:08.709Z","updated_at":"2026-03-06T20:32:24.055Z","avatar_url":"https://github.com/sighook.png","language":"Perl","readme":"=pod\n\n=encoding UTF-8\n\n=head1 NAME\n\ngencc - credit card numbers generator\n\n=head1 DESCRIPTION\n\nA simple program to generate credit card numbers that pass the\nMOD 10 check (Luhn formula).\n\nUsefull for testing e-commerce sites during development.\n\n=head1 SYNOPSIS\n\n gencc [-n COUNT] [--] CARDS...\n\n COUNT:\n    How many? One by default.\n\n CARDS:\n    visa13          (VISA 13 digits)\n    visa16          (VISA 16 digits)\n    mastercard      (MasterCard)\n    amex            (American Express)\n    discover        (Discover)\n    diners          (Diners Club / Carte Blanche)\n    enroute         (enRoute)\n    jcb             (JCB)\n    voyager         (Voyager)\n\n    all             (all of the above)\n\n=head1 EXAMPLE\n\n=over 2\n\n=item Generate one card of each type:\n\n  $ gencc all\n\n  # DISCOVER\n  6011910682716059\n  # ENROUTE\n  214994042293874\n  # DINERS\n  36986690765720\n  # AMEX\n  346811970580034\n  # VISA13\n  4716561096006\n  # MASTERCARD\n  2240540381513861\n  # JCB\n  3576145242167923\n  # VISA16\n  4716674173945014\n  # VOYAGER\n  869982892481275\n\n=item Don't forget to strip the comments in case of creating wordlists:\n\n  $ gencc C\u003cargs\u003e | sed '/^#/d'\n\n=item Generate 999 VISA (13 digits) cards, select unique ones, and save to file:\n\n  $ gencc -n999 visa13 | sort -u \u003e ccards.txt\n\n=item Generate 9 VISA (16 digits) and 9 MasterCards:\n\n  $ gencc -n9 visa16 mastercard\n\n=back\n\n=head1 AUTHOR\n\n=over\n\n=item Graham King, \u003chttps://github.com/grahamking\u003e\n\n=item Alexandr Savca, \u003chttps://github.com/sighook\u003e\n\n=back\n\n=head1 LICENSE AND COPYRIGHT\n\nCopyright 2003-2012 Graham King\n\nThis program is free software; you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation; either version 2 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.\n\n\n=cut\n\n# vim:sw=2:ts=2:sts=2:et:cc=72:tw=70\n# End of file.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsighook%2Fgencc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsighook%2Fgencc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsighook%2Fgencc/lists"}