mirror of
https://gh.wpcy.net/https://github.com/kodkodcyber/wordpress-security-scan.git
synced 2026-04-23 23:49:45 +08:00
20 lines
477 B
Markdown
20 lines
477 B
Markdown
# wordpress-security-scan
|
|
Python tool for scanning wordpress websites and checking the security level on the website
|
|
|
|
<img src = wordpress-security-scan.png>
|
|
|
|
## Installation
|
|
|
|
```console
|
|
# 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
|
|
```
|