Recently, an another vulnerability found in “Glibc” under CVE-2015-0235. This vulnerability allows a remote attacker that is able to make an application call to either of these functions to execute arbitrary code with the permissions of the user running the…
Author: Maria Jones
Get Softaculous license details from commandline
Is it possible? Yes this commandline functionality will be available on Softaculous 4.2.1+ 🙂 ::Brief description on Softaculous:: Softaculous is an Auto Installer having numerous scripts. You will have wide options to install various things (WordPress, Phpbb etc) through Softaculous.…
Impossible to create database’s user::MySQL governor
At last I figured out the problem with MySQL DB user creation that I got!!! Here is the error details: When I tried to create a new database user through cPanel I got the following error! The adminbin “hooks” in…
Block whole countries accessing server/website except you wants – CSF
Hey guys! We already discussed one of the amazing option in CSF for blocking/allowing countries. The usage of “CC_ALLOW” and “CC_DENY” to allow and deny countries with its country code. You can refer this from the link added below: How…
Simple script to list dedicated IP address usage of domains under a Reseller – WHM/cPanel
In a cPanel server, the dedicated IP address usage is listed in the “/etc/domainips” file. You can simply find the dedicated IP address of a particular domain from here. Here, I am explaining a simple backend script for listing all…
CVE-2014-6271: remote code execution through bash – Critical BASH vulnerability discovered
Critical BASH vulnerability discovered – update BASH on your CentOS Linux server!!! ## Shellshock vulnerability..!! Summary >> A critical code execution vulnerability (Remote) affecting bash (Unix shell) has been discovered on September 24, 2014. >> The vulnerability occurs because bash…
Keep a log for total number of connections to a particular port from Foreign Address
Is there any log entries to find-out directly the total number of connections in server? In some high connection high load servers, this log would be helpful to monitor and tune the server with number of connections on it. We…