switch from gnutls to openssl
This commit is contained in:
@@ -105,21 +105,21 @@ If installed from Github update the code base with ```git pull```. The databases
|
|||||||
|
|
||||||
Before Ubuntu 14.04:
|
Before Ubuntu 14.04:
|
||||||
|
|
||||||
sudo apt-get install libcurl4-gnutls-dev libopenssl-ruby libxml2 libxml2-dev libxslt1-dev ruby-dev
|
sudo apt-get install libcurl4-openssl-dev libopenssl-ruby libxml2 libxml2-dev libxslt1-dev ruby-dev
|
||||||
git clone https://github.com/wpscanteam/wpscan.git
|
git clone https://github.com/wpscanteam/wpscan.git
|
||||||
cd wpscan
|
cd wpscan
|
||||||
sudo gem install bundler && bundle install --without test
|
sudo gem install bundler && bundle install --without test
|
||||||
|
|
||||||
From Ubuntu 14.04:
|
From Ubuntu 14.04:
|
||||||
|
|
||||||
sudo apt-get install libcurl4-gnutls-dev libxml2 libxml2-dev libxslt1-dev ruby-dev build-essential
|
sudo apt-get install libcurl4-openssl-dev libxml2 libxml2-dev libxslt1-dev ruby-dev build-essential
|
||||||
git clone https://github.com/wpscanteam/wpscan.git
|
git clone https://github.com/wpscanteam/wpscan.git
|
||||||
cd wpscan
|
cd wpscan
|
||||||
sudo gem install bundler && bundle install --without test
|
sudo gem install bundler && bundle install --without test
|
||||||
|
|
||||||
####Installing on Debian:
|
####Installing on Debian:
|
||||||
|
|
||||||
sudo apt-get install git ruby ruby-dev libcurl4-gnutls-dev make
|
sudo apt-get install git ruby ruby-dev libcurl4-openssl-dev make
|
||||||
git clone https://github.com/wpscanteam/wpscan.git
|
git clone https://github.com/wpscanteam/wpscan.git
|
||||||
cd wpscan
|
cd wpscan
|
||||||
sudo gem install bundler
|
sudo gem install bundler
|
||||||
|
|||||||
Reference in New Issue
Block a user