2021年版って書いたけど、知ったのが 2021年1月30日(土)だっただけで、いつからかは知らない。
https://wpscan.org には、
gem install wpscan
しろって書いてある。
2018年3月17日(土)に
WPScan
https://wpscan.org
のインストールは、Mac 環境へは、
brew install wpscan
で、インストール可能。
http://brewformulas.org/Wpscan
って書いているけど、
これではインストールできなくなった。
Comments
brew install wpscanteam/tap/wpscan
Comment
https://github.com/wpscanteam/wpscan/wiki/WPScan-User-Documentation
には、
Homebrew (macOS)
brew install wpscanteam/tap/wpscan
to install the latest stable version
brew install wpscanteam/tap/wpscan --HEAD
to install the latest code from the master branch
と書いてあった。
gem install wpscan では、エラーが出た
macOS Mojave 10.14.6 環境では、エラーになった。
$ gem install wpscan
Fetching: ffi-1.14.2.gem (100%)
ERROR: While executing gem ... (Gem::FilePermissionError)
You don't have write permissions for the /Library/Ruby/Gems/2.3.0 directory.
PCD0000089noiMac:~ pcd0000089$ sudo gem install wpscan
Fetching: ffi-1.14.2.gem (100%)
Building native extensions. This could take a while...
Successfully installed ffi-1.14.2
Fetching: get_process_mem-0.2.7.gem (100%)
Successfully installed get_process_mem-0.2.7
Fetching: racc-1.5.2.gem (100%)
Building native extensions. This could take a while...
Successfully installed racc-1.5.2
Fetching: mini_portile2-2.5.0.gem (100%)
Successfully installed mini_portile2-2.5.0
Fetching: nokogiri-1.11.1.gem (100%)
ERROR: Error installing wpscan:
nokogiri requires Ruby version >= 2.5.0.
brew install brew-gem してから
brew-gem install wpscan してインストールできた。