summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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