hunting-web-backdoors
Installation
SKILL.md
Hunting Web Backdoors
This is not a vulnerability audit. You are looking for code an attacker
already planted — a webshell, a one-line eval backdoor, a fake plugin, a
malicious line appended to a legitimate file. The weakness that let them in is
auditing-php-applications' job; this skill finds what they left behind.
Two things make it hard. The malicious code is deliberately hidden — obfuscated,
split, or buried in a tree of thousands of legitimate files — so a naive grep
misses it. And the tells (eval, base64_decode, dynamic calls) appear in
plenty of benign code, so a naive grep also drowns you in false positives. The
work is the discrimination.