A CLI tool to scan PHP files and web code for malicious patterns, spam injection, and security vulnerabilities
npm install spam-cloak-scannerA CLI tool to scan PHP files and web code for malicious patterns, spam injection, and security vulnerabilities.
- Scans directories for PHP, HTML, JS, and other web files
- Detects malicious patterns at different severity levels (critical, high, medium, low)
- Interactive terminal UI with real-time scan progress
- Results inspector for reviewing findings
- Saves findings to JSON for persistent review
- Track finding status (pending, deleted, disabled, ignored)
This tool requires Bun runtime.
``bashInstall globally
bun install -g spam-cloak-scanner
Usage
`bash
Run the scanner
spam-cloak-scannerOr with bun
bun spam-cloak-scanner
``The interactive UI will guide you through:
1. Selecting a directory to scan
2. Choosing severity filter level
3. Viewing scan progress
4. Inspecting and managing findings
MIT