You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/home/kali/Downloads/OneForAll/oneforall.py", line 15, in
from brute import Brute
File "/home/kali/Downloads/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)
The text was updated successfully, but these errors were encountered:
sudo python3 oneforall.py --target blabla.com run
File "/home/kali/Downloads/OneForAll/oneforall.py", line 15, in
from brute import Brute
File "/home/kali/Downloads/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)
The text was updated successfully, but these errors were encountered: