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! =)