Giter Site home page Giter Site logo

pythonforensics's Introduction

Python Forensics

Code from the Python as a Forensic Tool presentation

About this project

This project was originally formed for a presentation on the usefulness of Python as a Forensic Tool. The code examples are free to use, modify and distribute under the GPLv2 Licence terms.

Notebooks

Below is a summary of the notebooks developed in this repository

Using Jupyter

A good starting point for those new to the Jupyter system. Has an introduction on how to use the notebooks and resources for learning more about Python for those new to scripting.

Registry

This notebook introduces the python-registry module and demonstrates how to interact with keys and values to extract useful information from the Windows Registry.

Installation

Install Python3 on your system and from the directory containing this README.md run the below. The notebooks use Python 3.5.1.

On Windows

$ pip insall virtualenv
$ virtualenv -p [path to python] venv3
$ venv3/Scripts/activate.bat
(venv3) $ pip install -r requirements.py3.txt
(venv3) $ jupyter notebook

On macOS/Linux

$ pip insall virtualenv
$ virtualenv -p [path to python] venv3
$ source venv3/bin/activate
(venv3) $ pip install -r requirements.py3.txt
(venv3) $ jupyter notebook

Setup

Once you run the jupyter notebook command above, your browser should open at http://localhost:8888. From this page, navigate into the jupyter-notebooks directory and click on a Notebook to get started.

More Resources

Support

If you'd like to contribute to this repository - feel free to open a ticket or pull request.

Wanna buy me a cup of coffee?

pythonforensics's People

Contributors

chapinb avatar dependabot[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

pombredanne

pythonforensics's Issues

Typo in the installation guide

Awesome repo - there are a couple of typos on the installation guide though.
image
It should be
$ pip install virtualenv

Nothing major!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.