clamscan
clamscan copied to clipboard
A robust ClamAV virus scanning library supporting scanning files, directories, and streams with local sockets, local/remote TCP, and local clamscan/clamdscan binaries (with failover).
old stream example was outdated and no longer ran
When I run clamscan in the command line, it is able to scan the files in the location. But when I run the below code and pass a file to...
Current version doesn't support **port** only connection (expecting **host** option) by default. The **_initSocket** method has the option to connect using port alone, `client = net.createConnection({ port: this.settings.clamdscan.port, timeout });`...
Current version doesn't support port only connection (expecting host option) by default. The **_initSocket** method has the option to connect using port alone, ```js client = net.createConnection({ port: this.settings.clamdscan.port, timeout...
Improvement of the passthrough method. - Wait for the pipeline to execute to obtain the results from ClamScan. - Listening to the socket events is now done in the _flush...
I am using google-cloud-sdk/slim docker image with this config (note the non default size limits): ``` RUN apt-get install clamav-daemon -y && \ npm ci && \ curl -sSL https://sdk.cloud.google.com/...
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...
My use case is like this: I need to re-init on scanning in case previously init failed. I am forced to use init like `new NodeClam().init({ ...this.settings })` to preserve...
Typically, clamscan runs for many hours, and I only want to see output for infected files. `sudo clamscan --quiet -ir /` doesn't do that - I end up with pages...
Hello Kyle Farris, I am getting the following message when I install clamscan. Any help or ideas would be appreciated. ```Reading package lists... Done Building dependency tree... Done Reading state...