Перейти к основному содержимому
Версия: v0.18

Open source PHP security scanner

Find suspicious code before it spreads.

Scan PHP projects and WordPress sites. Review each finding before you change a file.

Loading terminal player...

Start with a report

Report mode records detections without deleting, cleaning, or quarantining files. It is the safest way to understand the scanner on an unfamiliar project.

php scanner /var/www/site --lite --report

The scanner writes an HTML report by default. Open it, review the matched code, and confirm the file belongs to the installed application before taking action.

Protect the original files

Create a current backup before cleaning, deleting, or quarantining anything. A detection identifies suspicious code. It does not prove that the entire file is malicious.

What the scanner checks

Signatures

Known code fragments and patterns associated with malware families. Signature only mode usually produces the most focused review.

Exploits

Suspicious programming patterns that attackers often use. Legitimate applications can contain similar code, so inspect the context.

Dangerous functions

PHP functions such as system and shell_exec. Their presence deserves review but does not confirm an infection.

Integrity

Checksums compare supported platforms and packages with trusted releases. Modified and unknown files still receive a full scan.

Choose your next step

GoalRead next
Run a local scanGetting started
Install with Composer or a release fileInstallation
Configure reports, paths, or automationCLI reference
Scan from WordPress administrationWordPress plugin
Understand detection dataDefinitions