Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prereq for installation #261

Open
op7ic opened this issue Aug 1, 2018 · 3 comments
Open

prereq for installation #261

op7ic opened this issue Aug 1, 2018 · 3 comments

Comments

@op7ic
Copy link

op7ic commented Aug 1, 2018

Issue

dependencies for installation need updating a bit of updating. You also need 'libxslt-dev libxml2-dev libssl-dev' when building on Kali. These particular requirements come from biplist. Alternative is to do "apt-get install python-biplist"

@Yogehi
Copy link
Collaborator

Yogehi commented Aug 3, 2018

I'll look into this soon. Thanks for the heads up.

@raulsiles
Copy link

Additionally, nowadays with Kali Linux 2018.3, the installation of mitmproxy needs to be customized/updated.

mitmproxy switched to Python 3, therefore, its installation in Python 2 fails. The last mitmproxy version with Python 2 support was 0.18.2. The current mitmproxy generates errors associated to the Python cryptography module (due to openssl issues):

...
Building wheels for collected packages: cryptography
   Running setup.py bdist_wheel for cryptography ... error
...

Temporary (potentially vulnerable) solution:

Install the last mitmproxy version with Python 2 support, using v1.0 of libssl:
$ sudo apt-get install libssl1.0
$ pip install mitmproxy==0.18.2

@ratzrattillo
Copy link

The dependencies definitely need an update. It is not possible anymore to install needle on Kali Linux. With which package configuration can i get needle running? which versions of the packages/dependencies are required?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants