alexandreborges / malwoverview

Malwoverview is a first response tool used for threat hunting and offers intel information from Virus Total, Hybrid Analysis, URLHaus, Polyswarm, Malshare, Alien Vault, Malpedia, Malware Bazaar, ThreatFox, Triage, InQuest and it is able to scan Android devices against VT.
https://github.com/alexandreborges/malwoverview
GNU General Public License v3.0
2.85k stars 439 forks source link

.malwapi.conf file is not in its expected location since v5.4.3 #43

Closed digitalsleuth closed 3 weeks ago

digitalsleuth commented 1 month ago

When installing malwoverview, the .malwapi.conf file has typically been placed in lib/python3.8/site-packages/root/.malwapi.conf, however since v5.4.3, it's now located in lib/python3.8/site-packages/home/aborges/.malwapi.conf

This behavior is identical for 5.4.3 and 5.4.4, but does not exist in 5.4.2 or earlier. I believe this may have occurred during build time, where sudo may have been used previously, but was not for these builds.

alexandreborges commented 3 weeks ago

Dear DigitalSleuth,

Good afternoon. I've just submitted the new release (version 5.4.5) to the GitHub and also to Pypi website. Please, when it's possible, check if the issue has been fixed and let me know if everything is OK.

Thank you for the message and have an excellent day.

Alexandre.

digitalsleuth commented 3 weeks ago

Hi @alexandreborges , this works perfectly. Thank you kindly!