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 your Linux box has locked up and you can’t get a response… step in SysRq!
This wonderful key is on most keyboards and i bet you’ve hit it a low more times than you realise as it’s usually paired up with the PrtSc (PrintScreen) key. What does it do?
Well it allows you to send system requests to a linux kernel, effectively allowing you to bypass the usual GUI/CLI… Continue reading
So, you’ve been given a cisco config from a pix firewall using
1'show run'and you’ve looked through it and it seems a ballache to understand. We know we could use nipper but you either have to pay a wedge for the professional version of suffer with the free version.
After a little googling I found a few tools to help along the way. fwbuilder looks good but doesn’t… Continue reading