Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 794 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 794 Bytes

cc-checker-stripe-charger

PHP DARKXCODE AUTHOR

This tool can check valid credit cards with the Stripe Charger payment gateway [UPDATE: 27 JUNE 2024]

Install on desktop :

  • Install XAMPP
  • Added environment variable system path => C:\xampp\php
  • download the script and save it in your folder
  • open CMD and running

Install on android (Termux)

$ pkg install git -y
$ pkg install php -y
$ git clone https://github.com/ZLaxtert/cc-checker-stripe-charger
$ cd cc-checker-stripe-charger
$ php cli.php

Screenshot