How to install Snort and use as Web Application Firewall!

Considering a number of attacks on web application these days, one must be pro-active in case of the security. You might already be using Web Application Firewall for your web application security including but not limited to ModSecurity. However, ModSecurity works at the application layer. That means it is installed with Web Server Software (Apache, Nginx etc). Any malicious packets…

How to register private name servers with Namecheap or Godaddy!

Registering private name servers is not really a hard job, but sometimes it can become hectic or confusing. There can be two possible reasons for registering private name servers. First that you have recently moved from shared/reseller hosting service to vps or dedicated server. When you was on shared/reseller hosting you don’t need private name servers, because name servers was…

Automatically backup all cPanel/WHM Accounts to remote SFTP server!

For all the system administrators out there, backing up data is really important job. Because we all know what happens when server crash happen, or a hard disk drive fails. cPanel/WHM is one of the most comercially used software by web hosting companies and individuals. They have a really nice built in system for backing up accounts to following remote…

6 months Free Cloud VPS!

I’ve been thinking to start some content on CyberPersons for quite some time now, and today is the day. It is a very simple contest, let see what you get if you win ! What will you get? 6 Months of free Cloud VPS. Free Setup. Security Hardening. Complete Help in blog or website setup. Website transfer.

How to Clean a Hacked WordPress Site!

Getting your site hacked is really a painfull thing, and if you are reading this probably your WordPress site got hacked. The first thing you need to do is don’t get panic. The first thing you need to do is don’t get panic and check if you have a backup of your WordPress website. Be calm and let see how…

Use Burp Proxy to Intercept HTTP Traffic!

Burp proxy is a very nice tool to intercept HTTP traffic, it normally comes pre-installed with kali linux. In this article we will see how we can use burp proxy on Ubuntu and intercept GET and POST requests. I’am writing this separate article for burp proxy because some of its features are promising like stopping the web requests on fly…

Combine Python Graphical User Interface with SQL Injection

Python is great language for penetration testing, I saw that people mostly develop python applications with command line versions only. How ever python have such a beautiful library named Tkinter to develop a graphical user based application, in this article we will combine Tkinter with sql injection to create a small GUI application that can check a website for SQL…

How to install and configure ModSecurity on cPanel/WHM!

Website security is very important matter to date, and ModSecurity is one of the best web application firewall out there helping many web masters around the world securing their web application. Already a lot of hosting companies and individual users are using cPanel/WHM to manage their web servers, in this article we will see how we can install and configure…