Announcement

Collapse
No announcement yet.

Show Scan results via command line interface for Imunify security products

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Show Scan results via command line interface for Imunify security products

    Hello,

    I hope you're all doing well this holiday season.

    How do we see the scan result via the command line for ImunifyAV Standalone feature?

    The thing is, I am trying to use imunify products for lamp stack servers, and I don't setup emails for these servers. So receiving emails for reporting is not an option.

    Thank you guys!

  • #2
    Hello. Scan results can be checked with the following command:

    Code:
    imunify-antivirus malware malicious list
    This command has parameters that can be used to increase the number of entries displayed, or, for example, to show information only for a specific user:

    Code:
    imunify-antivirus malware malicious list --user username --limit 300
    Additional details about CLI in ImunifyAV are available in our docs here: https://docs.imunifyav.com/cli/#malware

    Let me know if you have any other questions.

    Comment


    • #3
      Thanks, man!!!

      Comment

      Working...
      X