This is an interactive application that helps you find/add malware samples in/to a flat-file (database support coming soon if I have time).
You *MUST install the rainbow gem for the pretty colorized output seen above:
gem install rainbow
require 'rainbow'
./mm.rb
- Shell / Commandline (CLI) application allowing:
- Inserting, tracking and archiving malware samples via hashes information
- Hashes supported include: / MD5 / SHA1 / SHA256 / SHA512 / CRC32 / SSDEEP
- Script can be easily modified.
- Built-in commands: list, search, add, help, and quit to quickly insert or search for samples!
- Tested on ruby version/s:
-
ruby 2.0.0p0 (2013-02-24 revision 39474)
-
ruby 1.9.3
-
- 04/29/2013 - Simple code updates
- 02/09/2013 - Updated README.md
- Possible Rails UI in the future
- Rick Flores (nanotechz9l) -- 0xnanoquetz9l[--at--]gmail.com
This code is free software; you can redistribute it and/or modify it under the terms of the new BSD License.