GithubHelp home page GithubHelp logo

shehanreshin / digiforlooker---5.0 Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 1.84 MB

Final Submission For PUSL3119

Dockerfile 0.03% Python 96.44% CSS 1.20% JavaScript 0.41% HTML 1.68% Shell 0.17% Makefile 0.04% Batchfile 0.04%

digiforlooker---5.0's Introduction

DigiForLooker-5.0

PUSL3119 Project 5.0. This contains the source code of the project updated up until the Final Viva date (23rd May 2023). Digital Forensic Looker is a GUI-Based toolkit for Linux distributions that can be used to perform disk image analysis and memory dump analysis. This web application is specifically designed to cater to amateur digital forensic investigators and students in the digital forensic field. It offers a comprehensive collection of digital forensic tools and OSINT tools that work together, resulting in more accurate results by comparing the outputs of each tool. The toolkit aims to increase efficiency in performing these 2 tasks, and also includes a specially designed color palette to reduce eye strain.

Installation

Clone the git repo by typing the following in the terminal,

git clone https://github.com/shehanreshin/DigiForLooker---5.0.git

Next you need to install Docker. Depending on your Linux distribution, the command can change. In Ubuntu the command is,

sudo apt update && apt install docker

In Fedora the command is,

sudo dnf update && dnf install docker-ce

Please refer to the official documentation to find out the installation process of Docker for your OS. Once Docker is installed, install python3 and pip3

sudo apt install python3 python3-pip

Once again, this can differ from distribution to distribution because most OS have different package managers, so make sure to refer the official documentation if you ever come across an issue. Once both those packages are done installing, open a terminal in the cloned Github repository. Type in the command

pip3 install -r requirements.txt

This will download all the python libraries required for the project. Once that is done, switch to the root account for root permissions using

sudo su

Now the containers needs to be created. But before that, go to the scalpel.conf file and remove the '#' symbol (uncomment) from the line of any other type of data you want to extract using Scalpel. By default, it will extract JPG, PNG, DBX, OST, PST and TXT. After you are done, type in the following command and press enter

./install.sh

This will take some time. Make sure you have a good stable internet connection to minimize the risk of errors. Once the process is done, you can enter

docker ps -a

If all 3 of your containers are running, you are good to go. If not, you might need to delete the containers and retry the installation process. Now you need to install Aperi'Solve. To do this you need to use curl. If curl is not installed, refer to the curl documentation on how to install it on your OS. You can install Curl on Debian based distributions such as Ubuntu using

sudo apt install curl

On Arch Using

sudo pacman -S curl

and on Fedora using

sudo yum install curl

Once that is done, you can enter the command

sudo sh -c "$(curl -fs https://www.aperisolve.com/install.sh)"

to install Aperi'Solve. Now, go to app/views.py and paste the OpenAI API key. You can generate this from https://platform.openai.com/account/api-keys. You can also add or remove banners that you want to run in volatility by editing the vol_banners list. Once you're done, save it and then you can enter the command

python3 run.py

to start up the Flask server. If there are any issues, the server will most likely not start. If it starts, congratulations! The installation process is done. You can visit the link highlighted in the terminal to access DigiForLooker. It is highly recommended that you stop and start the Flask server everytime you want to upload a file. You can get some sample files for testing from the following link: https://liveplymouthac-my.sharepoint.com/:f:/g/personal/10673843_students_plymouth_ac_uk/EgDVTW3fb29PhovY-c4nEVgBxxiilM80bWI3d7es4BuAFg?e=thK140

If you run into any issues during the installation process and cannot find a solution, feel free to contact me. I'll do my best to be of assistance.

digiforlooker---5.0's People

Contributors

shehanreshin avatar

Watchers

 avatar  avatar

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.