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.12k stars 546 forks source link

关于bruter.py的bar.log.start()出错 #10

Closed labixx21 closed 5 years ago

labixx21 commented 5 years ago

Traceback (most recent call last): File "/root/dirmap/lib/controller/engine.py", line 44, in scan bruter(target) File "/root/dirmap/lib/controller/bruter.py", line 517, in bruter bar.log.start(tasks.task_length) TypeError: start() takes 1 positional argument but 2 were given

H4ckForJob commented 5 years ago

首先,请git clone最新版本:)

关于bruter.py的bar.log.start()出错。解决方案:请安装progressbar2。卸载progressbar。防止导入同名模块。感谢某位表哥提醒。

执行命令:
python3 -m pip uninstall progressbar
python3 -m pip install progressbar2