SHOW:
|
|
- or go back to the newest paste.
| 1 | - | #viloid |
| 1 | + | |
| 2 | - | |
| 2 | + | |
| 3 | - | Original Source : https://pastebin.com/k1KHMd8K |
| 3 | + | |
| 4 | - | |
| 4 | + | |
| 5 | - | Decode Source : |
| 5 | + | |
| 6 | return $data; | |
| 7 | } | |
| 8 | function save($file,$data){
| |
| 9 | $fp = @fopen($file, "w+"); | |
| 10 | fwrite($fp, $data); | |
| 11 | fclose($fp); | |
| 12 | } | |
| 13 | function encrypt2($data){
| |
| 14 | $data = base64_encode(rawurlencode($data)); | |
| 15 | return $data; | |
| 16 | } | |
| 17 | function run(){
| |
| 18 | echo "\nInput File : "; | |
| 19 | $gets = trim(fgets(STDIN)); | |
| 20 | echo "Execute [ "; | |
| 21 | sleep(3); | |
| 22 | $get = file_get_contents($gets) or exit(" file tidak ada ]\n");
| |
| 23 | if(preg_match("//", $get)){
| |
| 24 | $get = str_replace("", "", $get);
| |
| 25 | } | |
| 26 | $data = encrypt($get); | |
| 27 | $rand = rand(1111,9999); | |
| 28 | $result = '$_PCRYPTER = ["\x62\x61\x73\x65\x36\x34\x5f\x64\x65\x63\x6f\x64\x65","\x72\x61\x77\x75\x72\x6c\x64\x65\x63\x6f\x64\x65","\x67\x7a\x64\x65\x63\x6f\x64\x65"]; $_091'.$rand.'11 = $_PCRYPTER[2];$_101'.$rand.'11 = $_PCRYPTER[0];$_111'.$rand.'11 = $_PCRYPTER[1];@eval($_091'.$rand.'11($_111'.$rand.'11($_101'.$rand.'11($_101'.$rand.'11("'.$data.'")))));';
| |
| 29 | $data1 = encrypt2($result); | |
| 30 | $result1 = ' | |
| 31 | /* | |
| 32 | Files Encrypt By ~ ZakirDotID | |
| 33 | */ | |
| 34 | $PCRYPTER = array("\x78\x39\x35\x33\x37"=>"\x72\x61\x77\x75\x72\x6c\x64\x65\x63\x6f\x64\x65","\x70\x63\x39\x35\x33\x37"=>"\x62\x61\x73\x65\x36\x34\x5f\x64\x65\x63\x6f\x64\x65");extract($PCRYPTER);@eval($x9537($pc9537("'.$data1.'")));';
| |
| 35 | $file = $rand.".txt"; | |
| 36 | $res = save($file,$result1); | |
| 37 | $size = filesize($file); | |
| 38 | $ori = filesize($gets); | |
| 39 | echo "Success => $file ( $size ) ori $gets ($ori) ]\n"; | |
| 40 | } | |
| 41 | run(); |