Giter VIP home page Giter VIP logo

ansible-forensic-workstation's Introduction

ansible-forensic-workstation

In order to be able to quickly setup and configure a machine to perform forensic tasks, I built an Ansible-based playbook with different roles to provide a basic pre-configured environment of the software packages to start working.

Please note, that this is work in progress for my personal needs.

Structure of the playbook’s files

Modify inventory/hosts to match your machines and change the given username. Then you might edit playbook/playbook.yml to include or exclude certain roles. Take a look into each roles tasks/main.yml file to see, what packages are installed.

├── inventory
├── playbook
└── roles
    ├── base
    ├── python
    ├── shell-environment
    |── docker
    ├── emacs
    ├── disk-forensics
    ├── malware-forensics
    ├── network-forensics
    └── office

Using the playbook

How to install

Make sure to install ansible for python3 on the controller side:

pip3 install ansible

Furtheron check, that the box to configure is reachable via SSH without a password prompt (use ssh-copy-id to transfer your keys, if not)

How to run the playbook

After modifying the hosts file run the playbook to provision a box with the following command:

ansible-playbook -i inventory/hosts playbook/playbook.yml --ask-become-pass -vvv

If you do not care about supplying the sudo-password in cleartext or delete it afterwards anyway, use:

ansible-playbook -i inventory/hosts playbook/playbook.yml --extra-vars "ansible_become_pass=super_secret"

ansible-forensic-workstation's People

Contributors

jgru avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

marciowb

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.