Download Latest Version maude-v0.1.2.3.zip (589.8 MB)
Email in envelope

Get an email when there's a new version of maude

Home / v0.1.2.2
Name Modified Size InfoDownloads / Week
Parent folder
models-v0.1.2.tar.gz 2022-04-02 583.8 MB
README.md 2022-03-31 1.4 kB
v0.1.2.tar.gz 2022-03-31 127.7 kB
v0.1.2.zip 2022-03-31 146.6 kB
models-v0.1.2.zip 2022-03-31 584.2 MB
maude-v0.1.2.tar.gz 2022-03-31 584.7 MB
maude-v0.1.2.zip 2022-03-31 589.8 MB
Totals: 7 Items   2.3 GB 0

Release notes

  • Add MS PhotoDNA image hashing
  • Add YARA rules matching classification
  • Add ClamAV malware detection classification
  • Add NudeNet video classification

Requirements

  • libclam-dev on *nix/macOS

Installation

  • Create a venv e.g python3 -m venv maude and activate it
  • Unzip or untar release archive and change to the release directory. Note that you do not need to download any models as they are included in the release archive.
  • Run install.cmd or install.sh. On systems with a small amount of memory like a VPS you may get an error like install.sh: line 5: 382383 Killed pip install ext/nsfw_model in which case you should use install_lowmem.sh.
  • To use Microsoft PhotoDNA hashing you must put the PhotoDNAx64.dll (Windows) or PhotoDNAx64.so (Mac) where the maude Python interpreter can find it: e.g. on Windows in the Scripts folder of your maude Python venv. See here for more info.
  • On Windows the libclamav* DLLs are bundled with maude however on other platforms you'll have to install it yourself using your package manager e.g. sudo apt-get install libclamav-dev or other method. See https://github.com/Cisco-Talos/clamav/blob/main/INSTALL.md for more info.
  • Run maude or maude.sh.
Source: README.md, updated 2022-03-31