Rawr installation error on kali 2

Issue #3 resolved
Former user created an issue

Traceback (most recent call last): File "./rawr.py", line 29, in <module> from lib.functions import * File "/home/prak/Downloads/rawr/lib/functions.py", line 22, in <module> import requests File "/home/prak/Downloads/rawr/lib/requests/init.py", line 53, in <module> from .packages.urllib3.contrib import pyopenssl File "/home/prak/Downloads/rawr/lib/requests/packages/urllib3/contrib/pyopenssl.py", line 62, in <module> ssl.PROTOCOL_SSLv3: OpenSSL.SSL.SSLv3_METHOD, AttributeError: 'module' object has no attribute 'PROTOCOL_SSLv3'

Comments (1)

  1. al14s repo owner

    we had an old version of the requests module. it's been updated

    resolved this in dev - it's being tested for an upcoming merge to master

  2. Log in to comment