/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<style type="text/css"> <!-- body,td,th { color: #000000; } body { background-color: #CCCCCC; } a:link { color: #FFFFFF; text-decoration: none; } a:visited { color: #FFFFFF; text-decoration: none; } a:hover { color: #FFFFFF; text-decoration: none; } a:active { color: #FFFFFF; text-decoration: none; } .style1 {color: #00FF00} .style2 {color: #000000} --> </style> <title>Sql Açik Tarayici // hayaletkral</title> <?php /* hayaletkral // Cyber-Warrior */ function Anasayfa(){ echo "<center> <form action=\"index.php?Git=Sonuc\" method=\"POST\"> <table width=\"30%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"> <tr> <td colspan=\"3\"><div align=\"center\"><strong>Sql Açık Tarayıcı </strong></div></td> </tr> <tr> <td><strong>Saldırılacak Siteler </strong></td> <td><strong>:</strong></td> <td><strong>acik.txt <a href=\"acik.txt\">(Bak)</a> <a href=\"index.php?Git=Duzenle\">(Düzenle) </a></strong></td> </tr> <tr> <td> </td> <td> </td> <td><input type=\"submit\" value=\"Sql Tara\"></td> </tr> <tr> <td colspan=\"3\"><div align=\"right\"><strong>hayaletkral // Cyber-Warrior</strong></div></td> </tr> </table> </form> </center>"; } function Sonuc(){ $kod = "'"; echo "<center><strong>Aşağıdaki Sitelerde Sql Açığı Vardır... </strong></center><br>"; $dosya = "acik.txt"; $tamadres = $yaz.$kod; echo "<strong>$tamadres</strong><br>"; } } } function Duzenle(){ echo "<form action=\"index.php?Git=Onay\" method=\"post\"> <center><table width=\"30%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"> <tr> <td width=\"18%\" valign=\"top\"><strong>Açıklar</strong></td> <td width=\"1%\" valign=\"top\"><strong>:</strong></td> <td width=\"81%\"><textarea rows=\"6\" name=\"acik\" cols=\"155\"></textarea></td> </tr> <tr> <td> </td> <td> </td> <td align=\"right\"><input type=\"submit\" value=\"Güncelle\"></td> </tr> </table> </center> </form>"; } function Onay(){ $acik = $_POST["acik"]; $dosya = "acik.txt"; echo "<strong><br><br><center>Açik Listeniz Yüklendi...</center></strong>"; } $Git = $_GET["Git"]; Switch("$Git"){ default; Anasayfa(); break; case "Sonuc"; Sonuc(); break; case "Duzenle"; Duzenle(); break; case "Onay"; Onay(); break; } ?> <center><img src="http://img2.blogcu.com/images/c/w/t/cwteox/tim_logos.gif"/></center>