From 00714ef6215446d21f718e4208811956aa7f04d1 Mon Sep 17 00:00:00 2001 From: Palma Solutions LTD Date: Thu, 27 Dec 2018 12:21:50 +0100 Subject: [PATCH] fixed indentation bug --- scan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scan.py b/scan.py index dd8f375..393b7d5 100644 --- a/scan.py +++ b/scan.py @@ -575,7 +575,7 @@ def is_hacked(filename): score.append(('MANY_LINES3', '%i lines' % line_num)) # Shell super bien caché, toutes les lignes ont la même longueur - if len(first_lines) > 12 and line_num < 30 and first_lines[0] == ' 12 and line_num < 30 and first_lines[0] == ' 40 and first_lines[3][0] == ' ': score.append(('PHP_OBFUSC_SHELL', ''))