Instruction for curl installation from sources

This commit is contained in:
erwanlr
2012-12-06 11:09:47 -06:00
committed by erwanlr
parent fd591a0675
commit 9e1af4e837
2 changed files with 21 additions and 5 deletions

12
README
View File

@@ -73,8 +73,16 @@ ryandewhurst at gmail
It happens with enumeration : just put the 't' or 'u' before the 'p!' : '-e tp!' instead of '-e p!t'
- Proxy not working:
Update cURL to version => 7.21.7 (may have to install from source)
See https://github.com/wpscanteam/wpscan/issues/7
Update cURL to version => 7.21.7 (may have to install from source).
Installation from sources :
- Grab the sources from http://curl.haxx.se/download.html
- Decompress the archive
- Open the folder with the extracted files
- Run ./configure
- Run make
- Run sudo make install
- Run sudo ldconfig
==WPSCAN ARGUMENTS==

View File

@@ -78,7 +78,15 @@ Prerequisites:
- Proxy not working
Update cURL to version => 7.21.7 (may have to install from source).
See https://github.com/wpscanteam/wpscan/issues/7
Installation from sources :
- Grab the sources from http://curl.haxx.se/download.html
- Decompress the archive
- Open the folder with the extracted files
- Run ./configure
- Run make
- Run sudo make install
- Run sudo ldconfig
#### WPSCAN ARGUMENTS