A WordPress detection tool, detects if a website is running WordPress
Project description
# WP DETECT A WordPress detection tool, detects if a website is running WordPress. wpdetect is a great tool when you just want to check WordPress’ presence but do not want to scan the site for vulnerabilities or issues. ### Installation You can install wpdetect using pip, `sh pip install wpdetect ` wpdetect requires Python 3 or above to run. If you have Python 2 installed too, make sure to use the right pip.
### Usage Syntax `sh wpdetect <website_url> ` Example `sh wpdetect https://iamlizu.com/ ` Or feed a text file with a list of domains, each domain should be separated with new lines. `sh wpdetect -f sites.txt ` Where sites.txt will contain domains like this, `txt https://iamlizu.com/ https://www.newyorker.com/ http://www.techcrunch.com/ `
Please note that, it is not always possible to detect the presence of WordPress, website admins can take extra measures to remove sign of WordPress.
### What’s new in version 1.3.4 * Check with a list of domains
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file wpdetect-1.3.4.tar.gz.
File metadata
- Download URL: wpdetect-1.3.4.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
89e05bfabe03331d71b56afddddfe8fac93f7a2bd278fef175cae6367fb4ac91
|
|
| MD5 |
7c82023556333326fa93cba05ba6743e
|
|
| BLAKE2b-256 |
4d9b4414d57cfd473502a850e7d01e32c079dd1a029d6563c7ec3cc0c68d3cf1
|