Smtp Connections list

Monday, June 4th, 2007

You can check what connection you have via smtp protocol with the simple command:

netstat -a | grep smtp

(more…)

301 Page Redirects using PHP and .htaccess

Monday, June 4th, 2007

During the life of a website, its quite common for pages to move around or to ‘re-structure’ your site’s files and folders. However, you can come across issues when people linking to your page go to their ‘stale’ bookmark of your site, and find that page is missing – in fact, they’ll get a ‘404 Page Not Found‘. The same will go for search engines like google and yahoo, and will adversely affect your rankings within their results.

(more…)

SSH vs Script Kiddies How-to Guide

Thursday, May 31st, 2007

Scope

Some idiot created a SSH worm that uses a dictionary attack to try to log into a computer over port 22. The worm tries to set up shop on your computer and tries to find the next vulnerable computer. This clogs up networks with bazillions of SSH login attempts.

(more…)

Protecting Linux against automated attackers

Thursday, May 31st, 2007

Read the fine article here.

What is a null route?

Wednesday, May 30th, 2007

What is a null route?

A null route is a route that goes to nowhere.

The reason for creating a null route is to prevent your system from sending any data to a remote system.

(more…)

APF Deny ALL for SSH Limit IP Connections

Tuesday, May 29th, 2007

APF Deny ALL for SSH – Limit IP Connections

APF firewall can deny ALL connections for ssh and allow only a single or select few of IPs to connect to your server. We’ll guide you through DENY ALL with APF firewall.

(more…)