Suture_Box
Suture_Box copied to clipboard
集合渗透测试常用工具进行一键扫描的缝合怪
师傅 咋 无法下载任何 工具了 也没有任何报错

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...

Traceback (most recent call last): File "/home/kali/SutureBox/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 "/home/kali/SutureBox/suturebox.py", line 49, in main dow_rep(down) File "/home/kali/SutureBox/controller/controller.py", line 102, in dow_rep...
Fatal Python error: _Py_CheckRecursiveCall: Cannot recover from stack overflow. Python runtime state: initialized Current thread 0x0000ffff887d7010 (most recent call first): File "/usr/local/lib/python3.9/dist-packages/urllib3/util/url.py", line 303 in File "/usr/local/lib/python3.9/dist-packages/urllib3/util/url.py", line 303 in...

system/exec_command.py: def dismap_cms(cmd): b = os.popen(cmd) msg = b.buffer.read().decode('utf-8') return msg controller/controller.py: 第68行 file = open(f'{path}/output.txt','r',encoding="utf-8")