Skip to content
GlobeCyber edited this page Apr 21, 2019 · 6 revisions


Infornito

Infornito developed in Python 3.x and has as purpose extract all forensic interesting information of Chrome, Firefox, Safari browsers to be analyzed. Due to its Python 3.x developement, might not work properly in old Python versions, mainly with certain characters. Works under Unix and Windows 32/64 bits systems. Works in command line interface, so information dumps could be redirected by pipes with tools such as grep, awk, cut, sed... Infornito allows to visualize following sections, search customization and extract certain content.

Table of Contents

Installation

git clone https://github.com/GlobeCyber/Infornito

Requirements

Usage

  _______     __       _____     __
 / ___/ /__  / /  ___ / ___/_ __/ /  ___ ____
/ (_ / / _ \/ _ \/ -_) /__/ // / _ \/ -_) __/
\___/_/\___/_.__/\__/\___/\_, /_.__/\__/_/
                         /___/
            < Infornito v1.1 >

usage: infornito.py [-h] {profiles,history,downloads,fingerprint} ...

Browser forensic tool

positional arguments:
  {profiles,history,downloads,fingerprint}

optional arguments:
  -h, --help            show this help message and exit
Clone this wiki locally