ScanWP is an open-source scanning tool designed to identify potential security vulnerabilities in WordPress sites.
You can use the tool to scan your WordPress site and get reports on vulnerabilities. You can also perform a detailed scan on a specific URL address and examine the results in depth.
- Clone the repository:
git clone https://github.com/tayfunurkut/scanwp.git cd scanwp go build .
-h, --help
help for scanwp-s, --scanwp
Scanning parameter (default true)-t, --target string
Target Scan-w, --wordlist string
Wordlist (default "wordlist/test.txt")
Before running GoScaner, make sure to set up your API key:
- Create a
.env
file in the project directory. - Add your API key to the
.env
file:
./scanpw -t https://example.com -w /usr/share/wordlist/wordlist.txt -s