scr34m / php-malware-scanner

Scans PHP files for malwares and known threats
GNU General Public License v3.0
556 stars 96 forks source link

How to speed up the process? #86

Closed toriqsetiawan closed 1 year ago

toriqsetiawan commented 1 year ago

I would like to know if we could use multi-thread.

scr34m commented 1 year ago

Split searches on directories and run different scan on them, i don't see any other solution right now.

toriqsetiawan commented 1 year ago

okay got it. thank you