0xHJK / dumpall

一款信息泄漏利用工具,适用于.git/.svn/.DS_Store泄漏和目录列出
https://github.com/0xHJK/dumpall
MIT License
1.39k stars 144 forks source link

mac M1 python3.9报错 #23

Open est6633 opened 1 year ago

est6633 commented 1 year ago

Traceback (most recent call last): File "/Volumes/tool/01hvv_tool/dumpall/dumpall.py", line 19, in dumpall.main() File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/click/core.py", line 829, in call return self.main(*args, kwargs) File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/click/core.py", line 781, in main with self.make_context(prog_name, args, extra) as ctx: File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/click/core.py", line 700, in make_context self.parse_args(ctx, args) File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/click/core.py", line 1048, in parse_args value, args = param.handle_parse_result(ctx, opts, args) File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/click/core.py", line 1630, in handle_parse_result value = invoke_param_callback(self.callback, ctx, self, value) File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/click/core.py", line 123, in invoke_param_callback return callback(ctx, param, value) File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/click/decorators.py", line 295, in callback raise RuntimeError("Could not determine version") RuntimeError: Could not determine version