WPScan インストール
https://blog.musirao.net/node/6412
を参照(2021年1月30日(土)追記)
WPScan
https://wpscan.org
のインストールは、Mac 環境へは、
brew install wpscan
で、インストール可能。
http://brewformulas.org/Wpscan
- WPScan インストール の続きを見る
- コメントを投稿するにはログインまたは登録をしてください
- 閲覧数 19
https://blog.musirao.net/node/6412
を参照(2021年1月30日(土)追記)
WPScan
https://wpscan.org
のインストールは、Mac 環境へは、
brew install wpscan
で、インストール可能。
http://brewformulas.org/Wpscan
$ brew help Example usage: brew search [TEXT|/REGEX/] brew (info|home|options) [FORMULA...] brew install FORMULA... brew update brew upgrade [FORMULA...] brew uninstall FORMULA... brew list [FORMULA...] Troubleshooting: brew config brew doctor brew install -vd FORMULA Developers: brew create [URL [--no-fetch]] brew edit [FORMULA...] https://github.com/Homebrew/brew/blob/master/docs/Formula-Cookbook.md Further help: man brew brew help [COMMAND] brew home
$ brew update /usr/local/bin/brew: /usr/local/Library/brew.rb: /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby: bad interpreter: No such file or directory /usr/local/bin/brew: line 23: /usr/local/Library/brew.rb: Undefined error: 0
と言われたので、再インストールすることにした。
ちなみに、
$ ruby -v ruby 2.0.0p195 (2013-05-14 revision 40734) [x86_64-darwin12.3.0]
http://brew.sh/index_ja.html
を参考に、
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" ==> This script will install: /usr/local/bin/brew
「RとRubyによるデータ解析入門 [ ソーション・チャン ]」の4ページ最終行には、
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.github.com/gist/323731)"
で、Homebrewがインストールできるとあるが、
-e:1: syntax error, unexpected ']'
[This script has been moved.][url]
^
estis-iMac3-895:~ estis$ /usr/bin/ruby -e "$(curl -fsSL https://raw.github.com/gist/323731)"