Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

报错 #24

Closed
xiehao123qq opened this issue Aug 6, 2024 · 5 comments
Closed

报错 #24

xiehao123qq opened this issue Aug 6, 2024 · 5 comments

Comments

@xiehao123qq
Copy link

D:\电子武器库\SpringBoot-Scan-2.53>python SpringBoot-Scan.py -h Traceback (most recent call last): File "D:\电子武器库\SpringBoot-Scan-2.53\SpringBoot-Scan.py", line 7, in <module> from inc import output, console, run ,proxycheck File "D:\电子武器库\SpringBoot-Scan-2.53\inc\console.py", line 7, in <module> from inc import output,run,vul,springcheck,zoom,fofa,poc,hunter File "D:\电子武器库\SpringBoot-Scan-2.53\inc\poc.py", line 144 else: ^^^^ SyntaxError: invalid syntax

@xiehao123qq
Copy link
Author

大佬这是为啥

@AabyssZG
Copy link
Owner

AabyssZG commented Aug 6, 2024

检查 inc 文件夹下面的 .py 文件是否有缺失,目测应该是被杀软查杀了,因为里面携带了漏洞 Exploit

@xiehao123qq
Copy link
Author

xiehao123qq commented Aug 6, 2024

84565436d05b94cf74f19f743240bc1

window下会出现这样的情况,linux不会

@AabyssZG
Copy link
Owner

AabyssZG commented Aug 7, 2024

requests 内的所有 timeout=6 的参数调大即可,可以调成 timeout=15

@AabyssZG
Copy link
Owner

AabyssZG commented Aug 7, 2024

根据师傅的反馈,我已经更新V2.54版本
在目录爆破 run.py /POC探测 poc.py /漏洞利用 vul.py 这三个核心模块,新增全局变量 requests.timeout = 10 可自由调整各模块HTTP访问超时时间,你修改Python文件的对应 timeout 参数就行了

@AabyssZG AabyssZG closed this as completed Aug 7, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants