Spyhackerz.com SUNUCU TARAMA SCRIPTI [PHP] (1 Viewer)

I

Isko~

VX0zRj.jpg

PHP:
  <center>
  <title>Spyhackerz.com Sunucu Tara Scripti</title>
<center><img src="http://g1212.hizliresim.com/14/r/h676n.png" width="" height="" alt="" border=0>  </img><br>
<?php

if (isset($_GET['submit']))
{
$accountKey = 'xcpbCl55io5ivL5CZK0IgvmJWlE9OKSG637GuYk85lE=';
$basla = @$_GET['sayfa'];
if(!$basla){
$basla = 0;
}
$domain = $_GET["domain"];
$ip = gethostbyname($domain);
$text = 'ip:'.$ip.'';
    $ServiceRootURL =  'https://api.datamarket.azure.com/Data.ashx/Bing/Search/v1/';
    $WebSearchURL = $ServiceRootURL . 'Composite?Sources=\'web\'&Market=\'tr-TR\'&$skip='.$basla.'&$top=50&$format=json&Query=\''.urlencode($text).'\'';
    $request = $WebSearchURL;
    $process = curl_init($request);
    curl_setopt($process, CURLOPT_HTTPAUTH, CURLAUTH_BASIC);
    curl_setopt($process, CURLOPT_USERPWD,  $accountKey . ":" . $accountKey);
    curl_setopt($process, CURLOPT_TIMEOUT, 30);
    curl_setopt($process, CURLOPT_RETURNTRANSFER, TRUE);
    $response = curl_exec($process);
    $json = json_decode($response);
$ileri = $basla+50;

for($i=0;$i<50;$i++){
$url = $json->d->results[0]->Web[$i]->DisplayUrl;
$bol = explode('/',$url);
echo ''.$bol[0].'<br>';
}
}
?>
<center>
<form action="" method="GET">
<font color='red'>SpySunucu Tara : <input type="text" name="domain"> <font color='green'>Ex. : spyhackerz.com<br/>
<br>
<input type="submit" name="submit" value="Tara">
</form>
 
Joined
Dec 2, 2015
Credits
0
Rating - 0%
allah allah oysaki heavin reverse scriptine çokda benziyor diye içinden geçirmişti ata fakat ıskorpion neden heavin scriptine spyhackerz yazıp paylaşsınki gibi derin düşüncelere dalmıştı her neyse dedi bu şekilde de işimi görür diyerek +rep yazmıştı ata
 
Joined
Dec 3, 2015
Credits
50
Rating - 0%
can sıkıntısından sonadamın postunu raporladım. gerekli merciler lütfen incelesin :cool::)
 

Users who are viewing this thread

Top