So for those that dont know volatility is a forensics tool for investigating data from memory. It can be found here: http://www.volatilesystems.com/default/volatility
Unfortunately BT5 was only on version 1.3 so I decided to update it to v2.0, the latest on the volatility website.
Here’s the quick code to update to version 2.0 🙂 Enjoy!
1234567891011121314151617181920#!/bin/bash apt-get -y install cmake cd /root/ wget http://freddie.witherden.org/tools/libforensic1394/releases/libforensic1394-0.2.tar.gz tar zxvf libforensic1394-0.2.tar.gz cd libforensic1394-0.2/ cmake -G"Unix… Continue readingSo i was lucky enough to be given a teensy 2.0 with a microSD reader by David (ReL1L) Kennedy whilst i was at B-Sides Vegas. Lucky me!
After a quick chat with Dave he mentioned that the teensy was a “send to PC” only device. This got me thinking. If it’s possible for a normal keyboard to read the state of the Caps, Scroll and Num locks from the… Continue reading
So we’ve all been lucky enough to have free wifi from time to time. Sometimes coffee shops offer free access. Recently in Tallinn, Estonia nearly everywhere I went I had access to free wifi. It got me thinking, all this free wifi and should I trust any of it? I knew how easy it was to set up an open wireless access point named “FreeWiFi”, but what if I wanted… Continue reading