summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2021-08-12 19:09:18 +0200
committerjvoisin2021-08-12 19:09:18 +0200
commit785031106a4ce199fe4fce04705cf0e07796e261 (patch)
tree0cd1a6ece1911a915919456457e4329d66a2ce69
parentd6ec61398cfa2a00caf3f06a6a0da1ada4bf6237 (diff)
Specify the encoding in generate_whitelist.py
-rwxr-xr-xphp-malware-finder/utils/generate_whitelist.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/php-malware-finder/utils/generate_whitelist.py b/php-malware-finder/utils/generate_whitelist.py
index 94024df..dabaa21 100755
--- a/php-malware-finder/utils/generate_whitelist.py
+++ b/php-malware-finder/utils/generate_whitelist.py
@@ -1,4 +1,5 @@
1#!/usr/bin/env python 1#!/usr/bin/env python
2#coding=UTF-8
2 3
3import fnmatch 4import fnmatch
4import hashlib 5import hashlib