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 whitelist works ? #15

Closed nitrique closed 6 years ago

nitrique commented 6 years ago

Hey,

First thanks a lot for your work !

How can we create new whitelist filter ? Do you have an example ?

Thanks a lot, Regards.

Nicolas

scr34m commented 6 years ago

Whitelisting uses md5, so you have to simply md5sum and insert the value in to whitelist.txt

nitrique commented 6 years ago

yes, but md5sum what ?

scr34m commented 6 years ago

The file which one you would like to put on white list.