Skip to content

Quick & dirty script to get info on a file from online resources (VirusTotal, Team Cymru, Shadow Server etc.)

Notifications You must be signed in to change notification settings

digital4rensics/FileLookup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

FileLookup.py

Searches various online resources to try and get as much info about a file as possible without submitting it, requiring third party modules or performing any analysis on the file.

Requirements

* Internet Access :)
* VirusTotal API key if you want prettier reports with more information from the JSON object

Optional

  • SimpleJson module to print the pretty reports (optional but is nicer)

Usage

usage: FileAnalyze.py path

positional arguments:
  path   Path to directory/file(s) to be scanned

About

Quick & dirty script to get info on a file from online resources (VirusTotal, Team Cymru, Shadow Server etc.)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%