Pyxsoft antimalware Plugin for cPanel/WHM protects your server from attacker scripts such as c99shell, r57shell, ANIShell, and hundreds more. It is a real-time Anti Malware for cPanel/WHM. Attackers can take control of your servers or can damage your customer’s data by uploading one of these scripts. Pyxsoft antimalware plugin works to protects your server in two ways: Protecting from the six server’s entrance SQL Injection Legitimate Access (SSH, cPanel etc) Web Forms FTP Brute Force Attacks Installed Trojans or shells
General Topics
As we are aware, usually installing SSL Certificate requires Dedicated IP . The cost of this address is typically being passed down to the end user. Also the IPv4 address will be filled completely if every domain require a dedicated IP. So administrators decided to use multiple SSL installation on a single IP. Thus SNI (Server Name Identification) is established. >> What is SNI : —————— Server Name Indication (SNI) is an extension to the TLS protocol that indicates what hostname the client is attempting to connect. SNI is an …
By default Postfix run on port 25 and 587(TLS). However some ISPs block port 25. In that case you can configure the postfix mail server to listen on additional ports too, for example port 26 or some random 5125. This configuration is done in the master.cf configuration file. Edit it in your editor of choice. This file is in the following format: # ========================================================================== # service type private unpriv chroot wakeup maxproc command + args # (yes) (yes) (yes) (never) (100) # ==========================================================================
Capabilities Nagios provides complete URL monitoring of HTTP and HTTPS servers and protocols as well as full URL transaction monitoring. Benefits Implementing effective URL monitoring with Nagios offers the following benefits: >> Increased server, services, and application availability >> Fast detection of network outages and protocol failures >> Monitor user experience when accessing URLs >> Web server performance monitoring >> Web transaction monitoring >> URL monitoring
cPanel’s Site Software disables WordPress auto updates option. We can easily enable this option, for that we need to modify the following files and note that these files were only changed on WordPress sites that were installed using cPanel’s Site Software addon. Ensure to take a backup of these files before making any changes. => wp-admin/includes/update.php => wp-admin/update-core.php => wp-admin/includes/class-wp-upgrader.php
One of the main issues with hosting a WordPress website is that often it takes more than desirable time to load the home page. Below, a few tips and tricks are being discussed to improve the performance of a WordPress website. How to Speed up a WordPress website? ————————————- Fixing the page load speed of a WordPress website depends on the cause of the issue. This article only discusses the load time from the website’s point of view. The DNS or ISP aspects are not being discussed. * As a …
If you are getting the below error while updating the Plesk versions or installing the microupdates , have a try with the mentioned solution : —- ERROR: Unable to download the MD5 sum for the new Parallels Installer binary. Not all packages were installed. Please, contact product technical support. —- Solution : —– Remove cache from /var/cache/parallels_installer/ and start auto-installer again. —– If you require help, contact SupportPRO Server Admin
If you are getting following error while directory listing, follow the solution provided below : ———- ftp> ls 227 Entering Passive Mode (108,61,169,245,167,161). ftp: connect: No route to host ———- Solution : 1. Edit /etc/sysconfig/iptables-config and add this line: IPTABLES_MODULES=”ip_conntrack_ftp” 2. Save it and restart iptables. That’s because passive mode use non standard ports to communicate, so you need to keep track of the ftp connections and iptables will allow them when necessary. Another solution is specify the passive ports that will be used on FTP server configuration, then open …
The SSLv3 Poodle vulnerability which was released on October 14th 2014, is an attack on the SSL 3.0 protocol and it is completely protocol based vulnerability. POODLE stands for “Padding Oracle On Downgraded Legacy Encryption”. The padding attack happens when a plain text is converted to ciphertext. The plain text message often has to be expanded to be compatible with the underlying cryptographic structure and the leakage of data mainly occur during the decryption of the cipher text. The SSLv3 poodle vulnerability allows a man-in-the-middle attacker to decrypt ciphertext using …
As we are aware, cPanel has introduced the latest stable version cPanel 11.50. Many new features are implemented in the latest version, which includes but are not limited to :. Support for CentOS 7 on fresh installations Synchronized Calendar & Contacts Greylisting: Protect your server against spam, Greylisting defers email received from new, unknown triplets Passive OS fingerprinting (p0f): Improved the GeoIP identifier and added an operating system and other information to email notifications. This information helps you quickly identify users that trigger events. Changes to new cPanel user system …