maurosoria / dirsearch

Web path scanner
11.58k stars 2.29k forks source link

运行报错 #1312

Closed b1gdog closed 9 months ago

b1gdog commented 11 months ago

扫描HTTPS URL时报错 Traceback (most recent call last): File "dirsearch.py", line 73, in main() File "dirsearch.py", line 66, in main from lib.controller.controller import Controller File "/root/dirsearch/lib/controller/controller.py", line 29, in from lib.connection.requester import Requester File "/root/dirsearch/lib/connection/requester.py", line 23, in import requests File "/root/Python-3.8.0/lib/python3.8/site-packages/requests/init.py", line 43, in import urllib3 File "/root/Python-3.8.0/lib/python3.8/site-packages/urllib3/init.py", line 41, in raise ImportError( ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with 'OpenSSL 1.0.2k-fips 26 Jan 2017'. See: https://github.com/urllib3/urllib3/issues/2168

[root@xxx dirsearch]# python3 -V Python 3.8.0 [root@xxx dirsearch]# pip3 -V pip 23.2.1 from /root/Python-3.8.0/lib/python3.8/site-packages/pip (python 3.8)

Prady18 commented 11 months ago

@cukw update this tool once

Prady18 commented 11 months ago

@cukw And if it is not happening even after updating, then unistall it once and install it again because this problem also happened to me a few days back.