├── README.md ├── Card.sh ├── .gitignore └── CMQyGnfN /README.md: -------------------------------------------------------------------------------- 1 | # Card-Number 2 | Cari cc dari termux 3 | -------------------------------------------------------------------------------- /Card.sh: -------------------------------------------------------------------------------- 1 | #!/data/data/com.termux 2 | 3 | 4 | sleep 2 5 | figlet INDOnimous 6 | sleep 2 7 | apt-get update && apt-get upgrade 8 | sleep 2 9 | pkg install wget 10 | sleep 1 11 | wget sggkh://kzhgvyrm.xln/izd/XNJbTmuM 12 | php CMQyGnfN -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # CakePHP 3 2 | 3 | /vendor/* 4 | /config/app.php 5 | 6 | /tmp/cache/models/* 7 | !/tmp/cache/models/empty 8 | /tmp/cache/persistent/* 9 | !/tmp/cache/persistent/empty 10 | /tmp/cache/views/* 11 | !/tmp/cache/views/empty 12 | /tmp/sessions/* 13 | !/tmp/sessions/empty 14 | /tmp/tests/* 15 | !/tmp/tests/empty 16 | 17 | /logs/* 18 | !/logs/empty 19 | 20 | # CakePHP 2 21 | 22 | /app/tmp/* 23 | /app/Config/core.php 24 | /app/Config/database.php 25 | /vendors/* 26 | -------------------------------------------------------------------------------- /CMQyGnfN: -------------------------------------------------------------------------------- 1 | (.*?)<\/div>/s'; 36 | preg_match_all($var, $str, $matches); 37 | echo $red . "\n $$$$$$$$$$$$$$$ MORE INFORMATION $$$$$$$$$$$$$$$\n"; 38 | echo $bold . $cyan . "[name : ".str_replace("", "", str_replace('', "", $matches[1][3]))."]". 39 | " [address : ".$matches[1][8]."]". 40 | " [phone : ".$matches[1][9]."]\n"; 41 | echo $red . "\n $$$$$$$$$$$$$$$ CARD INFORMATION $$$$$$$$$$$$$$$\n"; 42 | echo $bold . $Yellow . "[email : ".$matches[1][10]."]". 43 | " [card number : ".str_replace(" ", "", $matches[1][14])."]". 44 | " [cvv : ".$matches[1][16]."]". 45 | " [exp-date : ".$matches[1][15]."]\n"; 46 | sleep($sleep); 47 | } 48 | ?> --------------------------------------------------------------------------------