#dokydoky
[Tool] Wordpress scanner - wpscan 본문
WPScan is a black box WordPress vulnerability scanner
Repository : https://github.com/wpscanteam/wpscan
Install
Prerequisites
- Ruby >= 2.1.9 - Recommended: 2.3.3
- Curl >= 7.21 - Recommended: latest - FYI the 7.29 has a segfault
- RubyGems - Recommended: latest
- Git
Installing with RVM (recommended)
If you are using GNOME Terminal, there are some steps required before executing the commands. See here for more information: https://rvm.io/integration/gnome-terminal#integrating-rvm-with-gnome-terminal
Usage
Update WPScan's databases...
ruby wpscan.rb --update
Do 'non-intrusive' checks...
ruby wpscan.rb --url www.example.com --random-agent
Run all enumeration tools...
ruby wpscan.rb --url www.example.com --enumerate --random-agent
Use custom content directory...
ref) we have to use "--random-agent" option because of Semantec
Comments