shmilylty / OneForAll

OneForAll是一款功能强大的子域收集工具
GNU General Public License v3.0
7.93k stars 1.27k forks source link

getting error when running with latest python 3.11 #365

Closed AnupamAS02 closed 5 months ago

AnupamAS02 commented 5 months ago

Traceback (most recent call last): File "/home/codesity/Desktop/OneForAll/./oneforall.py", line 16, in from brute import Brute File "/home/codesity/Desktop/OneForAll/brute.py", line 14, in import exrex File "/usr/local/lib/python3.11/dist-packages/exrex.py", line 25, in from re import sre_parse, U ImportError: cannot import name 'sre_parse' from 're' (/usr/lib/python3.11/re/init.py)

AnupamAS02 commented 5 months ago

this works for me : pip3 install --upgrade exrex