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

@@ -141,7 +141,7 @@ Published on https://hub.docker.com/r/wpscanteam/wpscan/
## 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
- RubyGems - Recommended: latest
- 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
source ~/.rvm/scripts/rvm
echo "source ~/.rvm/scripts/rvm" >> ~/.bashrc
rvm install 2.5.0
rvm use 2.5.0 --default
rvm install 2.5.1
rvm use 2.5.1 --default
echo "gem: --no-ri --no-rdoc" > ~/.gemrc
git clone https://github.com/wpscanteam/wpscan.git
cd wpscan