You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DeConfigro is a tool that scans WordPress websites for the WordPress Setup Config Vulnerability. If exposed, this page indicates an incomplete installation and can be exploited, posing a security risk.
DeConfigro is a lightweight and powerful tool designed to scan websites for a common WordPress vulnerability involving the wp-admin/setup-config.php?step=1 page. This page is part of the WordPress installation process and, if left exposed, can be a security risk. The tool checks if the page is accessible, indicating an incomplete WordPress installation that could be exploited.
Single URL and Bulk Scanning: Supports both single URL scans and bulk scans from a file.
Auto-Completion for File Paths: Automatically completes file paths to ease the user's workflow.
Detailed Output: Provides clear and color-coded feedback about vulnerable URLs.
Save Results: Option to save vulnerable URLs to a file for future reference.
Prerequisites
Bash Shell (Linux, macOS, or WSL for Windows)
Curl (for making HTTP requests)
Optional: Text editor for editing URLs file.
Installation
Clone the repository:
git clone https://github.com/nuknov/DeConfigro.git
cd Xploitra
Give executable permission to the script
chmod +x DeConfigro.sh
Usage
Run the tool:
After giving executable permission to the script, you can run the tool using one of the following commands:
./DeConfigro.sh
or
bash DeConfigro.sh
The ./ method is preferred if the script has been made executable with chmod +x, while bash can be used if you prefer to run the script through the Bash shell explicitly.
Follow the prompts to configure and choose whether to scan a single URL or use a file containing URLs.
After the scan:
Vulnerable URLs will be displayed.
You will be prompted to save the results to a file.
Disclaimer
Educational Purposes Only: DeConfigro is intended for educational and research use only. The tool is not intended for malicious or unauthorized use. It is the user's responsibility to ensure compliance with all relevant local laws and regulations before using this tool.
DeConfigro is a tool that scans WordPress websites for the WordPress Setup Config Vulnerability. If exposed, this page indicates an incomplete installation and can be exploited, posing a security risk.