gryzli
- Total activity 67
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 21
Comments
Recent activity by gryzli-
There is a big chance to gain access again if you restart your server (usually hosting providers, have such an option for your vps/dedicated server/).
-
What does Mod_Security have to do with this? I can't see any reason to disable it in this scenario. Anyway, there is a redirect limit of 10 by default, more info on this can be found here: core - ...
-
Hi JonTheWong, I have written some "really ugly" perl script as an api parser, which could be used for both calling WHM API/Cpanel Api/ Uapi calls, with some error handling. In order to use it, y...
-
I'm not sure what exact you are using, but combining Ansible with cPanel Api parser script is very powerfull (by my opinion). If you have something like cpanel_api.[php|pl|....] you could set alm...
-
Try one of the following: 1. Change the Order statement to: "Order Allow,Deny" Or 2. Move the "Deny from all" at the beginning
-
Hi quizknows, The multicall requests cause significant load. WP uses a processing intensive hashing algorithm. Being able to check multiple passwords with one POST request causes that single requ...
-
The problem is that multicall requests are not the only trouble. In fact multicall request give the attacker better chance to guess your passwords with less number of requests and most of the times...
-
We too have struggled with the "nscd madness". ======== Guys(cPanel ones), enabling those kind of services "by default" while they weren't running is a really "crap deployment behaviour". This ser...
-
Hey there! This seems more like an omission than a bad entry for DNS. The DNS field is meant to list the primary entry for the account inside the /var/cpanel/users/dbtest file, and is optional. ...
-
If you are having only WordPress based websites, then you could go just with Varnish + eventually some memory based storage (Redis or Memcache). You will need to have some good rules inside Varnis...