fcavallarin / htcap

htcap is a web application scanner able to crawl single page application (SPA) recursively by intercepting ajax calls and DOM changes.
GNU General Public License v2.0
610 stars 114 forks source link

ImportError: cannot import name 'Callable' from 'collections' #91

Open M0dred opened 2 years ago

M0dred commented 2 years ago

python3 htcap.py Traceback (most recent call last): File "/opt/tools/htcap/htcap.py", line 22, in from core.crawl.crawler import Crawler File "/opt/tools/htcap/core/crawl/crawler.py", line 39, in from core.lib.http_get import HttpGet File "/opt/tools/htcap/core/lib/http_get.py", line 29, in import core.lib.thirdparty.pysocks.socks as socks File "/opt/tools/htcap/core/lib/thirdparty/pysocks/socks.py", line 62, in from collections import Callable ImportError: cannot import name 'Callable' from 'collections' (/usr/lib/python3.10/collections

python3 -V Python 3.10.4