Instruction for curl installation from sources
This commit is contained in:
16
README
16
README
@@ -66,15 +66,23 @@ ryandewhurst at gmail
|
|||||||
==KNOWN ISSUES==
|
==KNOWN ISSUES==
|
||||||
|
|
||||||
- Typhoeus segmentation fault:
|
- Typhoeus segmentation fault:
|
||||||
Update cURL to version => 7.21 (may have to install from source)
|
Update cURL to version => 7.21 (may have to install from source)
|
||||||
See http://code.google.com/p/wpscan/issues/detail?id=81
|
See http://code.google.com/p/wpscan/issues/detail?id=81
|
||||||
|
|
||||||
- If you have one the following errors: "-bash: !t: event not found", "-bash: !u: event not found"
|
- If you have one the following errors: "-bash: !t: event not found", "-bash: !u: event not found"
|
||||||
It happens with enumeration : just put the 't' or 'u' before the 'p!' : '-e tp!' instead of '-e p!t'
|
It happens with enumeration : just put the 't' or 'u' before the 'p!' : '-e tp!' instead of '-e p!t'
|
||||||
|
|
||||||
- Proxy not working:
|
- Proxy not working:
|
||||||
Update cURL to version => 7.21.7 (may have to install from source)
|
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==
|
==WPSCAN ARGUMENTS==
|
||||||
|
|
||||||
|
|||||||
10
README.md
10
README.md
@@ -78,7 +78,15 @@ Prerequisites:
|
|||||||
- Proxy not working
|
- Proxy not working
|
||||||
|
|
||||||
Update cURL to version => 7.21.7 (may have to install from source).
|
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
|
#### WPSCAN ARGUMENTS
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user