Giter VIP home page Giter VIP logo

clamav-tools's Introduction

#Installing ClamAV using Homebrew on MacOS

Requirements

  1. Homebrew
  2. MacOS

Step by step directions for installing and configuring

  1. Open terminal
  2. If you previously installed clamav then run the following commands
    sudo killall clamd
    brew uninstall clamav
    sudo rm -rf /usr/local/var/lib/clamav
    sudo rm -rf /usr/local/var/clamav
    cd /Library/LaunchDaemons/ && sudo launchctl unload clamav.freshclam.plist clamav.clamd.plist clamav.clamdscan.plist
  3. Remove old config files
    sudo rm /usr/local/etc/clamav/freshclam.conf
    sudo rm /usr/local/etc/clamav/clamd.conf
  4. Navigate to a directory where you want to store this script (If no preference then run cd ~ to navigate home)
  5. Clone install script package git clone https://github.com/daniellmorris/clamav-tools.git
  6. Navigate into cloned directory cd clamav-tools
  7. Set executable permission on install script chmod +x install-on-macos.sh
  8. Run install script ./install-on-macos.sh
  9. Go to System Preferences -> Security & Privacy -> Privacy -> Full Disk Access.
  10. Check clamav to enable full disk access
  11. Verify files are in this location by running ls /usr/local/var/clamav/db and making sure some files exist. Something like the following should exist
    bytecode.cvd  daily.cvd     main.cvd
    
  12. To test that it works run sudo clamdscan -m /Users. This could take hours to finish.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.