Cybscan is a command-line scanner designed to identify vulnerabilities and gather detailed information from WordPress websites.
- Scannner for wordpress websites -
This tool is primarily used by security researchers, penetration testers, and website administrators to assess the security posture of WordPress sites by detecting vulnerable themes, plugins, and misconfigurations. It helps in proactive vulnerability identification and reconnaissance to strengthen web security.
Ensure Python and pip are installed before running the tool. Running this scanner against websites without permission may be illegal; always have authorization. The tool is in early development (v0.1.6) and may receive additional features and improvements.
Clone the repository using git clone https://github.com/cyb3r3x3r/cybscan.git
Navigate to the cloned directory with cd cybscan
Make the main script executable using chmod +x cybscan.py
Install required Python modules with pip install -r requirements.txt
Run the tool using python cybscan.py
python cybscan.py example.com
Runs the scanner against the specified WordPress website to gather vulnerability and configuration information