Share the post "php 에서 shell 실행 문"
<? $cmd = ‘ls’; $result = shell_exec($cmd); echo $result; ?>
Your email address will not be published. Required fields are marked *
Comment
Name *
Email *
Website