{"id":18795385,"url":"https://github.com/duckthom/simple-av-scanner","last_synced_at":"2025-12-30T04:30:16.334Z","repository":{"id":88680116,"uuid":"229279561","full_name":"DuckThom/simple-av-scanner","owner":"DuckThom","description":"Simple AV scanner (wrapper for ClamAV)","archived":false,"fork":false,"pushed_at":"2020-01-06T15:12:41.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-29T16:46:02.042Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DuckThom.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-12-20T14:28:12.000Z","updated_at":"2020-01-06T15:12:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"13404bbb-3f50-4965-88c4-3172039e5a58","html_url":"https://github.com/DuckThom/simple-av-scanner","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DuckThom%2Fsimple-av-scanner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DuckThom%2Fsimple-av-scanner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DuckThom%2Fsimple-av-scanner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DuckThom%2Fsimple-av-scanner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DuckThom","download_url":"https://codeload.github.com/DuckThom/simple-av-scanner/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239719870,"owners_count":19686008,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T21:33:45.174Z","updated_at":"2025-12-30T04:30:16.249Z","avatar_url":"https://github.com/DuckThom.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# simple-av-scanner\nSimple AV scanner (wrapper for ClamAV)\n\n## Requirements\n\n- Clam AV\n- Python3\n- Python module: clamd\n- Python module: progressbar2\n\n## Setup\n\n1. In `/etc/clamav/clamd.conf` uncomment/edit the following line: `LocalSocket /run/clamav/clamd.ctl`\n2. Run `sudo systemctl enable --now clamav-daemon` (or your system equivalent)\n3. Run `python3 av-scanner.py`\n\n## Usage\n\n### Options\n\n- `SCAN_DIR` \u003e Absolute path of the directory you wish to scan (Default: $HOME)\n- `QUARANTINE_DIR` \u003e Directory where quarantined items should be moved to. (**Note** Must be writable for the current user) (Default: /var/lib/clamav/quarantine)\n- `DB_FILE` \u003e The location of the database file which keeps track of the scanner/changed files. (Default: /var/lib/av-scanner/file-cache.db)\n\n### Syntax example\n\nSimple:\n\n```\npython3 av-scanner.py\n```\n\nWith all options:\n\n```\nSCAN_DIR=/var/www/uploads QUARANTINE_DIR=/var/av/quarantine DB_FILE=/var/run/av.db python3 av-scanner.py\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduckthom%2Fsimple-av-scanner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fduckthom%2Fsimple-av-scanner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduckthom%2Fsimple-av-scanner/lists"}