Skip to content

Eureka is a forensic open source search tool that identifies specific structures in very, very large files (mostly, in memory dumps).

License

Notifications You must be signed in to change notification settings

MMarianus/Eureka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eureka - The Forensics OpenSource Tool

Introduction

Eureka is a digital forensics open source search tool that identifies Facebook Chats, Emails, URLs, Email Addresses and Human Language in very, very large files (mostly, in memory dumps). NOTE: To save the results into a file, please remember to redirect the output to a file..

Usage
For full detection, just run: python eureka.py -f fileName.ext --fb --je --mails --urls --lang eng

Help:

Parameter Explanation
-h, --help Shows this help message and exit
-f File_Name File to analyze.
--je JSON Emails Search. (Raw output)
--mails Mail Addresses search.
--urls URLs search.
--fb Facebook chats search.
--lang eng <or esp> Identify human language in a given file. 'esp' for spanish or 'eng' for english language identification.
  Example: python eureka.py -f pagefile.sys --lan eng


If any bug is found, please let me know! =)

About

Eureka is a forensic open source search tool that identifies specific structures in very, very large files (mostly, in memory dumps).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages