Guest User

Untitled

a guest
Aug 6th, 2020
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. <?php
  2. /**
  3. *
  4. * @ This file is created by http://DeZender.Net
  5. * @ deZender (PHP7 Decoder for ionCube Encoder)
  6. *
  7. * @ Version : 4.1.0.0
  8. * @ Author : DeZender
  9. * @ Release on : 15.05.2020
  10. * @ Official site : http://DeZender.Net
  11. *
  12. */
  13.  
  14. date_default_timezone_set('Europe/Istanbul');
  15. $LisansB = [base64_encode(shell_exec('cat /etc/wwwacct.conf.cache')), base64_encode(shell_exec('hostname') . '|' . shell_exec('hostname -i')), base64_encode(shell_exec('cat /etc/redhat-release'))];
  16. $LisansH = ['User-Agent: YoncuLisans', 'Lic-cPanel: ' . $LisansB[0], 'Lic-Hostname: ' . $LisansB[1], 'Lic-System: ' . $LisansB[2]];
  17. $LisansTPL = file_get_contents('https://www.yoncu.com/program/SSH/cPanel/Lisans/Lisans.php', false, stream_context_create([
  18. ...................................................
  19. .........................
  20. ........
Add Comment
Please, Sign In to add comment