Update README
This commit is contained in:
14
README
14
README
@@ -79,6 +79,20 @@ ryandewhurst at gmail
|
|||||||
cd wpscan
|
cd wpscan
|
||||||
sudo gem install bundler && sudo bundle install --without test
|
sudo gem install bundler && sudo bundle install --without test
|
||||||
|
|
||||||
|
-> Installing with RVM
|
||||||
|
|
||||||
|
cd ~
|
||||||
|
curl -sSL https://get.rvm.io | bash -s stable
|
||||||
|
source ~/.rvm/scripts/rvm
|
||||||
|
echo "source ~/.rvm/scripts/rvm" >> ~/.bashrc
|
||||||
|
rvm install 2.1.2
|
||||||
|
rvm use 2.1.2 --default
|
||||||
|
echo "gem: --no-ri --no-rdoc" > ~/.gemrc
|
||||||
|
git clone https://github.com/wpscanteam/wpscan.git
|
||||||
|
cd wpscan
|
||||||
|
gem install bundler
|
||||||
|
bundle install --without test
|
||||||
|
|
||||||
==KNOWN ISSUES==
|
==KNOWN ISSUES==
|
||||||
|
|
||||||
- Typhoeus segmentation fault:
|
- Typhoeus segmentation fault:
|
||||||
|
|||||||
Reference in New Issue
Block a user