This commit is contained in:
Christian Mehlmauer
2018-05-08 07:52:51 +02:00
parent 7e9a4168ff
commit 32d9afdf9b
3 changed files with 5 additions and 4 deletions

View File

@@ -1 +1 @@
2.5.0 2.5.1

View File

@@ -15,6 +15,7 @@ rvm:
- 2.4.1 - 2.4.1
- 2.4.2 - 2.4.2
- 2.5.0 - 2.5.0
- 2.5.1
- ruby-head - ruby-head
before_install: before_install:
- "env" - "env"

View File

@@ -141,7 +141,7 @@ Published on https://hub.docker.com/r/wpscanteam/wpscan/
## Prerequisites ## Prerequisites
- Ruby >= 2.1.9 - Recommended: 2.5.0 - Ruby >= 2.1.9 - Recommended: 2.5.1
- Curl >= 7.21 - Recommended: latest - FYI the 7.29 has a segfault - Curl >= 7.21 - Recommended: latest - FYI the 7.29 has a segfault
- RubyGems - Recommended: latest - RubyGems - Recommended: latest
- Git - Git
@@ -178,8 +178,8 @@ https://rvm.io/integration/gnome-terminal#integrating-rvm-with-gnome-terminal
curl -sSL https://get.rvm.io | bash -s stable curl -sSL https://get.rvm.io | bash -s stable
source ~/.rvm/scripts/rvm source ~/.rvm/scripts/rvm
echo "source ~/.rvm/scripts/rvm" >> ~/.bashrc echo "source ~/.rvm/scripts/rvm" >> ~/.bashrc
rvm install 2.5.0 rvm install 2.5.1
rvm use 2.5.0 --default rvm use 2.5.1 --default
echo "gem: --no-ri --no-rdoc" > ~/.gemrc echo "gem: --no-ri --no-rdoc" > ~/.gemrc
git clone https://github.com/wpscanteam/wpscan.git git clone https://github.com/wpscanteam/wpscan.git
cd wpscan cd wpscan