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.16k stars 547 forks source link

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

Closed wizardjk closed 5 years ago

wizardjk commented 5 years ago

Traceback (most recent call last): File "D:\CTF\Web\dirmap-master\lib\controller\engine.py", line 44, in scan bruter(target) File "D:\CTF\Web\dirmap-master\lib\controller\bruter.py", line 592, in bruter bar.log.start(tasks.task_length) TypeError: start() takes 1 positional argument but 2 were given

ttttmr commented 5 years ago

使用的命令参数是什么

lonehand commented 5 years ago

我也是同样的报错,命令是python3.6 dirmap.py -i https://realestate-fund.pingan.com.cn -lcf

H4ckForJob commented 5 years ago

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

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

执行命令:

python3 -m pip uninstall progressbar
python3 -m pip install progressbar2