SCANwp
ScanWP is an open-source scanning tool designed to identify potential security vulnerabilities in WordPress sites.
Install / Use
/learn @tayfunurkut/SCANwpREADME
ScanWP - WordPress Vulnerability Scanning Tool
Introduction
ScanWP is an open-source scanning tool designed to identify potential security vulnerabilities in WordPress sites.
Usage
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.
Installation
- Clone the repository:
git clone https://github.com/tayfunurkut/scanwp.git cd scanwp go build .
Usage
-h, --helphelp for scanwp-s, --scanwpScanning parameter (default true)-t, --target stringTarget Scan-w, --wordlist stringWordlist (default "wordlist/test.txt")
Configuration
Before running GoScaner, make sure to set up your API key:
- Create a
.envfile in the project directory. - Add your API key to the
.envfile:
Examples
./scanpw -t https://example.com -w /usr/share/wordlist/wordlist.txt -s
