H4ckForJob / dirmap

An advanced web directory & file scanning tool that will be more powerful than DirBuster, Dirsearch, cansina, and Yu Jian.一个高级web目录、文件扫描工具,功能将会强于DirBuster、Dirsearch、cansina、御剑。
GNU General Public License v3.0
3.15k stars 546 forks source link

python3.10兼容性问题 #78

Open EvilSnorT opened 1 year ago

EvilSnorT commented 1 year ago

Traceback (most recent call last): File "/home/sn0rt/Tools/Web-Attacks/Information-Gathering/Dirmap/dirmap.py", line 19, in from lib.core.option import initOptions File "/home/sn0rt/Tools/Web-Attacks/Information-Gathering/Dirmap/lib/core/option.py", line 21, in from thirdlib.IPy.IPy import IP File "/home/sn0rt/Tools/Web-Attacks/Information-Gathering/Dirmap/thirdlib/IPy/IPy.py", line 1020, in class IPSet(collections.MutableSet): AttributeError: module 'collections' has no attribute 'MutableSet'