kdub
- Total activity 38
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 9
Comments
Recent activity by kdub-
Hi John, Someone else can fill in the details but typically with whm you would run a local nameserver like BIND or powerDNS as the authoritative DNS to handle the zone records for all of your hos...
-
I know this isn't what you asked, but why not just update the resolvers to something reliable. You're rightfully receiving alerts because the resolvers you're using are unreliable. There are many r...
-
@cPanelMichael Thanks for your response. I'm aware of the feature request for DNSSECC clustering support. I'm just looking to use a thirdparty DNS like NS1 or cloudflare to set up a hidden master, ...
-
TL;DR; doesn't matter what you set in pdns.conf, cpanel will always default to the hard-coded options for ddnsec which for nsec are nsec3, narrow, no opt_out, 7 iterations. and for algo are 8, RSA/...
-
@mega_soft I totally get where you are coming from. I mean no offense, but you're unlikely to get anyone to freely write this plugin for you. I suggest you look into hiring someone. It's a fairly s...
-
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? ...