Skip to content

Latest commit

 

History

History
54 lines (42 loc) · 1.99 KB

README.md

File metadata and controls

54 lines (42 loc) · 1.99 KB

File-Analysis Tool

It is a simple Tool for Analysing Files , developed in Python For Kali Linux.

Install requirements

$ python3 requirements.txt

Setup

$ python3 setup.py

Usage

$ python3 FAT

Features

  • Metadata Analysis and File Type Detection.

  • Password Cracking

  • Check Suspicious Files using Virustotal.

Metadata Analysis and File Type Detection

  • We use state of art exiftool and mat2 to extract interesting metadata from files.

Password Cracking

Upload Suspicious Files to Virustotal

Note

  • This software uses office2john module to deal with Microsoft office documents. which has different License.

Contributors