How to Install & Configure Mod_Security on cPanel/WHM In this guide, we will show you an easy way to install mod_security on a cPanel VPS, including rules to protect from MySQL injection and web attacks. ModSecurity is an open source, cross-platform web application firewall (WAF) module. Known as the “Swiss […]
Category: Attacks
Configuring CSF
Need a hand, contact me @ [email protected].. prefer hangout ? CSF is the commonly used firewall in cpanel server’s. CSF is also called as config server firewall. CSF provide better security for your server and provides an easy management console to manage firewall.CSF also comes with the LFD (Login Failure […]
DDOS attack measures
How do we confirm that the server is under DDOS attack? We can confirm it by checking the result of netstat command: netstat -an|awk ‘/tcp/ {print $6}’|sort|uniq -c This will show the states and number of connections at that time. The different states that are visible mostly in servers […]
Control search engine crawlers
How to Control search engine crawlers with a robots.txt file Website owners, can instruct search engines on how they should crawl a website, by using a robots.txt file. When a search engine crawls a website, it requests the robots.txt file first and then follows the rules within. It’s important to […]