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

Convert malwoverview to use a CLI framework #33

Closed daddycocoaman closed 2 years ago

daddycocoaman commented 2 years ago

Hi,

This is more of a question than an issue but malwoverview is just one massive file with what appears to be a bunch of different modules (VirusTotal, URLHaus, etc). Have you considered changing it to use a CLI framework such as Click or Typer to make it more modular and easier for people writing their own tools to use?

alexandreborges commented 2 years ago

Dear daddycocoaman,

Good afternoon. How are you?

No, I haven't considered it yet. This time I'm fixing all provided options to shorten the set of available options, but your suggestion is welcome and I'll consider doing it in a near future.

Thank you for reserving some time to leave this good idea and I hope you have an excellent day.

Alexandre.

daddycocoaman commented 2 years ago

Thanks for the quick response!