Re: [Tutor] pytsk

2016-04-29 Thread Zachary Ware
Hi Peter, On Fri, Apr 29, 2016 at 8:15 AM, Tees, Peter (EthosEnergy) wrote: > Hi folks > > I'm pretty new to Python and programming, I've done the first four modules of > the Python course at Coursera.org to get started > > Now I want to put what I've learned to good use, based on the articles b

Re: [Tutor] pytsk

2016-04-29 Thread SM
I often refer to the same blog (hacking exposed), and find many of the links broken, even though there is a lot of very useful information there. I use pytsk on Linux and always build it from source from here: https://github.com/py4n6/pytsk/releases/download/<>/pytsk-<>.tgz e.g: https://github.com

Re: [Tutor] pytsk

2016-04-29 Thread Alan Gauld via Tutor
On 29/04/16 14:15, Tees, Peter (EthosEnergy) wrote: > Now I want to put what I've learned to good use, based on the > articles by David Cowen at the Hacking Exposed blog > and in particular his series "Automating DFIR - How to series > on programming libtsk with Python" > Can anyone point me to

[Tutor] pytsk

2016-04-29 Thread Tees, Peter (EthosEnergy)
Hi folks I'm pretty new to Python and programming, I've done the first four modules of the Python course at Coursera.org to get started Now I want to put what I've learned to good use, based on the articles by David Cowen at the Hacking Exposed blog and in particular his series "Automating DFIR