kdub
- Total activity 38
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 9
Comments
Recent activity by kdub-
FYI here are 2 threads discussing essentially the same issue: The gist of this one is it's not possible with PHP. This one provides at least an example of how you should be doing privilege esca...
-
Can you provide me with more details, and what actually i should do? Oh sorry, I was on mobile and didn't look at the original post. What I said about escalate privileges using the describe array ...
-
Ah yes, that makes sense. Here's what you're looking for
-
[QUOTE]so the file BASH_FILE.sh must executed as root privilege. Find out what user the php script is running as I mentioned in my previous post, usually apache if using apache. Then add the appro...
-
echo shell_exec('bash /usr/local/cpanel/base/frontend/paper_lantern/PLUGIN_NAME/BASH_FILE.sh '.htmlspecialchars($_POST['domainName'>)); Are you able to run your bash script from the command line? ...