exploit the possibilities
Home Files News &[SERVICES_TAB]About Contact Add New

Zone-H Multithreaded Poster

Zone-H Multithreaded Poster
Posted May 21, 2012
Authored by miyachung

Zone-H posting utility that is multi-threaded.

tags | tool
systems | unix
SHA-256 | b66e0936308863c1f7d366e259b553da4eb8876a94121e392bd577f7c622e4b7

Zone-H Multithreaded Poster

Change Mirror Download
<?php
/*
* Zone-H Poster with MultiThread
* Coded by miyachung
* Janissaries.Org
* Special Thanks : burtay
*/

set_time_limit(0);
echo '<title>Zone-H Poster - Coded by Miyachung || Janissaries.Org</title>';
if($_POST)
{
$sites = $_POST['sites'];
$defacer = $_POST['defacer'];
$thread = $_POST['thread'];

$post = new poster();
$post->defacer = $defacer;
$post->thread = $thread;
$post->execution($sites);

}
else
{
echo '<form method="post" action="">
Defacer ; <br />
<input type="text" name="defacer" /><br />
Num.Thread ; <br />
<input type="text" name="thread" /><br />
Sites ; <br />
<textarea name="sites" cols="60" rows="8"></textarea><br />
<input type="submit" value="post" />
</form>';
}

class poster
{

public $defacer;
public $thread;
private $hackmode = 5;
private $reason = 1;

public function execution($sites)
{
$time1 = time();
$sites = explode("\n",$sites);
$sites = array_chunk($sites,$this->thread);

$this->post($sites);
$time2 = time();
echo "<br /><strong>Elapsed time : ".($time2-$time1)." second</strong>";
}

private function post($sites)
{

$multi = curl_multi_init();
$totalerror = 0;
$totalok = 0;
foreach($sites as $site)
{
for($i=0;$i<=count($site)-1;$i++)
{
if(!preg_match('/http/',$site[$i])) $post_site = "http://".$site[$i];
$post_site = urlencode($post_site);

$curl[$i] = curl_init();
curl_setopt($curl[$i],CURLOPT_RETURNTRANSFER,1);
curl_setopt($curl[$i],CURLOPT_URL,"http://zone-h.org/notify/single");
curl_setopt($curl[$i],CURLOPT_POST,1);
# defacer=DEFACER&domain1=SÝTE&hackmode=5&reason=1
curl_setopt($curl[$i],CURLOPT_POSTFIELDS,"defacer=".$this->defacer."&domain1=".$post_site."&hackmode=".$this->hackmode."&reason=".$this->reason."");
curl_multi_add_handle($multi,$curl[$i]);
}

do
{
curl_multi_exec($multi,$active);
usleep(11);
}
while( $active > 0 );

foreach($curl as $cid => $cson)
{
$data[$cid] = curl_multi_getcontent($cson);
preg_match('/color="red">(.*?)<\/font>/',$data[$cid],$cevap);
if($cevap[1] != "OK")
{
echo "<font color='blue'>$site[$cid]</font>"." ==>$cevap[1]<br />\n";
$totalerror++;
}
else
{
echo "<font color='blue'>$site[$cid]</font>"." ==><font color='red'>$cevap[1]</font><br />\n";
$totalok++;
}
curl_multi_remove_handle($multi,$cson);
}

}
echo "<br /><font color='blue'>Total OK: </font><font color='red'>$totalok</font><br /><font color='blue'>Total ERROR: </font><font color='red'>$totalerror</font>\n";
echo "<br /><font style='color:red;font:bold 16px arial;'>Posting finish Coded by Miyachung || Janissaries.Org</font>\n";
}

}

?>
Login or Register to add favorites

File Archive:

May 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    May 1st
    44 Files
  • 2
    May 2nd
    5 Files
  • 3
    May 3rd
    11 Files
  • 4
    May 4th
    0 Files
  • 5
    May 5th
    0 Files
  • 6
    May 6th
    28 Files
  • 7
    May 7th
    3 Files
  • 8
    May 8th
    4 Files
  • 9
    May 9th
    54 Files
  • 10
    May 10th
    12 Files
  • 11
    May 11th
    0 Files
  • 12
    May 12th
    0 Files
  • 13
    May 13th
    17 Files
  • 14
    May 14th
    0 Files
  • 15
    May 15th
    0 Files
  • 16
    May 16th
    0 Files
  • 17
    May 17th
    0 Files
  • 18
    May 18th
    0 Files
  • 19
    May 19th
    0 Files
  • 20
    May 20th
    0 Files
  • 21
    May 21st
    0 Files
  • 22
    May 22nd
    0 Files
  • 23
    May 23rd
    0 Files
  • 24
    May 24th
    0 Files
  • 25
    May 25th
    0 Files
  • 26
    May 26th
    0 Files
  • 27
    May 27th
    0 Files
  • 28
    May 28th
    0 Files
  • 29
    May 29th
    0 Files
  • 30
    May 30th
    0 Files
  • 31
    May 31st
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2022 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close