Disclaimer
All content on this site are my own thoughts and opinions not those of my employer or projects I contribute to.
Archives
- Months
- December 2008 (3)
- November 2008 (5)
- October 2008 (2)
- September 2008 (1)
- August 2008 (1)
- July 2008 (5)
- June 2008 (5)
- May 2008 (3)
- April 2008 (5)
- March 2008 (3)
- February 2008 (2)
- January 2008 (4)
- Years
- Months
Category Archives: Security
BAM Vulnerabilities
BAM is a company that provides services to Students Unions around the country primarily dealing with union websites. My Students’ Guild signed up with them last year to provide our website, from the off I was quite opposed to the … Continue reading
Posted in Life, Security, University, Web
Tagged Security, vulnerabilities, Web, xss
Leave a comment
Punching holes in Firewalls
It is a lot easier than you think. OpenSSH, which can only be described as the best utility of all time, is quite a versatile tool one feature people use frequently is port forwarding. This allows you to open a … Continue reading
Blocking SSH Brute Force attempts using iptables
After my recent break in I have looked into ways of protecting SSH and my server resources. I employ fail2ban on my main server, it has the resources to run such a programme – my Linksys NSLU2′s however do not. … Continue reading
Disabled Akismet, comments held for moderation.
I have made the decision to disable Akismet, after reading some hype about the new WordPress 2.3′s plugin version check API, which turned out to be negative but reveals something interesting with regards to Akismet. The following code is taken … Continue reading
Remote Munin Nodes
My laptop and desktop are not always connected to the same network as my server and when this is the case its most likely I do not have control of the network or want the information passed over the internet … Continue reading
Posted in Network, Security, Ubuntu
4 Comments
WordPress Upgrade
Another release of WordPress another potentially PITA upgrade to complete, but it isn’t thanks too patch. I quickly ran a diff of the Subversion repository like so: $ svn diff http://svn.automattic.com/wordpress/tags/2.1.2 http://svn.automattic.com/wordpress/tags/2.1.3 Piped it to a file and applied it … Continue reading
Posted in Security, Site, Web
Leave a comment
WordPress Upgrade
I have upgraded the version of Wordpres my blog runs, for me this is a pain in the ass due to custom modifications. So, this time I decided to use their subversion repository to create a patch and use that, … Continue reading
Posted in Security, Site, Web
Leave a comment
Get SSH Key Fingerprint
I struggled a little to find out how to get the SSH fingerprint of an SSH key earlier so, I thought I would preserve how for ever more. The snippet below will return the SSH fingerprint for the machines public … Continue reading
Posted in Debian, Linux, Network, Security
4 Comments
HOWTO: Install Ubuntu 7.04 using debootstrap to an encrypted root partition
I have updated the documentation and testing more thoroughly. Continue reading
Posted in Debian, Security, Technology, Ubuntu, eddie [Laptop]
1 Comment
Securing Firefox DNS Lookups
It always amazes me what nice features can be found in about:config, such as sending DNS requests to a SOCK’s proxy.
Posted in Internet, Security, Technology, Web
Leave a comment