Skip to main content

php exec function security issues

Comments

2 comments

  • cPanelMichael
    Hello :) There is a recent thread on the WHT forums where this is discussed that you may find helpful: [url=http://www.webhostingtalk.com/showthread.php?t=1358576]Php Exec & proc_open Thank you.
    0
  • quizknows
    functions like exec, shell_exec, and passthru allow PHP scripts to run system commands (i.e. bash commands). Generally it's really best to leave them disabled, as it makes it much harder for hackers to functionally use PHP shells or other exploit scripts.
    0

Please sign in to leave a comment.