PHP
PHP
Quick Shells
Execute one command:
Take input from the url paramter. shell.php?cmd=whoami:
The same but using passthru:
For shell_exec to output the result you need to echo it:
PHP reverse shell:
Last updated