For those that can’t be bothered to read this post and just want the code, please see here.

So myself and Rich Hicks finally got around to talking about the work we had done with the Teensy. An ATMega, USB-based Microcontroller sold by pjrc.com

I started work on this back in 2011 but didn’t take it any further until Rich came on board towards the end of 2011. We… Continue reading

So, when you don’t have metasploit or ruby in your environment and you need to run pattern_create.rb what do you do?

Well if you’ve got Python available you simply rewrite the code in python.

Here’s the code (it’s used in exactly the same way as the metasploit version of pattern create):

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152#!/usr/bin/env python # Author: phillips321 # Site: www.phillips321.co.uk # Version 0.1 # Credits: metasploit project # About: Replicates msf… Continue reading

So after using csharp to inject shellcode I wanted to see what other languages were able to directly write to and call memory locations.

As I’ve been working my way through The SecurityTube Python Scripting Expert course I decided it made sense to see if it was possible with python.

A quick google found me a href=”http://www.debasish.in/2012/04/execute-shellcode-using-python.html” target=”_blank”>this post by Debasish. FULL credit for this work goes to Debasish, this post is purely… Continue reading

So this entire post is inspired by Joshua Wright @ willhackforsushi.com. If you dont know the story; basically his neighbours were stealing his wifi so he thought it wuld be a good idea to mess with them.

He created a VM that broadcasts an open SSID and performs MitM ‘attacks’ against the clients. The pdf of the slides is well worth a read as that is where this idea… Continue reading

So my Raspberry Pi has been sitting in the box for about a month now while it could have been doing something more useful.

So as I had an evening free I decided to quickly throw something together in order to use a spare webcam to take a photo every 30 or so seconds.

I had plans to put the webcam and the pi inside an old external light fitting… Continue reading