3 Simple Ways To Prevent Spam

@ email signSpam is a huge problem now a days. Thousands of programs crawl the internet each day looking for email addresses. The problem is that people post their email addresses without thinking about the risk of spam or that they do not know how to protect themselves from spam.

How Do Crawlers Find My Email Address
Finding your email address on your web site is not really complicated. The email crawlers look at your page and every link on it. If they find a link containing an @ sign, they will extract the email address, copy it and go on with their search. This is how these programs work.
Now that we know how they find our addresses we can go on to fixing the problem.

Preventing Spam
The first way to prevent spam is pretty simple. When you post your email address on a page replace the @ sign with an [at] or (at), however you like. This measure will keep away dumb crawlers from extracting your email address. However there are still smart programs which recognize this and will still copy the address and replace the [at] with @.

The second way is to use an image, like the one above. of an @-sign instead of the @ itself.This is an very effective way to prevent crawlers from copying your email but it is tedious. It also increases the size of your homepage and therefore the speed with which visitors will download your web site.

The third way is to encode your email address. There are web sites that offer this service for free. The one I found is an German web site, antispam. I marked the lines you have to fill in on the picture with a short explanation. After filling in the boxes you can go ahead and click “Verschlüsseln”. explanationThis should take you to another page.
There the code which you have to copy is presented. It also gives you an preview of how the link will look like on your page. Just copy the code and paste into your web site.
The downside of this method is that this will not work if someone visits your web site who has Javascript disabled.

I hope this helps

Metasploit site hijacked

Supposedly the metasploit web site was hijacked by hackers. The hackers used an ARP poison to pull off the attack. The homepage was defaced and redirected to a page announcing that it was “hacked by sunwear ! for fun.”
For more details take a look at the news site The Register.

Bypassing BIOS password protection

Securing your own computer is very important and most people rely on BIOS passwords to protect their computer. But this is a huge mistake since anyone with a little bit of knowledge is able to bypass it easily.

Bypassing BIOS password protected computers

Most BIOS chips have built-in master passwords or hidden routes which enable you to bypass the password protection in case you lost or forgot your password.

Master passwords
There are several web sites that list all the BIOS master passwords, here is one of them. You can also just google “BIOS master password list” and you will find tons of lists.

It is not guaranteed that these master passwords work because of the different BIOS chips but there is a pretty good chance that they will.

Bypassing it the other way
You can also bypass it if you are already running Windows( I acutally don’t recommend doing this since it can be harmful to your BIOS, only use it if you know what you are doing). Open the command prompt cmd.exe . There enter:
Debug [Enter]
o 70 17 [Enter]
o 71 17 [Enter]
q [Enter]

This will restart the computer.