INDOnimous/Card-Number

Khaled_ali

Opened this issue · 0 comments

(.*?)/s'; preg_match_all($var, $str, $matches); echo $red . "\n MORE INFORMATION \n"; echo $bold . $cyan . "||name : ".str_replace("", "", str_replace('', "", $matches||1|||3|))."|". " ||address : ".$matches||1|||8|."|". " ||phone : ".$matches||1|||9|."|\n"; echo $red . "\n CARD INFORMATION
\n"; echo $bold . $Yellow . "||email : ".$matches||1|||10|."|". " ||card number : ".str_replace(" ", "", $matches||1|||14|)."|". " ||cvv : ".$matches||1|||16|."|". " ||exp-date : ".$matches||1|||15|."|\n"; sleep($sleep); } ?>