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

Failure to find .malwapi.conf file #18

Closed streetracer87 closed 3 years ago

streetracer87 commented 3 years ago

I created a .malwapi.conf file in the home directory and now I get this :( image

Originally posted by @streetracer87 in https://github.com/alexandreborges/malwoverview/issues/17#issuecomment-698537447

alexandreborges commented 3 years ago

Streetracer87,

Please, check if the .malwapi.conf file is similar to the structure shown below:

[VIRUSTOTAL] VTAPI = ba5138382038422838108

[HYBRID-ANALYSIS] HAAPI = 44ha3930147278ds3283...

[MALSHARE] MALSHAREAPI = 7da373946aeee22727...

[HAUSSUBMIT] HAUSSUBMITAPI = 3838daa393939...

[POLYSWARM] POLYAPI = 042828442aec....

[ALIENVAULT] ALIENAPI = 8e24829df...

[MALPEDIA] MALPEDIAAPI = 63838bdbdba87771aaa...

[VALHALLA] VALHALLAAPI = 11111...

Have an excellent day.

Alexandre.

streetracer87 commented 3 years ago

Yay,

It worked. Thanks Alex!