CMS Vulnerability Scanner is a simple, cross-platform tool designed to help security professionals and developers identify vulnerabilities in popular Content Management Systems like WordPress, Joomla, Drupal, Wix, and Shopify. It’s built with flexibility in mind, using a plugin-based structure and optional AI-assisted scanning, so you can tailor it to your needs.
- Detects known vulnerabilities in WordPress, Joomla, Drupal, Wix.
- Plugin-based architecture for easy customization and extension
- Integrates with exploit databases
- Optional AI-assisted detection for smarter scanning
- Generates clean, detailed reports
- Compatible with Linux, Windows, and macOS
- Go 1.20 or newer — Download Go
git clone https://github.com/joe444-pnj/cmsvulnscan.git
cd cmsvulnscanOn Linux/macOS:
go build -o cmsvulnscan ./cmd/cmsvulnscan
On Windows
go build -o cmsvulnscan.exe ./cmd/cmsvulnscan
On Linux/macOS
./cmsvulnscan --help
On Windows
.\cmsvulnscan.exe --help
Pull requests are welcome! For major changes, please open an issue to discuss what you would like to change.