Tuesday 6 December 2011

Monday 5 December 2011

Crowdsourcing versus containment: a Sukey development workshop

Crowdsourcing versus containment: a Sukey development workshop
Monday, 5 December 2011 from 18:30 to 21:00 (GMT)
London, United Kingdom

Free Event: Crowdsourcing versus containment: a #Sukey development workshop 6:30pm #Goldsmiths Register:http://bit.ly/stt_lecture #occupy #ftw
Under the guise of giving a workshop the university is actually just paying for an extended training session for me to get loads more students who are techies involved in the occupy movement *evil laugh*

Monday 22 August 2011

How to prevent your WLAN being 'low hanging fruit' for the script kiddie next door

Stop using memorable WPA-PSK passphrases! For god sake the computer even saves them for you. There are really large rainbow tables out there that have precomputed hashes for most common passphrases. If you don't heed this warning then watch this and carry on with your life somewhere far away from any wireless network that I have to use.
The minimum number of characters for a WPA-PSK passphrase is 8. The maximum is 63. Very few users actually use more than about 20 characters. As well, they also choose known words and phrases, likely to be in a dictionary. This means that rainbow tables are likely to be effective in cracking the network relatively quickly.
To get decent protection from WPA-PSK, you should use a very long, very random, alphanumeric string longer than 20 characters. To protect yourself further, particularly against the WPA-PSK hashtables, you should use a SSID not on the top 1000 list (another very long, very random, alphanumeric string would be ideal). Failing that an original 32 character passive aggressive message to your neighbours works nicely e.g. "NiceBudgieSmugglersDouchefag" This will force the attacker to compute their own list, rather than use one of the tables.
Ideally, one should be using WPA2 with a radius server to get more reliable protection.

Sunday 30 January 2011

Ubuntu desktop colour switching behind a transparent wallpaper.

A fun little idea I had when I saw a transparent background on deviant art: Why not auto-rotate colours behind a transparent background? I am certain the idea is not original but I wanted to work out how to do it. Here it is:
gconftool-2 -t str --set /desktop/gnome/background/primary_color orange;
So far most common colours work: {red, blue, white, orange, grey, green, yellow, purple}

Here is the result: