-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
师傅,有点问题下载文件的时候超出递归次数。 #9
Comments
你好师傅,HW结束后我抽空修复一下,可以先手动下载 |
师傅加过了,还是不行的
… 2022年7月20日 10:29,F6JO ***@***.***> 写道:
你好师傅,HW结束后我抽空修复一下,可以先手动下载
在根目录新建tools目录,将https://github.com/F6JO/Suture_Box_tools <https://github.com/F6JO/Suture_Box_tools> 的两个文件夹放进去即可
—
Reply to this email directly, view it on GitHub <#9 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AU22E3KHF765UXM2JKUULRLVU5QBFANCNFSM54B6EWGQ>.
You are receiving this because you authored the thread.
|
报什么错 |
Traceback (most recent call last):
File "/Users/Downloads/Suture_Box-main/suturebox.py", line 64, in <module>
print(Get_list()) if args.list else main(target,modular,tool,info,single,exclude,output_file,down,proxy) # 若有-list则打印列表
File "/Users/Downloads/Suture_Box-main/suturebox.py", line 50, in main
Repeater(modular,tool) # 进入中继模块
File "/Users/Downloads/Suture_Box-main/controller/controller.py", line 23, in __init__
for i in no_tool[1]:
TypeError: 'NoneType' object is not iterable
… 2022年7月20日 10:50,F6JO ***@***.***> 写道:
报什么错
—
Reply to this email directly, view it on GitHub <#9 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AU22E3M6UJTGY2WX467UGDTVU5SO5ANCNFSM54B6EWGQ>.
You are receiving this because you authored the thread.
|
执行的命令行可以发一下嘛师傅,hvv结束我抽空搞一下 |
python3 suturebox.py -u https://127.0.0 <https://127.0.0.0/>.1 -m vulmap
感谢师傅了,不过好像什么命令都是报这个错
… 2022年7月20日 10:57,F6JO ***@***.***> 写道:
执行的命令行可以发一下嘛师傅,hvv结束我抽空搞一下
—
Reply to this email directly, view it on GitHub <#9 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AU22E3KLJZIS5BRPJ2NE3FTVU5TJHANCNFSM54B6EWGQ>.
You are receiving this because you authored the thread.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users//Downloads/Suture_Box-main/method/Download_tools.py", line 23, in get_dir
fanhui = requests.get(do,verify=False,proxies=self.proxies)
RecursionError: maximum recursion depth exceeded in comparison
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/Downloads/Suture_Box-main/suturebox.py", line 64, in
print(Get_list()) if args.list else main(target,modular,tool,info,single,exclude,output_file,down,proxy) # 若有-list则打印列表
File "/Users/Downloads/Suture_Box-main/suturebox.py", line 49, in main
dow_rep(down)
File "/Users/Downloads/Suture_Box-main/controller/controller.py", line 102, in dow_rep
Dow.get_tool(i)
File "/Users/Downloads/Suture_Box-main/method/Download_tools.py", line 108, in get_tool
moud = self.get_dir(self.url)
File "/Users/Downloads/Suture_Box-main/method/Download_tools.py", line 27, in get_dir
self.get_dir(do)
File "/Users/Downloads/Suture_Box-main/method/Download_tools.py", line 27, in get_dir
self.get_dir(do)
File "/Users//Downloads/Suture_Box-main/method/Download_tools.py", line 27, in get_dir
self.get_dir(do)
[Previous line repeated 993 more times]
RecursionError: maximum recursion depth exceeded
The text was updated successfully, but these errors were encountered: