shmilylty / OneForAll

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

ImportError: cannot import name 'wildcard' from 'modules' #202

Closed sinner-user closed 3 years ago

sinner-user commented 3 years ago

是否使用了最新代码 是或否(如果不是的话尝试克隆最新的代码再跑一下!)

Bug描述 清晰而简洁的Bug描述(必写)

运行环境

使用python3.exe oneforall.py --target baidu.com run 报错 报错详情 Traceback (most recent call last): File "oneforall.py", line 16, in from brute import Brute File "E:\tool\信息收集\子域名扫描\OneForAll-master(子域名收集)\brute.py", line 25, in from modules import wildcard ImportError: cannot import name 'wildcard' from 'modules' (D:\python\python3.8\lib\site-packages\modules.py)

shmilylty commented 3 years ago

卸载modules包,重试一下。

pip3 uninstall modules
iamhesy commented 1 year ago

卸载了 modules 就行了