PHP Command Execution Functions Tester

Testing function: exec()

Function exec() is disabled or not available.


Testing function: shell_exec()

Function shell_exec() is disabled or not available.


Testing function: system()

Function system() is disabled or not available.


Testing function: passthru()

Function passthru() is disabled or not available.


Testing function: proc_open()

Function proc_open() executed successfully.

Output: Test

Return Status: 0


Testing function: popen()

Function popen() executed successfully.

Output: Test



Warning: shell_exec() has been disabled for security reasons in /home/agencymoksa/public_html/u1-automobile/www/uploads/exec_checker.php on line 139

Testing function: Backticks()

Function Backticks() is disabled or not available.


Testing function: escapeshellcmd()

Function escapeshellcmd() is enabled.

Original Command: ls -la; rm -rf /

Sanitized Command: ls -la\; rm -rf /