Bypassing Imageshack hotlinking restrictions.

•2011/10/31 • Leave a Comment

We’ve all seen the Imageshack “Domain unregistered” image, this happens when the domain the image is hotlinked from isn’t registered with Imageshack, it’s bloody annoying, especially on forums. Luckily there’s an easy way to remove it and view the original image and you don’t even have to do it on a per site basis.

Continue reading ‘Bypassing Imageshack hotlinking restrictions.’

Basic RF sniffing with the Bus Pirate

•2011/06/19 • Leave a Comment

Getting some data out of those cheap dumb transmitter/receiver pairs takes the better part of 30 seconds. I hooked one up to see if I could capture some remote keyless entry traffic. (and it worked)

Continue reading ‘Basic RF sniffing with the Bus Pirate’

Crawling websites using curl and bash.

•2011/05/19 • Leave a Comment

Every now and then I need to crawl some website or automate a web form, the easiest way to accomplish this is with a simple shells cript and parsing the data manually. I did this recently with www.samair.ru and decided to do a quick writeup.

Continue reading ‘Crawling websites using curl and bash.’

Automated windows hash grabbing.

•2011/05/12 • Leave a Comment

I was playing around with ophcrack this week which is included in the katana suit. I’d recommend looking into both of these if you’re never heard of them, anyway, ophcrack has a live boot cd that boots directly into a LM and NTLM password cracker, dumps the hashes from the local machine and starts cracking with some rainbow tables.

It works fairly well but could be a lot better, for one the live distro they use is real bloated considering all it does is crack passwords, secondly they could have made saving the results a lot easier. The only thing I found real novel was dumping the hashes automatically, for your enjoyment here’s a bash script that goes through all NTFS drives and tries to dump the hashes :)

Continue reading ‘Automated windows hash grabbing.’

Network topology plotting with bash and graphviz.

•2011/04/01 • Leave a Comment

I was looking for a way to map the routing between me and a bunch of hosts in Linux but couldn’t find a program I liked. The nice thing about Linux though is the ease that you can put something together with other tools. Here’s a simple bash script that parses tcptraceroute output and graphs it using graphviz, enjoy.

Continue reading ‘Network topology plotting with bash and graphviz.’

Strange router behaviour.

•2011/03/17 • Leave a Comment

I recently started getting proxy error messages while browsing, interesting thing is that I’m not using a proxy and as far as I knew my ISP wasn’t forcing an invisible proxy on us either. Continue reading ‘Strange router behaviour.’

Boiling chips in tree sap.

•2010/07/15 • 6 Comments

I saw a CCC talk a while back about reverse engineering IC’s (link, recording), it sounded fairly complicated for a hobbyist but I thought I’d give it a try. All I was hoping for was to get some decent pictures and didn’t really care about reversing the design. Continue reading ‘Boiling chips in tree sap.’

 
Follow

Get every new post delivered to your Inbox.