I was testing the tool wfuzz on kali linux, and I'm getting this warning.
Warning: Pycurl is not compiled against Openssl. Wfuzz might not work correctly when fuzzing SSL sites. Check Wfuzz's documentation for more information.
I'm trying to brute force the password in the DVWA 'Vulnerable Web Application'. I was following this steps: https://ogma-sec.fr/dvwa-brute-force-command-execution-solutions-protections/ unfortunately it didn't work.
So my question is: it is because of the warning?
if Yes how can I compile pycURL against openssl?
by the way: I did flow this steps in the link bellow => https://github.com/xmendez/wfuzz/blob/master/docs/user/installation.rst and I'm stuck in the step 10.