Skip to content

A tool for quick and dirty analysis of suspicious files. Designed to run inside Remnux!

License

Notifications You must be signed in to change notification settings

d4rksystem/mfanalyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mfanalyzer

A tool for quick and dirty analysis of suspicious files. Designed to run inside Remnux!

Special thanks to all the authors of the tools I invoke with this script!

A few important points:

  • This script should be run in a safe sandbox envronment! Remnux is preferrable (https://remnux.org/.)
  • Written in Python 2.7. I know, its old and outdated, but it still works ;)
  • This script has some bugs and has no error handling. As mentioned, it is "quick and dirty".

Example usage and output:

Get a list of all parameters:

python2.7 mfanalyzer.py --help

Execute the script on an Office Document file:

python2.7 mfanalyzer.py --doc -s -y -x -o malware.doc

image

Execute the script on a PE Executable file:

python2.7 mfanalyzer.py --bin -s -y -x -o malware.exe

image

About

A tool for quick and dirty analysis of suspicious files. Designed to run inside Remnux!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published