Skip to content

RohitBhandare/digital-forensic-image-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Digital Forensic Image Analysis

Description:

This project is a Python-based web application for conducting digital forensic image analysis. It utilizes the Flask web framework and the ExifTool library to extract metadata from images. Digital forensic image analysis is a crucial part of digital investigations, allowing investigators to gather essential information about the origin and history of images.

Features:

Extract metadata from image files, including EXIF data. Display extracted metadata in a user-friendly format. Web-based user interface for easy access and usage.

Installation:

Clone the repository to your local machine:

git clone https://github.com/RohitBhandare/digital-forensic-image-analysis.git
cd digital-forensic-image-analysis
pip install -r requirements.txt

Usage:

Start the Flask application: flask run Open a web browser and navigate to http://localhost:5000 to access the application.

Upload an image file and click the "Analyze" button to extract and display its metadata.

Contributing:

Contributions are welcome! If you'd like to contribute to this project, please follow these steps:

Fork the repository.

Create a new branch for your feature or bug fix:

git checkout -b feature/my-feature

Make your changes, commit them, and push to your fork:

git commit -m "Add feature or fix"
git push origin feature/my-feature

Create a pull request on the original repository. Screenshot (269) Screenshot (272) Screenshot (270) Screenshot (271)