krmaxwell / maltrieve

A tool to retrieve malware directly from the source for security researchers.
GNU General Public License v3.0
563 stars 184 forks source link

Sort by file type #45

Closed krmaxwell closed 9 years ago

krmaxwell commented 10 years ago

If not stuffing into a DB directly, sort into bins by file type.

mlawsonis commented 10 years ago

This functionality is provided by the maltrievecategorizer.sh. It sorts by type and size.

krmaxwell commented 10 years ago

Yes - looking to port this into the core script and allow for more flexibility. Any thoughts on what's useful / not useful to you?

mlawsonis commented 10 years ago

I removed the organize by size.,So I'd like to see that as and option. Just a suggestion as I have zero bash skills. I'd like to see it zip each file individually and password protect them. This would make it safer to port samples around without risking accidental infection.

kevthehermit commented 10 years ago

With the new mime type scanning, we could sort in to folders by mime.

krmaxwell commented 9 years ago

@kevthehermit is this something you think would actually be useful?

kevthehermit commented 9 years ago

Yes and more than that im going to write it this weekend :p

krmaxwell commented 9 years ago

:+1:

kevthehermit commented 9 years ago

Done, :) https://github.com/technoskald/maltrieve/pull/71