Python tool for scanning wordpress websites and checking the security level on the website
Find a file
snyk-bot f697000ca1
fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-7267250
2024-06-19 01:44:42 +00:00
README.md wordpress security scan 2020-12-20 15:43:33 +02:00
requirements.txt fix: requirements.txt to reduce vulnerabilities 2024-06-19 01:44:42 +00:00
wordpress-security-scan.png wordpress security scan 2020-12-20 01:58:43 +02:00
wordpress_project.py wordpress security scan 2020-12-21 01:42:40 +02:00
wordpress_scan.py wordpress security scan 2020-12-20 01:47:05 +02:00

wordpress-security-scan

Python tool for scanning wordpress websites and checking the security level on the website

Installation

# clone the repository 
$ git clone https://github.com/eliyaha02/wordpress-security-scan

# change the working directory to wordpress-security-scan
$ cd wordpress-security-scan

# install the requirements
$ pip install -r requirements.txt

# run the script
$ python wordpress_scan.py