Suture_Box icon indicating copy to clipboard operation
Suture_Box copied to clipboard

集合渗透测试常用工具进行一键扫描的缝合怪

Results 9 Suture_Box issues
Sort by recently updated
recently updated
newest added

师傅 咋 无法下载任何 工具了 也没有任何报错

![图片](https://user-images.githubusercontent.com/104301467/181879876-a8b51b01-7ead-467f-9ef5-91eaa94202e3.png)

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

![image](https://user-images.githubusercontent.com/71275490/179880899-bbe07d17-cdc9-4d9c-a9d3-7e5fe21d0931.png)

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

![image](https://user-images.githubusercontent.com/17286824/167557766-664b5606-a549-4dff-9517-a1975070969b.png)

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")