diff --git a/README.md b/README.md index d28b708b..d7954ad8 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,11 @@ - RubyGems - Recommended: latest - Nokogiri might require packages to be installed via your package manager depending on your OS, see https://nokogiri.org/tutorials/installing_nokogiri.html -### From RubyGems (Recommended) +### In a Pentesting distribution + +When using a pentesting distubution (such as Kali Linux), it is recommended to install/update wpscan via the package manager if available. + +### From RubyGems ```shell gem install wpscan @@ -39,18 +43,6 @@ gem install wpscan On MacOSX, if a ```Gem::FilePermissionError``` is raised due to the Apple's System Integrity Protection (SIP), either install RVM and install wpscan again, or run ```sudo gem install -n /usr/local/bin wpscan``` (see [#1286](https://github.com/wpscanteam/wpscan/issues/1286)) -### From sources (NOT Recommended) - -Prerequisites: Git - -```shell -git clone https://github.com/wpscanteam/wpscan - -cd wpscan/ - -bundle install && rake install -``` - # Updating You can update the local database by using ```wpscan --update```