Archive for the ‘security’ category

Greasemonkey/Firefox script to enable autocomplete

August 12th, 2009

Browsers can save logins and passwords.  Unless the autocomplete attribute is set to off, that is.

If you ever go to a website and wonder why it’s not asking you to save your password, it is probably because autocomplete has been turned off by the web designer.

Thanks Mr. Web designer, but I think I’ll be the judge of that.

First, let me say autocomplete=off is a good feature that keeps people who don’t know any better from doing something dumb.  Looking at you, grandma.

But, if you are pretty confident in your internet self, and you use Firefox, you can use the following Greasemonkey script for Firefox to abolish autocomplete entirely from all websites you are viewing.

» Read more: Greasemonkey/Firefox script to enable autocomplete

Securing WordPress: Plugging the WordPress version leaks

July 12th, 2009

WordPress is probably the most commonly used blogging platform around.  Mostly because it’s free.  Being #1 brings a lot of headaches as it makes the software a target for hackers and spammers.

As with securing your home, the best you can do is make your WordPress install a little more secure in the hope that that hacker or spammer will move down the line to the next install on their list.  Nothing you can ever do will make you invincible.

WordPress loves advertising the version number of the install for statistical reasons.  The problem with this is that when a bad guy knows the version of your WordPress install, they will know which vulnerabilities to use to break into it.  By not letting them know this version number, it makes it just a little more difficult to break into your blog.

» Read more: Securing WordPress: Plugging the WordPress version leaks