Skip to content

Commit

Permalink
Update Readme, Fixes #1286
Browse files Browse the repository at this point in the history
  • Loading branch information
erwanlr authored Feb 3, 2019
1 parent f90615c commit 9146609
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,22 @@

## Prerequisites:

- (Optional but highly recommended: [RVM](https://rvm.io/rvm/install))
- Ruby >= 2.3 - Recommended: latest
- Ruby 2.5.0 to 2.5.3 can cause an 'undefined symbol: rmpd_util_str_to_d' error in some systems, see https://github.com/wpscanteam/wpscan/issues/1283
- Ruby 2.5.0 to 2.5.3 can cause an 'undefined symbol: rmpd_util_str_to_d' error in some systems, see [#1283](https://github.com/wpscanteam/wpscan/issues/1283)
- Curl >= 7.21 - Recommended: latest
- The 7.29 has a segfault.
- The 7.29 has a segfault
- RubyGems - Recommended: latest

### From RubyGems:
### From RubyGems (Recommended):

```
gem install wpscan
```

### From sources:
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

Expand All @@ -33,6 +36,12 @@ cd wpscan/
bundle install && rake install
```

# Updating

You can update the local database by using ```wpscan --update```

Updating WPScan itself is either done via ```gem update wpscan``` or the packages manager (this is quite important for distributions such as in Kali Linux: ```apt-get update && apt-get upgrade```) depending how WPScan was (pre)installed

# Docker

Pull the repo with ```docker pull wpscanteam/wpscan```
Expand Down

0 comments on commit 9146609

Please sign in to comment.