https://github.com/alexmacarthur/wp-sniff
A Python script that searches a site's source code for signs that it runs on WordPress.
https://github.com/alexmacarthur/wp-sniff
python security wordpress
Last synced: 4 months ago
JSON representation
A Python script that searches a site's source code for signs that it runs on WordPress.
- Host: GitHub
- URL: https://github.com/alexmacarthur/wp-sniff
- Owner: alexmacarthur
- Created: 2018-03-22T21:20:51.000Z (over 8 years ago)
- Default Branch: dev
- Last Pushed: 2022-12-08T00:55:35.000Z (over 3 years ago)
- Last Synced: 2025-06-29T13:02:46.413Z (12 months ago)
- Topics: python, security, wordpress
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## WP Sniff
## Installation
`brew install pipenv`
`pipenv shell`
`pipenv install`
## Usage
Run `python main.py https://www.some-url.com`