spam-cloak-scanner
v1.0.2
Published
A CLI tool to scan PHP files and web code for malicious patterns, spam injection, and security vulnerabilities
Maintainers
Readme
spam-cloak-scanner
A CLI tool to scan PHP files and web code for malicious patterns, spam injection, and security vulnerabilities.
Features
- 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)
Requirements
This tool requires Bun runtime.
Installation
# Install globally
bun install -g spam-cloak-scanner
# Or run directly with bunx
bunx spam-cloak-scannerUsage
# Run the scanner
spam-cloak-scanner
# Or with bun
bun spam-cloak-scannerThe interactive UI will guide you through:
- Selecting a directory to scan
- Choosing severity filter level
- Viewing scan progress
- Inspecting and managing findings
License
MIT
