Updates Readme's Install section
This commit is contained in:
18
README.md
18
README.md
@@ -31,7 +31,11 @@
|
|||||||
- RubyGems - Recommended: latest
|
- 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
|
- 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
|
```shell
|
||||||
gem install wpscan
|
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))
|
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
|
# Updating
|
||||||
|
|
||||||
You can update the local database by using ```wpscan --update```
|
You can update the local database by using ```wpscan --update```
|
||||||
|
|||||||
Reference in New Issue
Block a user