Git Product home page Git Product logo

Comments (3)

niudaii avatar niudaii commented on July 26, 2024

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

from zpscan.

sqhjcaasyndui avatar sqhjcaasyndui commented on July 26, 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

from zpscan.

niudaii avatar niudaii commented on July 26, 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 分析下是哪个协议,哪个地方阻塞了

from zpscan.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.