VirusTotal / yara

The pattern matching swiss knife
https://virustotal.github.io/yara/
BSD 3-Clause "New" or "Revised" License
8.1k stars 1.42k forks source link

Feature request: scan only local filesystems #583

Open raddessi opened 7 years ago

raddessi commented 7 years ago

It would be very nice to have a flag to only scan local filesystems on a host and not any network shares. Even a filesystem type exclude (nfs/fuse/gluster/etc) would be useful.

gwillem commented 7 years ago

Use python-yara for that. See also #550 and a sample implementation