Skip to content
This repository has been archived by the owner on Dec 16, 2017. It is now read-only.

Releases: krmaxwell/maltrieve

v0.7

03 Apr 03:03
Compare
Choose a tag to compare
v0.7 Pre-release
Pre-release

🎉 - version 0.7 has landed! This involved a lot of work and sleepless nights, but we've applied a bit of software engineering. And with the help of @webstergd we even have a new feature.

Changes:

  • General code cleanup and bug fixing
  • Updated documentation
  • Test harness
  • CRITs support!

Despite the improved engineering, bugs might have slipped through. Please file an issue if you find any and we'll do our best to fix them!

v0.6a

19 Mar 20:14
Compare
Choose a tag to compare
v0.6a Pre-release
Pre-release

This is a hotfix for problems with older versions of pip. If you get an error running pip install ., then this version should fix that. Otherwise, you can wait for the fuller set of fixes in v0.7 🔜 .

Also please note that python setup.py install is not the preferred method to install and may not work.

Beta 6 (v0.6)

16 Mar 02:33
Compare
Choose a tag to compare
Beta 6 (v0.6) Pre-release
Pre-release

With this release, we're moving to a more standard version practice. Changes here include:

  • Packaging! pip install . and you can run maltrieve directly. Thanks @unload!
  • Fixes to checking the external IP (note: we always fetched malware correctly, just not the external check.) Thanks @dray0n!
  • Add ZeusTracker and remove MBL.
  • Fix for crashes related to urls.json. Thanks @dray0n and @c0den!

Beta 5

02 Feb 16:31
Compare
Choose a tag to compare
Beta 5 Pre-release
Pre-release

Lots of new stuff!

Beta 4

06 Aug 05:38
Compare
Choose a tag to compare
Beta 4 Pre-release
Pre-release

Beta 3a

06 Jul 17:44
Compare
Choose a tag to compare
Beta 3a Pre-release
Pre-release

Fixes a number of issues and is much more stable.

Beta 3

22 Jun 21:33
Compare
Choose a tag to compare
Beta 3 Pre-release
Pre-release

Significant changes, including a categorizer and using the Python Requests library. A new source (Unintended Results) has been added, we use a configuration file now, and some bug fixes as well. See the milestone issues for more details.

Beta-2b

20 Oct 02:12
Compare
Choose a tag to compare
Beta-2b Pre-release
Pre-release

No major functionality changes, but improved error handling for that pesky urlopen() problem. More reliability FTW!

Beta-2a

31 Jul 05:25
Compare
Choose a tag to compare
Beta-2a Pre-release
Pre-release

All the goodness in beta-2... this time released correctly. 😣

  • More sources
  • VxCage
  • Cuckoo
  • Bug fixes
  • Performance improvements