TheDr1ver / MISPHunter

Uses searches on 3rd party services and MISP to track actor infrastructure as it's built
Apache License 2.0
2 stars 0 forks source link

Add support for CLI arguments instead of hardcoded vars #19

Closed TheDr1ver closed 3 years ago

TheDr1ver commented 3 years ago

Should be added to if __name__ == "__main__" section.

Will also require a new argument in which the script should run as a service, and another variable setting the frequency at which the service should be run (defaults to 24 hrs).

If the service flag is set, that's when the while True stuff should come into play. If not, it should just mh.run() once.