Lcys
Lcys
Has the landlord found a solution?
When the data packet is too large, it will be split into multiple data packets, and when they arrive at the implant end, the order is inconsistent, causing some protocol...
is there any solution
Encountered the same problem
@dogancanbakir ` ne, err := nuclei.NewNucleiEngineCtx(context.Background(), nuclei.DisableUpdateCheck(), nuclei.WithTemplateFilters(nuclei.TemplateFilters{ExcludeSeverities: "info"}), nuclei.WithTemplatesOrWorkflows(nuclei.TemplateSources{Templates: []string{"D:\\nuclei-templates"}}), nuclei.WithProxy([]string{"socks5://192.168.2.245:8080"}, false), )` panic: runtime error: invalid memory address or nil pointer dereference [signal 0xc0000005 code=0x1 addr=0x14 pc=0x2ab70b6] goroutine...
@dogancanbakir After testing, it works fine. Thanks