How to Secure your Server – Basic

Here are some quick tips on how to secure your Linux server. This is only a short list, but, they are must do’s! Some of which are: 1. Change ssh port (use keys if possible as well/allow only specific users) 2. Disable unneeded services 3. Install a good firewall 4. Disable dangerous / unused PHP […]

Read More »

Scanning for unwanted files/code

Here is a little code that I use to scan servers that I admin on for unwanted files. These include php shell’s and encoded files. You can add your own expressions as well. The expressions that I have listed are what I have found to most likely be in infected files.

Read More »