Skip to content
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

crack多线程异常等待 #40

Closed
sqhjcaasyndui opened this issue Apr 28, 2024 · 3 comments
Closed

crack多线程异常等待 #40

sqhjcaasyndui opened this issue Apr 28, 2024 · 3 comments

Comments

@sqhjcaasyndui
Copy link

url.txt

192.168.73.35:3389|rdp
45.144.1.22:22|ssh

执行命令

.\zpscan.exe crack -f .\url.txt   --user-file .\user.txt  --pass-file .\pass-100.txt --timeout 15    --debug

问题:crack 爆破弱口令,当url.txt的目标都爆破出弱口令时,程序在50秒左右完成扫描并输出结果,然后程序就在一直等待,--debug无结果输出,【爆破结束】在3m29秒才输出,进程才退出。

image

image

@niudaii
Copy link
Owner

niudaii commented May 12, 2024

没有环境不方便 debug,你设置的 --threads 应该不是 1 吧,如果设置 --threads 1 应该不会出现这个情况。
停止爆破后应该不会占用那么长时间,花费这么长时间应该是某个协程(不确定是 ssh 还是 rdp)阻塞,而且已经超出了设置的 timeout。

@sqhjcaasyndui
Copy link
Author

sqhjcaasyndui commented May 14, 2024

没有环境不方便 debug,你设置的 --threads 应该不是 1 吧,如果设置 --threads 1 应该不会出现这个情况。 停止爆破后应该不会占用那么长时间,花费这么长时间应该是某个协程(不确定是 ssh 还是 rdp)阻塞,而且已经超出了设置的 timeout。

是的,我的错误,我配置了线程为20。
zpscan.exe crack -f .\url.txt --user-file .\user.txt --pass-file .\pass-100.txt --timeout 15 --threads 20 --debug
同样测试,我还是出现该问题,线程在爆破结果后,还需会出现等待2分钟左右才能结束进程。
如果只有1个目标能爆破成功的情况下,立即可以结束进程
image
如果2个目标能爆破成功的情况下,需要等待到3分钟才能结束进程
1715672181040

@niudaii
Copy link
Owner

niudaii commented May 15, 2024

没有环境不方便 debug,你设置的 --threads 应该不是 1 吧,如果设置 --threads 1 应该不会出现这个情况。 停止爆破后应该不会占用那么长时间,花费这么长时间应该是某个协程(不确定是 ssh 还是 rdp)阻塞,而且已经超出了设置的 timeout。

是的,我的错误,我配置了线程为20。 zpscan.exe crack -f .\url.txt --user-file .\user.txt --pass-file .\pass-100.txt --timeout 15 --threads 20 --debug 同样测试,我还是出现该问题,线程在爆破结果后,还需会出现等待2分钟左右才能结束进程。 如果只有1个目标能爆破成功的情况下,立即可以结束进程 image 如果2个目标能爆破成功的情况下,需要等待到3分钟才能结束进程 1715672181040

不是说你的错误,问题是存在的,线程设置为 1 只是验证我的猜测。
应该像我上面猜测的那样,这个问题产生应该和目标有关,某个爆破协程(不确定是 ssh 还是 rdp)阻塞了,你可以 debug 分析下是哪个协议,哪个地方阻塞了

@niudaii niudaii closed this as completed May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants