munin icon indicating copy to clipboard operation
munin copied to clipboard

Online hash checker for Virustotal and other services

Results 26 munin issues
Sort by recently updated
recently updated
newest added

After running python3 munin.py -i my.ini --cli , I got the below error. Traceback (most recent call last): File "/home/heldso/munin/munin.py", line 43, in import cfscrape File "/home/heldso/.local/lib/python3.10/site-packages/cfscrape/__init__.py", line 19, in...

The additional column gives the total amount of vendor checks that have been performed by VirusTotal. Thus one can judge the number of positives better. If for example only the...

Add an additional section in the config file which allows to specify a list of certain vendors to be skipped instead of just having the option to skip all vendors.

The problem was that some of the columns had the delimiter `;` inside themselves which caused the CSV to be of an invalid format and thus not being able to...

Hi guys and gals, I would like to use munin with a WSGI server in order to be able to serve more requests (the default setup gave me a HTTP...

Small bugfix to avoid cached results falsely shown as having samples available on malshare and anyrun. (in the vt-hash-db.json is a mix of filling boolean negative fields with "false" and...

Hi, In **munin**, inappropriate dependency versioning constraints can cause risks. Below are the dependencies and version constraints that the project is using ``` colorama>=0.3.9 future>=0.16.0 requests>=2.20.0 configparser>=3.5.0 pymisp>=2.4.123 flask>=1.0 flask_caching...

Fields with semicolons are now correctly surrounded by quotes.

Hello! I've been playing around with munin and very much enjoying the prospects of having a building database of hashes I run. The issue I've run into is that all...

Hi. I was testing the demo file and I found that for ANY.RUN it does not give positive results. Checking the url "https://any.run/report/%s" it returns "400 bad request". Has there...