Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mintobit/WP-plugin-scanner
A tool to list plugins installed on a wordpress powered website.
https://github.com/mintobit/WP-plugin-scanner
Last synced: 3 months ago
JSON representation
A tool to list plugins installed on a wordpress powered website.
- Host: GitHub
- URL: https://github.com/mintobit/WP-plugin-scanner
- Owner: mintobit
- Created: 2011-10-24T21:35:43.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-06-20T18:31:57.000Z (7 months ago)
- Last Synced: 2024-08-01T16:38:07.272Z (6 months ago)
- Language: Python
- Homepage:
- Size: 207 KB
- Stars: 10
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-termux-hacking - WP-plugin-scanner - A tool to list plugins installed on a wordpress powered website..[![->](https://img.shields.io/github/stars/mintobit/WP-plugin-scanner.svg?style=social&label=Star&maxAge=2592000)](https://github.com/mintobit/WP-plugin-scanner/stargazers/) (Uncategorized / Uncategorized)
README
# WP-plugin-scanner
Scan any wordpress-powered website and find out which plugins it is using##Requirements
+ [`lxml`](http://lxml.de/) is the most feature-rich and easy-to-use library for processing XML and HTML in the Python language.## Usage
wp-plugin-scan.py [options]Options:
-h, --help show this help message and exit
-s, --scan scan website at the specified url
-u, --update update the list of popular plugins from wordpress.org### Scanning a wordpress powered website
To scan a website simply use `-s` or `--scan` parameter and specify the url to wordpress directory.wp-plugin-scan.py -s http://example.com/blog/
orwp-plugin-scan.py --scan http://example.com/blog/
### Updating the list of popular plugins
If you want to update the list of popular plugins simply use -u or --update parameter and specify the end page for the range.wp-plugin-scan.py -u 15
or
wp-plugin-scan.py --update 15