An open API service indexing awesome lists of open source software.

https://github.com/tufayellus/wp-plugin-scanner

This python based software scans for plugins installed in wordpress based on its homepage source code references
https://github.com/tufayellus/wp-plugin-scanner

python-tool wordpress wordpress-plugin wordpress-scan wordpress-scanner wp-plugin wp-scan wp-scanner

Last synced: 4 months ago
JSON representation

This python based software scans for plugins installed in wordpress based on its homepage source code references

Awesome Lists containing this project

README

        

# WP Plugin Scanner
A python powered GUI tool for scanning for WordPress plugins on the homepage source code of the given website

# Features
- Simple GUI
- Easy to use
- Supports Single and Bulk mode with threading system support

# Compiled Version Usage
- The compiled version of the app can be found in the `dist` directory.
- To run the compiled version, just double-click the executable file.

# Installation
- Clone the repository: `git clone https://github.com/yourusername/wp-plugin-scanner.git`
- Navigate to the project directory: `cd wp-plugin-scanner`
- Install dependencies: `pip install -r requirements.txt`
- Run the app: `python plugin_finder.py`

# Usage
1. Enter the website URL in the input field.
2. Click the "Scan" button.
3. Wait for the scan to complete.
4. The results will be displayed in the output field.

# Screenshots
* Single Mode

![Screenshot 1](ss1.png)
* Bulk Mode

![Screenshot 2](ss2.png)