Fatal error: wordfenceScanner.php on line 156
-
I was just alerted to the above fatal error – this is the code:
} else if(strpos($file, ‘lib/wordfenceScanner.php’) === false && preg_match($this->patterns[‘sigPattern’], $data, $matches)){
if(! $this->isSafeFile($this->path . $file)){
$this->addResult(array(
‘type’ => ‘file’,
‘severity’ => 1,
‘ignoreP’ => $this->path . $file,
‘ignoreC’ => $fileSum,
‘shortMsg’ => “This file appears to be malicious”,
‘longMsg’ => “This file appears to be installed by a hacker to perform malicious activity. If you know about this file you can choose to ignore it to exclude it from future scans. The text we found in this file that matches a known malicious file is: <strong style=\”color: #F00;\”>\”” . $matches[1] . “\”.”,
‘data’ => array(
‘file’ => $file,
‘canDiff’ => false,
‘canFix’ => false,
‘canDelete’ => true
)
));
break;
- The topic ‘Fatal error: wordfenceScanner.php on line 156’ is closed to new replies.