Skip to content

FIT is a Python3 application for forensic acquisition of contents like web pages, emails, social media, etc. directly from the internet.

License

Notifications You must be signed in to change notification settings

fit-project/fit

Repository files navigation

Freezing Internet Tool

FIT is a Python3 application for forensic acquisition of contents like web pages, emails, social media, etc. directly from the internet. It's based on Fabio Zito (@zitelog) final exam for a Master named in Cybersecurity, Digital Forensics and Data Protection where the relator was Prof. Giovanni Bassetti (@nannib).

For the implementation:

  • MVC Pattern
  • Python Language
  • Qt as graphical user interface and Web Engine
  • Scapy for packet capture
  • OpenVC and Pillow for screen capture
  • SQLite and SQLAlchemy for persistence

Suggestions

On PCs with Windows OS it is strongly recommended to install NPCAP otherwise it will not be possible to capture the network traffic and to excute traceroute. Do not install WinPCAP because they have been deprecated.

Downloading Portable Version

If you want download FIT portable version click here (for the moment just for windows ).

Cloning the github repository

git clone git@github.com:fit-project/fit.git fit

This will clone the latest version of the FIT repository to a fit folder.

Install

Once you've downloaded FIT and installed all the prerequisites:

  • go in fit folder:
cd fit
  • If you don't have poetry, install it (below its showed windows Powershell):
(Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | python -
  • install the dependencies:
poetry install

Running FIT

Run your application:

poetry run python fit.py

About

FIT is a Python3 application for forensic acquisition of contents like web pages, emails, social media, etc. directly from the internet.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published