maurermj08 / efetch

Evidence Fetcher (efetch) is a web-based file explorer, viewer, and analyzer.
Apache License 2.0
37 stars 7 forks source link

Post your YAML plugins here! #11

Open maurermj08 opened 8 years ago

maurermj08 commented 8 years ago

If you created a YAML plugin and are willing to share it, please post it here in the comments! I will add them to the YAML Plugins. A simple plain text post is fine with a description and any dependencies.

Example: CLAMSCAN: Runs ClamAV against a specific file and displays the results. Requires: clamav

clamscan:
  name: Clam Scan
  icon: fa-bug
  command: "clamscan '{{ file_cache_path }}'"