Skip to content

Conteneur Docker tout-en-un pour l'investigation numérique, incluant des outils préinstallés pour l'analyse forensique de disques, mémoire, malwares et appareils mobiles.

License

Notifications You must be signed in to change notification settings

Chintan2604/forensic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

# 🔍 Forensic: Your All-in-One Docker Container for Digital Investigation

![Forensic](https://img.shields.io/badge/Forensic-Digital%20Investigation-brightgreen) ![Docker](https://img.shields.io/badge/Docker-Container%20Tools-blue) ![Release](https://img.shields.io/badge/Release-v1.0.0-orange)

Welcome to the **Forensic** repository! This project provides a comprehensive Docker container designed for digital investigation. It comes pre-installed with essential tools for analyzing disks, memory, malware, and mobile devices. Whether you're a seasoned investigator or a curious beginner, this container streamlines your workflow and enhances your capabilities in forensic analysis.

---

## 📦 Table of Contents

1. [Features](#features)
2. [Getting Started](#getting-started)
3. [Installation](#installation)
4. [Usage](#usage)
5. [Included Tools](#included-tools)
6. [Contributing](#contributing)
7. [License](#license)
8. [Contact](#contact)
9. [Releases](#releases)

---

## ⭐ Features

- **Comprehensive Toolset**: Access a variety of tools for different forensic tasks.
- **Easy to Use**: Simplified setup using Docker, allowing you to focus on investigations.
- **Portable**: Run the container on any system with Docker support.
- **Updates**: Regular updates ensure you have the latest tools and features.

---

## 🚀 Getting Started

To get started, ensure you have Docker installed on your machine. If you do not have Docker, follow the instructions on the [Docker website](https://www.docker.com/get-started).

### Prerequisites

- Docker version 20.10 or higher.
- Basic knowledge of command line interface.

---

## 🛠️ Installation

To install the Forensic container, follow these steps:

1. Clone the repository:

   ```bash
   git clone https://github.com/Chintan2604/forensic.git
   cd forensic
  1. Build the Docker image:

    docker build -t forensic:latest .
  2. Run the container:

    docker run -it forensic:latest

You can also pull the image directly from Docker Hub if available.


🖥️ Usage

Once the container is running, you will have access to the command line interface. Use the pre-installed tools for your investigations. The following examples illustrate some basic commands:

  • To analyze a disk image, use:

    disk-analyzer /path/to/disk-image
  • For memory analysis:

    memory-analyzer /path/to/memory-dump

Refer to each tool's documentation for detailed usage instructions.


🧰 Included Tools

The Forensic container includes a variety of powerful tools:

  • Disk Forensics:

    • Sleuth Kit
    • Autopsy
    • FTK Imager
  • Memory Forensics:

    • Volatility
    • Rekall
  • Malware Analysis:

    • Cuckoo Sandbox
    • IDA Pro
  • Mobile Forensics:

    • Andriller
    • Mobile Forensic Toolkit

Each tool serves a specific purpose in the investigation process. Make sure to familiarize yourself with them to maximize your efficiency.


🤝 Contributing

Contributions are welcome! If you would like to contribute to this project, please follow these guidelines:

  1. Fork the repository.
  2. Create a new branch.
  3. Make your changes and commit them.
  4. Push your branch.
  5. Create a pull request.

Your input can help improve the container and add valuable tools for the community.


📜 License

This project is licensed under the MIT License. Feel free to use and modify the container for your needs, but remember to give appropriate credit.


📧 Contact

For questions, suggestions, or feedback, please reach out to the project maintainer:


🚀 Releases

To get the latest version of the Forensic container, visit the Releases section. Download and execute the appropriate files for your needs.

Download


Thank you for checking out the Forensic project! We hope this container becomes a valuable tool in your digital investigation efforts. Happy investigating! 🔍

About

Conteneur Docker tout-en-un pour l'investigation numérique, incluant des outils préinstallés pour l'analyse forensique de disques, mémoire, malwares et appareils mobiles.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published