Code Monkey home page Code Monkey logo

Comments (3)

shaddygarg avatar shaddygarg commented on July 24, 2024 1

Hey,
I will have a look into it and send a fix soon.
Regards.

from nettacker.

JeckyOH avatar JeckyOH commented on July 24, 2024

@Ali-Razmjoo
The reason of this issue is the ImportError of pycurl module in lib.brute.http_ntlm.py.
The error looks like this:
ImportError: pycurl: libcurl link-time ssl backend (openssl) is different from compile-time ssl backend (none/other)
It is apparent that pycurl is compiled without specifying the backend as openssl.
Here is the solution: Solution of different backend of PyCurl between link time and compile time.
Just reinstall pycurl with specifying the backend as openssl:
pip uninstall pycurl
echo PYCURL_SSL_LIBRARY=openssl
pip install --compile pycurl
I have tried to use this method on Linux Ubuntu and it can solve this issue. However, in Mac OS 10.13, it failed.
Because this is the error of compiling PyCurl, which is installed through requirements.txt and I`m afraid of disrupting the structure of the project, I cannot provide a PR to solve this problem.

from nettacker.

Ali-Razmjoo avatar Ali-Razmjoo commented on July 24, 2024

Hey @JeckyOH,

Thanks for the details, I'm getting an error too and should be review and fix soon.

Regards.


tested on

  • python 2.7.13 windows 10
  • python 3.4.5 CentOS 6.5
  • python 2.7.12 Ubuntu 16

from nettacker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.