Create Users And Change Passwords With A Bash Script

Posted by soapy | Linux Tutorials | Wednesday 15 October 2008 1:07 pm

These two scripts are very important for the system admin who regularly works with mail servers and somehow forgets to backup his system username and password! Let’s say somehow we lost the usernames and passwords of the mail server. In this case the admin has to manually create all the users and then change the passwords for all the users. Tedious job. Let’s make our life easier.
(more…)

Secure Your Apache With mod_security

Posted by soapy | Linux Tutorials | Wednesday 15 October 2008 1:02 pm

This article shows how to install and configure mod_security. mod_security is an Apache module (for Apache 1 and 2) that provides intrusion detection and prevention for web applications. It aims at shielding web applications from known and unknown attacks, such as SQL injection attacks, cross-site scripting, path traversal attacks, etc.
(more…)

Security Testing your Apache Configuration with Nikto

Posted by soapy | Linux Tutorials | Wednesday 15 October 2008 12:15 pm

Introduction

By now you’ve got the perfect setup for your new Ubuntu 6.0.6 (Dapper Drake) box. You may have even followed the excellent Intrusion Detection and Prevention with BASE and Snort tutorial. And as an added precaution you installed DenyHosts to prevent hack attempts via ssh. But now that you’ve got your new LAMP server on the internet, how can you tell that your new web server is secure? You test it, of course!
(more…)