- Joined
- May 15, 2017
- Messages
- 982
- Likes
- 760
- Points
- 1,045
Imago is a python tool that extract digital evidences from images recursively. This tool is useful throughout a digital forensic investigation. If you need to extract digital evidences and you have a lot of images, through this tool you will be able to compare them easily. Imago allows to extract the evidences into a CSV file or in a sqlite database. If in a JPEG exif are present GPS coordinates, Imago can extract the longitude and latitude and it can convert them to degrees and to retrieve relevant information like city, nation, zip code... Imago offers also the possibility to calculate Error Level Analysis, and to detect nudity these functionalities are in BETA.
Setup via pip
Requirements:
Setup via pip
- Install imago:
Code:
pip install imago
- Once installed, one new binary should be available: :
And then it should output the imago's bannerCode:
imago
Requirements:
Download Imago-Forensicspython 2.7
exifread 2.1.2
python-magic 0.4.15
argparse 1.4.0
pillow 5.2.0
nudepy 0.4
imagehash 4.0
geopy 1.16.0