tool not running traceback issue
Author: chirag9718Created Aug 12, 2024Updated Mar 19, 2026
Labelsbug
python3 oneforall.py --help
Traceback (most recent call last): File "/root/tools/OneForAll/oneforall.py", line 16, in from brute import Brute File "/root/tools/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)
when running the above command getting this.
Source: shmilylty/OneForAll