You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./generate_whitelist.py test_jeff /var/www/html/test/
File "./generate_whitelist.py", line 4
SyntaxError: Non-ASCII character '\xe2' in file ./generate_whitelist.py on line 4, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details
so I set #coding=UTF-8 at the beginning of the script
Hi,
missing encoding :
so I set
#coding=UTF-8
at the beginning of the scriptAfter that, I ran
./generate_whitelist.py test_jeff /var/www/html/test/
and got
Can't compile rules: (..)php-malware-finder-master/php-malware-finder/utils/../php.yar(377): undefined identifier "IsWhitelisted"
This isWhitelisted identifier is defined in whitelists.yar.
Could you please make code changes so that this tools works or help me make it work as you expect ?
Thanks in advance.
The text was updated successfully, but these errors were encountered: