spray (v1.2.4) 的 pkg/load.go 中第 39 行代码 FingerEngine.FingerPrintHub().FingerPrints。
fingers (v1.1.1) 的 fingerprinthub/fingerprinthub.go 中,FingerPrintHubEngine 结构体的定义已经变更:
type FingerPrintHubEngine struct {
webTemplates []*templates.Template // Web 指纹模板
serviceTemplates []*templates.Template // Service 指纹模板
executerOptions *protocols.ExecuterOptions
}

是不是需要修改 spray/pkg/load.go 以适配新的 fingers 结构
spray (v1.2.4) 的 pkg/load.go 中第 39 行代码 FingerEngine.FingerPrintHub().FingerPrints。
fingers (v1.1.1) 的 fingerprinthub/fingerprinthub.go 中,FingerPrintHubEngine 结构体的定义已经变更: