Instruction for curl installation from sources

This commit is contained in:
erwanlr
2012-12-06 11:17:55 -06:00
parent 062042f57d
commit fe8b0095e7

View File

@@ -109,19 +109,36 @@
<h4>KNOWN ISSUES</h4> <h4>KNOWN ISSUES</h4>
<ul> <ul>
<li><p> <li>
<p>
Typhoeus segmentation fault Typhoeus segmentation fault
Update curl to at least v7.21 (may have to install from source) Update curl to at least v7.21 (may have to install from source)
See <a href="http://code.google.com/p/wpscan/issues/detail?id=81">http://code.google.com/p/wpscan/issues/detail?id=81</a> See <a href="http://code.google.com/p/wpscan/issues/detail?id=81">http://code.google.com/p/wpscan/issues/detail?id=81</a>
</p></li> </p>
<li><p> </li>
<li>
<p>
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 whith enumeration : just put the 't' or 'u' before the 'p!' : '-e tp!' instead of '-e p!t' It happens whith enumeration : just put the 't' or 'u' before the 'p!' : '-e tp!' instead of '-e p!t'
</p></li> </p>
<li><p> </li>
<li>
<p>
Proxy not working Proxy not working
Update cURL to version =&gt; 7.21.7 (may have to install from source). See <a href="https://github.com/wpscanteam/wpscan/issues/7">https://github.com/wpscanteam/wpscan/issues/7</a> Update cURL to version =&gt; 7.21.7 (may have to install from source).<br />
</p></li>
Installation from sources :
<ul>
<li>Grab the sources from http://curl.haxx.se/download.html</li>
<li>Decompress the archive</li>
<li>Open the folder with the extracted files</li>
<li>Run ./configure</li>
<li>Run make</li>
<li>Run sudo make install</li>
<li>Run sudo ldconfig</li>
</ul>
</p>
</li>
</ul> </ul>
<h4>WPSCAN ARGUMENTS</h4> <h4>WPSCAN ARGUMENTS</h4>