https://github.com/joe444-pnj/cmsvulnscan
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.
https://github.com/joe444-pnj/cmsvulnscan
bugbounty-tool cms cms-scaner golang penetrationtesting redteaming scanner scanner-web vulnerability-detection vulnerability-scanners
Last synced: about 1 month ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/joe444-pnj/cmsvulnscan
- Owner: joe444-pnj
- License: mit
- Created: 2025-06-02T12:18:37.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-06-02T21:13:52.000Z (4 months ago)
- Last Synced: 2025-06-03T11:06:30.078Z (4 months ago)
- Topics: bugbounty-tool, cms, cms-scaner, golang, penetrationtesting, redteaming, scanner, scanner-web, vulnerability-detection, vulnerability-scanners
- Language: Go
- Homepage:
- Size: 45.9 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# CMS Vulnerability Scanner
[](https://github.com/joe444-pnj/cmsvulnscan/issues)
[](https://github.com/joe444-pnj/cmsvulnscan/pulls)
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.
## Features
- 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## Installation
### Prerequisites
[](https://go.dev/dl)
- Go 1.20 or newer — [Download Go](https://go.dev/dl)### Clone the Repository
```bash
git clone https://github.com/joe444-pnj/cmsvulnscan.git
cd cmsvulnscan
```
# Build from SourceOn Linux/macOS:
```
go build -o cmsvulnscan ./cmd/cmsvulnscan
```
On Windows
```
go build -o cmsvulnscan.exe ./cmd/cmsvulnscan
```## Usage
On Linux/macOS
```
./cmsvulnscan --help
```
On Windows
```
.\cmsvulnscan.exe --help
```
## ContributingPull requests are welcome! For major changes, please open an issue to discuss what you would like to change. [](https://github.com/joe444-pnj/cmsvulnscan/issues)
## License
[](LICENSE)