You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just read the README.md file which says that every PR should have a issue before it is created. Since I have already created the PR, I will still explain why this is a good improvement.
Some servers disable functions for security reasons, but leave some open because they don`t know them or use only certain functions.
For these cases, the exec function could be blocked, but shell_exec could be allowed. So the idea would be to go through a list of possible aqiuvalente so that we can still execute commands.
I just read the README.md file which says that every PR should have a issue before it is created. Since I have already created the PR, I will still explain why this is a good improvement.
Some servers disable functions for security reasons, but leave some open because they don`t know them or use only certain functions.
For these cases, the
exec
function could be blocked, butshell_exec
could be allowed. So the idea would be to go through a list of possible aqiuvalente so that we can still execute commands.My PR
#31
Again i am sorry, that i did the order wrong :)
The text was updated successfully, but these errors were encountered: