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

The `--debug` parameter isn't passed to the getVTInfo function which can result in an endless silent failure loop, even with the debug switch applied. I believe the problem is on...

I believe CAPE has just deprecated v1, v2 seems to be working fine if using an authorized token, could be included in the munin.ini api list, this is the error:...

When I try to launch munin I keep getting the bellow error command used to launch munin python -i my.ini --cli File "D:\githubClones\munin\my.ini", line 2 VT_PUBLIC_API_KEY = 6774b99399REDACTED......... ^ SyntaxError:...

Hi Florian, I am a huge fan of your work in the industry. Need your assistance, I am setting up the munin from my laptop and provided all the API...

Currently, you have modify `app.run()` and pass in host IPs for it to be externally visible to other IPs. Adding an arg to the cmd line options (i.e. --hosts HOST...

There's a lot of instances when on VT there's no information and Kaspersky has it on their platform. I don't exactly know what is the API threshold for them, but...

I'm using -d and --download options with demo file , but do not have any downloaded samples _python3 munin.py -i my.ini --download -d ~/malware/analysis/00_DOWNLOAD/ -f munin-demo.txt_ Script works fine, but...

I have private VT key, so wanted to speed up analysis. Changing value i this line to 1 ... did not seem to have much effect _WAIT_TIME = 1 #...

my python versions are 3.5.7 and 2.7.17 pip install parse , urlparse and urllib (pip2 / pip3) Still giving error, should I modify munin-host? from urllib.parse import urlparse to from...

HI @Neo23x0 Thanks for creating the amazing tool, I just want to ask one thing I was facing one warning of headless, check it below: ============================================================= **UserWarning: Selenium support for...