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

被动扫描模式下:有时候浏览很多页面后,不就不会进行任务探测了。会卡住 #27

Closed
zdone opened this issue Apr 18, 2024 · 7 comments
Labels
bug Something isn't working

Comments

@zdone
Copy link

zdone commented Apr 18, 2024

hi~亲爱的大大,
被动扫描模式下:有时候浏览很多页面后,不就不会进行任务探测了。代码一直循环在Progress()函数内。
在命令行一直显示:
A total of 85 tasks have been received, 0 have been processed, and the processing rate is 0.00%

稍微调试f8跟了一下,在task\task.go下,
func (t *Task) Distribution(in *input.CrawlResult) {
if !conf.NoProgressBar {
atomic.AddInt64(&output.TaskCounter, 1)
}

t.Wg.Add()  //  运行到这里,后面的代码都运行不到了。。。

也不知道为什么;

@yhy0
Copy link
Owner

yhy0 commented Apr 18, 2024

1.0.8 版本 还是,自己拉取的最新代码构建的?如果是 1.0.8 的话可以尝试拉取最新代码构建 然后再跑一下试试,最新的提交了这个commit 3fc391e
如果还有问题,我抽时间看看

@zdone
Copy link
Author

zdone commented Apr 18, 2024

1.0.8 版本 还是,自己拉取的最新代码构建的?如果是 1.0.8 的话可以尝试拉取最新代码构建 然后再跑一下试试,最新的提交了这个commit 3fc391e 如果还有问题,我抽时间看看

拉取的最新的。banner 写着: 1.10 ,长时间跑一下,比如超过5~10分钟。测试的网站:[http://testphp.vulnweb.com/,然后再换新网站。然后所有探测任务都失败了。
谢谢大大

@yhy0
Copy link
Owner

yhy0 commented Apr 18, 2024

ok, 这周我有时间的话看看

@anasbousselham
Copy link

我有同样的问题,什么都不起作用,也没有检测到,就停在这里:A total of 59 tasks have been received, 1 have been processed, and the processing rate is 1.69%

@Miracles666
Copy link

同上

@khanjanny
Copy link

Same as above, task stuck...

@yhy0
Copy link
Owner

yhy0 commented May 7, 2024

已修复

@yhy0 yhy0 added the bug Something isn't working label May 7, 2024
@yhy0 yhy0 closed this as completed May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants