The parts list is pretty simple -
This is also a good excuse for me to buy some new tools like a welder!
I did try to scrounge the parts for this but the scrap men have done a pretty thorough job of taking anything not bolted down so I had to buy most of it new.
Step 1
Cut 45 degree mitre’s in the Angle Iron
Step 2
Heat the bend points and slowly bend the metal.
Step 3
Weld the two corners of the Angle Iron together and weld the steel plate at one end. As you can tell by the picture this is the first time I have ever welded! I would have made the welder myself from microwave transformers but when you can buy them from eBay for £20 it’s not really worth it.
Step 4
Cut the rods to length and weld them on.
Step 5
Grind down all of the nastyness and spray on some high tempreture BBQ paint.
Step 6
Cut the legs to length and cut a notch in to one end so that they can hinge then drill the legs and frame and bolt it all together. I also added some cross bracing to the legs to stableize the whole thing.
And your all done!
UPDATE!
Here it is in action
]]>All it does is put the 48v from POE through a couple of power resitors to somthing the LED’s can handle. I’ve wired this up so it can deal with the proper POE standard and the Cisco standard.
Unfortunatlly it doesn’t seem to work with all Cisco routers but it passed some time making it!
]]> At it’s heart all this does is create a short circuit accross a 10 ohm resistor. 12v will do a pretty good job of melting the resistor which would be simply taped to the firework fuse. As you can see in the following pictures it is simply powered by a 12volt cordless drill battery and even comes with it’s own carry case.
Use Google Reader? Want an RSS feed of only unread item? Then hears how!
The secret is subtraction, you need to take your reading-list feed and remove all items with a read tag.
As an example here’s what the reading-list and read feed url’s should look like
http://www.google.com/reader/atom/user/YOURUSERIDGOESHERE/state/com.google/reading-list
http://www.google.com/reader/atom/user/YOURUSERIDGOESHERE/state/com.google/read
Too find out your user ID go to reader.google.com and then enter this line of javascript into the address bar
javascript:prompt("User ID", _USER_ID);void(0); you should then get a popup with your ID
So to get the unread feed you put it all together like this
http://www.google.com/reader/atom/user/YOURUSERIDGOESHERE/state/com.google/reading-list?&xt=user/YOURUSERIDGOESHERE/state/com.google/read
So now I’ve got the Vista RSS Feed gadget (running on XP just to be awkward) displaying a list of my unread items.
Yay!
]]>Take the Cisco type 7 password and paste it into the box below. Then click “Crack Password”.
// Is the character a digit?
function isDigit(theDigit)
{
var digitArray = new Array(’0′,’1′,’2′,’3′,’4′,’5′,’6′,’7′,’8′,’9′)
for (j = 0; j < digitArray.length; j++) {
if (theDigit == digitArray[j])
return true
}
return false
}
// Generate a config file ready for loading
function crackPassword(form)
{
var crypttext=form.crypttext.value.toUpperCase()
var plaintext=''
var xlat="dsfd;kfoA,.iyewrkldJKDHSUBsgvca69834ncxv9873254k;fg87"
var seed, i, val=0
if(crypttext.length & 1)
return
seed = (crypttext.charCodeAt(0) - 0x30) * 10 + crypttext.charCodeAt(1) - 0x30
if (seed > 15 || !isDigit(crypttext.charAt(0)) || !isDigit(crypttext.charAt(1)))
return
for (i = 2 ; i <= crypttext.length; i++) {
if(i !=2 && !(i & 1)) {
plaintext+=String.fromCharCode(val ^ xlat.charCodeAt(seed++))
seed%=xlat.length
val = 0;
}
val *= 16
if(isDigit(crypttext.charAt(i))) {
val += crypttext.charCodeAt(i) - 0x30
continue
}
if(crypttext.charCodeAt(i) >= 0×41 && crypttext.charCodeAt(i) <= 0x46) {
val += crypttext.charCodeAt(i) - 0x41 + 0x0a
continue
}
if(crypttext.length != i)
return
}
form.plaintext.value=plaintext
}
Type 5 Passwords
Don’t be fooled type 5 passwords can be cracked, it just takes a bit longer. You may have noticed an entry in your config that looked like this enable secret 5 $1$uWd7$maP6Byq6ETXegoZXG8vbZ0. This is a type 5 password.
Obviously that’s how to do it in Windows but the Linux version is very similar.
Note: If you recognise the type 7 password from above then one of your old routers now belongs to me. Change your passwords because you’ve been owned.
]]>