summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien "shaddai" Reveret2016-12-08 14:04:48 +0100
committerJulien "shaddai" Reveret2016-12-08 14:05:01 +0100
commitb5baef1ae6d847df0907162abe27cfdfe5395263 (patch)
treeedb98413de215cf6451cb1a3a01fabd09186e7c5
parentf95191cb2f1c41784ea940206a5cd6fc5cd3f6a9 (diff)
fixed in commit b7143d389051f2bd7a8d4f15c89b4a76e9fdb9b6, long lines are checked only if user asked pmf to
-rwxr-xr-xphp-malware-finder/phpmalwarefinder4
1 files changed, 2 insertions, 2 deletions
diff --git a/php-malware-finder/phpmalwarefinder b/php-malware-finder/phpmalwarefinder
index af1834e..a218a40 100755
--- a/php-malware-finder/phpmalwarefinder
+++ b/php-malware-finder/phpmalwarefinder
@@ -193,10 +193,10 @@ then
193fi 193fi
194 194
195 195
196# only use the I/O intensive search if explicitly asked by user
196if [ -e "${LONG_LINES}" ] 197if [ -e "${LONG_LINES}" ]
197then 198then
198 echo long lines checked 199 one_line_trick "$@"
199one_line_trick "$@"
200fi 200fi
201 201
202# Include correct yara rule 202# Include correct yara rule