la-deep-web / Phoneinfoga

script to search for data about phone numbers
GNU General Public License v3.0
448 stars 120 forks source link

Last step error showing me #23

Open elvishbhai1 opened 1 year ago

elvishbhai1 commented 1 year ago

~/Phoneinfoga $ python phoneinfoga.py -n (+91phonenumber)


/ \ | _ _ / | _ / /)/ ' \ / | ' \ / \ / /\/ ' | | / \ / |/ _ | / _/| | | | (_) | | | | /\/ / | | | | | () | (| | (| | \/ || |_|_/|| ||__/ || ||| _/ _, |_,_| |___/ PhoneInfoga Ver. v1.0.0-rc2 Coded by Charon IV

Traceback (most recent call last): File "/data/data/com.termux/files/home/Phoneinfoga/phoneinfoga.py", line 92, in requests.packages.urllib3.util.ssl_.DEFAULTCIPHERS += 'HIGH:!DH:!aNULL' ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: module 'urllib3.util.ssl' has no attribute 'DEFAULT_CIPHERS'

Aridlvory commented 11 months ago

For me too..

Aditya3864 commented 5 months ago

~/Phoneinfoga $ python phoneinfoga.py -n (+91phonenumber)


/ \ | _ _ / | _ / /)/ ' \ / | ' \ / \ / /\/ ' | | / \ / |/ _ | / _/| | | | (_) | | | | /\/ / | | | | | () | (| | (| | \/ || |_|_/|| ||__/ || ||| _/ _, |_,_| |___/ PhoneInfoga Ver. v1.0.0-rc2 Coded by Charon IV

Traceback (most recent call last): File "/data/data/com.termux/files/home/Phoneinfoga/phoneinfoga.py", line 92, in requests.packages.urllib3.util.ssl_.DEFAULTCIPHERS += 'HIGH:!DH:!aNULL' ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: module 'urllib3.util.ssl' has no attribute 'DEFAULT_CIPHERS'

Same bro I got this

Traceback (most recent call last):
  File "/data/data/com.termux/files/home/Phoneinfoga/phoneinfoga.py", line 92, in <module>
    requests.packages.urllib3.util.ssl_.DEFAULT_CIPHERS += 'HIGH:!DH:!aNULL'
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'urllib3.util.ssl_' has no attribute 'DEFAULT_CIPHERS'